Skip to content

v0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 11:41
· 481 commits to main since this release
e64ac36

This release publishes a container image usable as a Kind node to ghcr.io/containerd/stargz-snapshotter:0.12.1-kind

$ kind create cluster --name stargz-demo --image ghcr.io/containerd/stargz-snapshotter:0.12.1-kind

Kind >= v0.16.0 is recommended as the image is based on kindest/node:v1.25.2 supported by kind v0.16.0 (see also: https://github.com/kubernetes-sigs/kind/releases/tag/v0.16.0 )

Please refer to README about examples with Kind cluster with eStargz.

Notable Changes

  • Allow manually remove invalid snapshots on restore (#901)
  • ctr-remote: Allow analyzer waiting for a line from the container (#933)
  • Build and push stargz-snapshotter image usable as a kind node (#940)