-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[release/2.2] Prepare release notes for v2.2.1 #12677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d5a7175 to
a74b287
Compare
|
I would like to have this regression #12612 also fixed in 2.2.1 release. |
|
LGTM after rebase |
Signed-off-by: Derek McGowan <derek@mcg.dev>
a74b287 to
f6bae1f
Compare
|
can we add the fix of #12503 it was fixed on cgroups containerd/cgroups#378 |
Already added Should be highlighted in the release note? @dmcgowan |
|
Upgrading to v2.2.1 does not resolve the issue of #12503, as I am still encountering the same problem @AkihiroSuda |
Generated release notes
containerd 2.2.1
Welcome to the v2.2.1 release of containerd!
The first patch release for containerd 2.2 contains various fixes and improvements.
Highlights
Container Runtime Interface (CRI)
Image Distribution
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
41 commits
d5a717542Prepare release notes for v2.2.1c166a577dgo.{mod,sum} bump CDI deps to v1.1.0.73a08aa00go.mod: remove exclude rulescee08c8afbuild(deps): bump github.com/containerd/zfs/v2 from 2.0.0-rc.0 to 2.0.08a5fc8641go.mod: github.com/containernetworking/plugins v1.9.055c93d6fbgo.mod: golang.org/x/crypto v0.45.0aedd29bb4ci: bump Go 1.24.11, 1.25.526628f139ci: bump Go 1.24.10, 1.25.48bb0e9be6ci(release): set GO_VERSION in Dockerfileed19c5420core/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor952237d9bci: update CIFuzz actions to support Ubuntu 24.04fb5b818a9runc: Update runc binary to v1.3.451582ed27bump containerd/cgroups to v3.1.250d0e4fd4build(deps): bump github.com/containerd/cgroups/v3 from 3.1.0 to 3.1.141a69eb0dcore/mount: should not call removeLoop when set autocleare3bf2b80bbuild(deps): bump github.com/opencontainers/selinuxda8e846f9.github: skip 5 critest cases in window CI pipelined154e234bUpdate the ctr pull defaults when using the transfer service09364216dFix transfer unpack defaults on darwin2055d3c62Update default differs on darwin9da97686dUse default writable size in erofs snapshotter for non-Linux hostseeb0f889aUpdate default erofs block size on macOS during erofs diffc707f771afix: redact all query parameters in CRI error logs678f944ddRevert "Implement io.ReaderAt on docker fetch reader"8b73c2de3remotes: fix possible panic from WithMediaTypeKeyPrefixChanges from containerd/nri
49 commits
29c5811(v0.1.0) examples: lock NRI, runtime spec deps.d812952v010-adapter: lock NRI, runtime spec and tools deps.7dd7c7fapi,runtime-tools: adjust for runtime-spec v1.3.0.5d5d4c4go.{mod,sum}: update runtime-tools, runtime-spec to v1.3.0.c840397adaptation: ensure sync'ed plugins are fully registered in tests.44b2861Fix wasm exampled99f960Fix dockerized proto build9623748Makefile: build proto files unconditionally25d9391build: ensure we use correct version of protoc and its deps.b6b98b5adaptation: test with populated initial resources.2394daaInstall protoc locally in the source tree33b1db1logger: fix default event subscription mask.7afb32aextract memory and CPU resource helpers22aeb46docs: update README with container uid/gid info.71b0335api,adaptation: add container uid/gid info.91fbf06contrib: add example for enabling per-container RDT monitoringfb54916ci: enable image signing0b3b577golangci: disable QF1008 from staticcheck linter9787127Bump golangci-lint to v2.41a50ff5Add nolint directives00fa1a1Add and fix comments for exported typesac21da7pkg/api/seccomp: add comments for exported functions3aff986pkg/runtime-tools/generate: remove embedded field "Generator"c0c4bb6pkg/api/validate: add comments for exported methodsc0ba9daadaptation/builtin: add comment for exported symbols02376f3.gitignore: add comment about global gitignore.9336a79Revert "nit: Add .idea folder to gitignore"f578ea2nit: Add .idea folder to gitignore21741b9chore: clean and unify nolint directivesd26e910Downgrade go to require 1.24.013fcc07Add dockerized target for building proto filesDependency Changes
Previous release can be found at v2.2.0
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. Not position-independent.In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.