containerd 1.7.30
Welcome to the v1.7.30 release of containerd!
The thirtieth patch release for containerd 1.7 contains various fixes and updates.
Highlights
Container Runtime Interface (CRI)
- Fix NRI dropping requested CDI devices silently (#12650)
- Redact all query parameters in CRI error logs (#12551)
Runtime
- Update runc binary to v1.3.4 (#12619)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Akihiro Suda
- Austin Vazquez
- Mike Brown
- Wei Fu
- Andrey Noskov
- CrazyMax
- Davanum Srinivas
- Jin Dong
- Krisztian Litkey
- Maksym Pavlenko
- Paweł Gronowski
- Phil Estes
- Samuel Karp
Changes
26 commits
- Prepare release notes for v1.7.30 (#12652)
3d0ca6d2ePrepare release notes for v1.7.30
- Fix NRI dropping requested CDI devices silently (#12650)
0bc74f47ecri,nri: don't drop requested CDI devices silently.
- script/setup/install-cni: install CNI plugins v1.9.0 (#12660)
7db16b562script/setup/install-cni: install CNI plugins v1.9.0
- go.mod: golang.org/x/crypto v0.45.0 (drop support for Go 1.23) (#12640)
- ci: bump Go 1.24.11, 1.25.5 (#12627)
- Update runc binary to v1.3.4 (#12619)
34b89a574runc: Update runc binary to v1.3.4
- ci: update CIFuzz actions to support Ubuntu 24.04 (#12635)
6e0dd8956ci: update CIFuzz actions to support Ubuntu 24.04
- build(deps): bump github.com/opencontainers/selinux (#12591)
3eea2a4afbuild(deps): bump github.com/opencontainers/selinux
- remove sha256-simd (#12576)
1194f5128remove sha256-simd
- .github: skip 5 critest cases for window-2022 (#12586)
ce2d3a67f.github: skip 5 critest cases in window CI pipeline
- Redact all query parameters in CRI error logs (#12551)
65271ea89fix: redact all query parameters in CRI error logs
Dependency Changes
- github.com/cyphar/filepath-securejoin v0.5.1 new
- github.com/opencontainers/selinux v1.11.0 -> v1.13.1
- golang.org/x/crypto v0.40.0 -> v0.45.0
- golang.org/x/mod v0.26.0 -> v0.29.0
- golang.org/x/net v0.42.0 -> v0.47.0
- golang.org/x/sync v0.16.0 -> v0.18.0
- golang.org/x/sys v0.34.0 -> v0.38.0
- golang.org/x/term v0.33.0 -> v0.37.0
- golang.org/x/text v0.27.0 -> v0.31.0
Previous release can be found at v1.7.29