containerd 1.6.21
github-actions
released this
11 May 19:06
·
1956 commits
to master
since this release
Welcome to the v1.6.21 release of containerd!
The twenty-first patch release for containerd 1.6 contains various fixes and updates.
Notable Updates
- **update runc binary to v1.1.7 (#8450)
- **Remove entry for container from container store on error (#8456)
- **oci: partially restore comment on read-only mounts for uid/gid uses (#8403)
- **windows: Add ArgsEscaped support for CRI (#8247)
- **oci: Use WithReadonlyTempMount when adding users/groups (#8357)
- **archive: consistently respect value of WithSkipDockerManifest (#8345)
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Sebastiaan van Stijn
- Iceber Gu
- Kirtana Ashok
- Justin Chadwell
- Phil Estes
- Akihiro Suda
- Djordje Lukic
- Kazuyoshi Kato
- Mike Brown
- Wei Fu
- kiashok
Changes
26 commits
- [release/1.6] Prepare release notes for v1.6.21 (#8463)
9226c362a
Add release notes for v1.6.21
- [release/1.6] update go to go1.19.9 (#8469)
39566aade
[release/1.6] update go to go1.19.9
- [release/1.6] fix the task setting the runtime path (#8454)
- [release/1.6 backport] update runc binary to v1.1.7 (#8450)
ccb51ff26
update runc binary to v1.1.7
- [release/1.6] Remove entry for container from container store on error (#8456)
95d31551d
Remove entry for container from container store on error
- [release/1.6 backport] oci: partially restore comment on read-only mounts for uid/gid uses (#8403)
c33eb574d
oci: partially restore comment on read-only mounts for uid/gid uses
- [release/1.6 ] Add ArgsEscaped support for CRI (#8247)
- [release/1.6 backport] update runc binary to v1.1.6 (#8385)
57d953482
update runc binary to v1.1.6
- [release/1.6 backport] oci: Use WithReadonlyTempMount when adding users/groups (#8357)
fb5e663d0
oci: Use WithReadonlyTempMount when adding users/groups
- [release/1.6] update go to go1.19.8 (#8353)
26efb8fd5
[release/1.6] update go to go1.19.8
- [release/1.6] archive: consistently respect value of WithSkipDockerManifest (#8345)
Dependency Changes
This release has no dependency changes
Previous release can be found at v1.6.20