Releases: containerd/stargz-snapshotter
v0.12.1
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
v0.12.0
Notable Changes
- metadata: Preserve TOC item IDs when cloning memory metadata reader (#843), thanks to @vadimberezniker
- Refactor metadata store (#844)
- estargz: Ignore NumLink field when encoding TOC (#822)
- Add docs about how to build eStargz (#845)
- Drop support for containerd 1.4.x (EOL) (#832)
- Docs: fix broken link in estargz.md (#823), thanks to @liubin
- Remove typo in comment (#805), thanks to @fatelei
v0.11.4
Notable Changes
- ctr-remote: ensure cancel cleanly when recieves signals during conversion (#733)
- dependencies: Bump up github.com/ipld/go-codec-dagpb from v1.3.0 to v1.3.2 to address GHSA-g3vv-g2j5-45f2 (#736)
v0.10.2
This release is provided only for environments where Go 1.17+ isn't available to build binaries (e.g. Fedora 35).
Use v0.11+ releases.
Notable Change
- Upgrades github.com/prometheus/client_golang from v1.11.0 to v1.11.1 and addresses CVE-2022-21698 (#724).
v0.11.3
v0.11.2
v0.11.1
v0.11.0
Notable Changes
- Stargz Snapshotter and Stargz Store
- ctr-remote
- CI/Docs/Tests/Typo fixes
- Fix golint issue (#524), thanks to @hs0210
- Fix some spelling mistakes (#572), thanks to @changweige
v0.10.1
This release updates containerd to apply the patch for CVE-2021-41190.
v0.10.0
This release comes with experimental support for image distribution on IPFS with lazy pulling (/docs/ipfs.md
), support for storing filesystem metadata on disk (bbolt) and reorganization of eStargz documents.
This release introduces new go modules ipfs
and cmd
.
We have the following go modules as of now.
github.com/containerd/stargz-snapshotter
: Plugins for container runtimes to enable lazy pulling of eStargz and the image creation.github.com/containerd/stargz-snapshotter/estargz
: Utilities to create and manipulate eStargz.github.com/containerd/stargz-snapshotter/ipfs
: Plugins for containerd to support IPFSgithub.com/containerd/stargz-snapshotter/cmd
: CLI commands
Notable Changes
- modules
- Introduce the following go modules (#511)
ipfs
: Plugins for containerd to image distribution on IPFScmd
: CLI commands provided by this project
- Introduce the following go modules (#511)
- ipfs (
/docs/ipfs.md
) - Stargz Snapshotter and Stargz Store
- estargz
- Unify eStargz specification documents (#513)
ctr-remote