containerd 1.7.18
Welcome to the v1.7.18 release of containerd!
The eighteenth patch release for containerd 1.7 contains various updates along
with an updated version of Go. Go 1.22.4 and 1.21.11 include a fix for a symlink
time of check to time of use race condition during directory removal.
Highlights
- Update Go version to 1.21.11 (#10298)
- Remove uses of
platforms.Platformalias (#10277) - Migrate log imports to
github.com/containerd/log(#10269) - Migrate errdefs package to
github.com/containerd/errdefs(#10266) - Fix usage of "unknown" platform (#10261)
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Sebastiaan van Stijn
- Akhil Mohan
- Austin Vazquez
- Phil Estes
Changes
16 commits
- Prepare release notes for v1.7.18 (#10301)
9426aab62Prepare release notes for v1.7.18
- Update Go version to 1.21.11 (#10298)
cdd3ea913Update Go version to 1.21.11
- Remove uses of
platforms.Platformalias (#10277)1e3c662d6[release/1.7] remove uses of platforms.Platform alias
- Migrate log imports to
github.com/containerd/log(#10269)0af6825b1migrate logs imports to github.com/containerd/log module
- Migrate errdefs package to
github.com/containerd/errdefs(#10266) - Fix usage of "unknown" platform (#10261)
f4d11912acore/image: fix usage of "unknown" platform
- Explicitly set release latest to true (#10265)
Changes from containerd/errdefs
6 commits
- Add common files (containerd/errdefs#1)
- Add LICENSE (containerd/errdefs#2)
33a2275Add LICENSE
Dependency Changes
- github.com/containerd/errdefs v0.1.0 new
- google.golang.org/genproto b8732ec3820d -> e6e6cdab5c13
- google.golang.org/genproto/googleapis/api b8732ec3820d -> 007df8e322eb
- google.golang.org/genproto/googleapis/rpc b8732ec3820d -> d307bd883b97
Previous release can be found at v1.7.17