containerd 1.7.8
Welcome to the v1.7.8 release of containerd!
The eighth patch release for containerd 1.7 contains various fixes and updates.
Notable Updates
- Fix ambiguous TLS fallback (#9299)
- Update Go to 1.20.10 (#9265)
- Add a new image label on converted schema 1 images (#9252)
- Fix handling for missing basic auth credentials (#9235)
- Fix potential deadlock in create handler for containerd-shim-runc-v2 (#9209)
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
- Sebastiaan van Stijn
- Derek McGowan
- Phil Estes
- Chen Yiyang
- Wei Fu
- Akihiro Suda
- Maksym Pavlenko
- Marat Radchenko
- Milas Bowman
- Qiutong Song
- Samuel Karp
Changes
27 commits
- [release/1.7] Prepare release notes for v1.7.8 (#9278)
48dbdf871
Prepare release notes for v1.7.8
- [release/1.7] Fix ambiguous tls fallback (#9299)
- [release/1.7] vendor: google.golang.org/grpc v1.58.3 (#9281)
f36948cad
vendor: gRPC v1.58.3
- [release/1.7 backport] vendor: golang.org/x/net v0.17.0 (#9276)
- [release/1.7] vendor: google.golang.org/grpc v1.56.3 (#9248)
- [release/1.7] update to go1.20.10, test go1.21.3 (#9265)
- [release/1.7] Add a new image label if it is docker schema 1 (#9252)
cac1bab79
Add a new image label if it is docker schema 1
- [release/1.7] remotes: add handling for missing basic auth credentials (#9235)
6cd2cc4a8
remotes: add handling for missing basic auth credentials
- [release/1.7 backport] containerd-shim-runc-v2: avoid potential deadlock in create handler (#9209)
Dependency Changes
- golang.org/x/crypto v0.11.0 -> v0.14.0
- golang.org/x/mod v0.9.0 -> v0.11.0
- golang.org/x/net v0.13.0 -> v0.17.0
- golang.org/x/oauth2 v0.4.0 -> v0.10.0
- golang.org/x/sync v0.1.0 -> v0.3.0
- golang.org/x/sys v0.10.0 -> v0.13.0
- golang.org/x/term v0.10.0 -> v0.13.0
- golang.org/x/text v0.11.0 -> v0.13.0
- golang.org/x/tools v0.7.0 -> v0.10.0
- google.golang.org/genproto 7f2fa6fef1f4 -> 782d3b101e98
- google.golang.org/genproto/googleapis/api 782d3b101e98 new
- google.golang.org/genproto/googleapis/rpc 782d3b101e98 new
- google.golang.org/grpc v1.53.0 -> v1.58.3
- google.golang.org/protobuf v1.29.1 -> v1.31.0
Previous release can be found at v1.7.7