Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 13:53
· 966 commits to main since this release
4ffd0f6

This release includes zstd:chunked support, improvements on log/metrics/config of Stargz Snapshotter/Store, new NW/GPU options for ctr-remote optimizer and bugfixes.

Notable Changes

  • estargz

    • Made estargz compression-algorithm-agnostic and added support for opening/creating zstd:chunked (#293)
  • Stargz Store

    • Enabled to release resources when no reference to a layer (#433)
  • Stargz Snapshotter

  • ctr-remote

    • Added --gpus and --net-host option (#382), thanks to @rdpsin
    • Added helpful message whenever optimize period expires (#419), thanks to @rdpsin
  • docs

    • Added docs about prebuilt kind node image (#387)
    • Added a link to estargz.kontain.me (#388)
  • CI

    • Upgraded golangci-lint to v1.42.0 (#427), thanks to @kzys