containerd 1.6.24
Welcome to the v1.6.24 release of containerd!
The twenty-fourth patch release for containerd 1.6 contains various fixes and updates.
Notable Updates
- CRI: fix leaked shim caused by high IO pressure (#9004)
- Update to go1.20.8 (#9073)
- Update runc to v1.1.9 (#8966)
- Backport: add configurable mount options to overlay snapshotter (#8961)
- log: cleanups and improvements to decouple more from logrus (#9002)
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
- Akihiro Suda
- Wei Fu
- Derek McGowan
- Akhil Mohan
- Cardy.Tang
- Danny Canter
- Kazuyoshi Kato
- Mike Brown
- Phil Estes
- Samuel Karp
Changes
45 commits
- [release/1.6] Prepare release notes for v1.6.24 (#9087)
cdd59290dPrepare release notes for v1.6.24
- [release/1.6 backport] log: cleanups and improvements to decouple more from logrus (#9002)
33c2d88e7Revert "log: define G() as a function instead of a variable"0a7f2975elog: swap logrus functions with their equivalent on default logger9d175a19blog: add package documentation and summary of package's purpose96fb65529log: make Fields type a generic map[string]anybace17e2elog: add log.Entry typedd127885flog: define OutputFormat type5b4cf2329log: define G() as a function instead of a variableee1b4a1e2log: add all log-levels that are acceptedd563a411flog: group "enum" consts and touch-up docs6e8f4555blog: WithLogger: remove redundant intermediate varc19325559log: SetFormat: include returns in switchc3c22f8cblog: remove gotest.tools dependency
- [release/1.6] update to go1.20.8 (#9073)
a2c294800[release/1.6] update to go1.20.8
- [release/1.6 backport] make repositories of install dependencies configurable (#9024)
0da8dcaa7make repositories of install dependencies configurable
- [release/1.6 backport] update Golang to go1.20.7, minimum version go1.19 (#9020)
8e6a9de5bupdate to go1.20.7, go1.19.128b2eb371fUpdate Go to 1.20.6,1.19.11cff669c7aupdate go to go1.20.5, go1.19.10f34a22de9update go to go1.20.4, go1.19.9e8e73065eupdate go to go1.20.3, go1.19.89b3f950d6Go 1.20.217d03ac68Go 1.20.1861f65447go.mod: go 1.1981fa93784Stop using math/rand.Read and rand.Seed (deprecated in Go 1.20)70dc11a6clint: remove//nolint:dupwordthat are no longer neededfec784a06lint: silence "SA1019: tar.TypeRegA has been deprecated... (staticheck)"6648df1adlint: silence "typeHostFileConfigis unused (unused)"e6b268bc7golangci-lint v1.51.1c552ccf67go.mod: golang.org/x/sync v0.1.0
- [releases/1.6] *: fix leaked shim caused by high IO pressure (#9004)
- [release/1.6] Cherry-pick: [overlay] add configurable mount options to overlay snapshotter (#8961)
- [release/1.6 backport] update runc binary to v1.1.9 (#8966)
4cb7764dfupdate runc binary to v1.1.9
Dependency Changes
- golang.org/x/sync 036812b2e83c -> v0.1.0
Previous release can be found at v1.6.23