Skip to content

Commit 53e570c

Browse files
committed
Update EROFS snapshotter version to v20260117.06 in release script
1 parent fb70bc6 commit 53e570c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

deploy/config/containerd/config.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ grpc_histogram = false
4141
[proxy_plugins.spin-erofs]
4242
type = "snapshot"
4343
address = "/run/spin-stack/erofs-snapshotter/snapshotter.sock"
44-
# Enable parallel layer unpacking (requires containerd 2.0+)
45-
capabilities = ["rebase"]
4644

4745
[proxy_plugins.spin-erofs-diff]
4846
type = "diff"

hack/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ chmod +x "${RELEASE_DIR}/usr/share/spin-stack/libexec/cni/tc-redirect-tap"
142142
echo " ok: tc-redirect-tap CNI plugin"
143143

144144
echo "Downloading spin-erofs-snapshotter and erofs tools..."
145-
EROFS_SNAPSHOTTER_VERSION="${EROFS_SNAPSHOTTER_VERSION:-v20260117.05}"
145+
EROFS_SNAPSHOTTER_VERSION="${EROFS_SNAPSHOTTER_VERSION:-v20260117.06}"
146146
EROFS_SNAPSHOTTER_BASE_URL="https://github.com/spin-stack/erofs-snapshotter/releases/download/${EROFS_SNAPSHOTTER_VERSION}"
147147

148148
EROFS_SNAPSHOTTER_BINARIES=(

0 commit comments

Comments
 (0)