Skip to content

Releases: k3s-io/containerd

containerd 1.7.1

11 May 18:36
v1.7.1
1677a17
Compare
Choose a tag to compare

Welcome to the v1.7.1 release of containerd!

The first patch release for containerd 1.7 includes many fixes to CRI
sandbox mode, various other fixes, runc update, and important fixes in
core dependencies such as ttrpc and typeurl.

CRI/Sandbox Updates

  • Throw not supported error when UID or GID mappings provided (#8211)
  • Cleanup shim on start failure (#8282)
  • Fix premature close of CRI service when there are no CNI configuration monitors (#8282)
  • Avoid UID lookup from mount on Darwin (#8314)
  • Keep Linux mounts for Linux sandboxes on non-Linux hosts (#8331)
  • Add noexec,nodev,nosuid to /etc/resolv.conf bind mount (#8336)
  • Remove entry for container from container store on error (#8457)
  • Fix unmarshal in container metrics (#8472)

Other Notable Updates

  • Use readonly for temporary mounts (#8300 #8358)
  • Fix skip docker manifest option on image exporter (#8344)
  • Update runc binary to v1.1.7 (#8451)
  • Fix runtime path task option (#8453)
  • Fix panic from nil checkpoint options (#8475)
  • Fix transfer service configuration options (#8491)
  • Fix server-side goroutine leak on receive message error (ttrpc#141)
  • Fix panic caused by race to close send channel (ttrpc#140)
  • Fix unmarshal to return non-nil object when nil value (ttrpc#140)

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
  • Akihiro Suda
  • Iceber Gu
  • Phil Estes
  • Maksym Pavlenko
  • Wei Fu
  • Danny Canter
  • Kirtana Ashok
  • Rodrigo Campos
  • Samuel Karp
  • Vinayak Goyal
  • Austin Vazquez
  • Justin Chadwell
  • Kazuyoshi Kato
  • Brad Davidson
  • Djordje Lukic
  • Ethan Lowman
  • Laura Brehm
  • Michael Crosby

Changes

68 commits

  • [release/1.7] Prepare release notes for v1.7.1 (#8501)
  • [release/1.7] Update ttrpc v1.2.2 (#8499)
  • [release/1.7] runtime/shim: fix the nil checkpoint options (#8475)
    • 3ef5b689a runtime/shim: fix the nil checkpoint options
  • [release/1.7] bump typeurl to v2.1.1 (#8495)
  • [release/1.7] Transfer service backports (#8491)
    • 35e86f96c [transfer] avoid setting limiters when max is 0
    • f7233811f Update transfer configuration
    • 4510eac00 Fix image pulling with Transfer service
  • [release/1.7]Update hcsshim tag to v0.10.0-rc.8 (#8480)
    • aaa65e8c1 Update hcsshim tag to v0.10.0-rc.8
  • [release/1.7] cri: Fix umarshal metrics (#8472)
    • 95ef67e19 Fix umarshal metrics for CRI server
  • [release/1.7 backport] update go to go1.20.4, go1.19.9 (#8471)
  • [release/1.7] fix the task setting the runtime path (#8453)
    • c0e128624 skip TestContainerStartWithAbsRuntimePath if the runtime is v1
    • aa3c63c15 integration: add container start test using abs runtime path
    • d2d9eedb1 WithRuntimePath uses the TaskInfo.RuntimePath field
  • [release/1.7] Remove entry for container from container store on error (#8457)
    • 6b3ae0129 Remove entry for container from container store on error
  • [release/1.7 backport] update runc binary to v1.1.7 (#8451)
  • [release/1.7] cri: Vendor v0.27.1 (#8444)
  • [release/1.7 backport] oci: partially restore comment on read-only mounts for uid/gid uses (#8404)
    • 1bbf98e53 oci: partially restore comment on read-only mounts for uid/gid uses
  • [release/1.7] Fix argsEscaped tests (#8405)
  • [release/1.7] Throw an error if the kubelet requests mounts with uid/gid mappings (#8211)
    • 7de8629be cri: Throw an error if idmap mounts is requested
    • 75ac7e0d8 cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings
  • [release/1.7] go.mod: remove redundant replace, and some cleaning-up (#8396)
    • 8f6e86fec go.mod: add comment explaining go-fuzz-headers replace rule
    • 1ece0cb50 go.mod: remove replace for github.com/opencontainers/runtime-tools
    • e9f962187 go.mod: integration: use non-pre-release of containerd
    • 84393b005 go.mod: integration: move indirect dependencies to the right group
  • [release/1.7 backport] update runc binary to v1.1.6 (#8386)
  • [release/1.7 backport] oci: Use WithReadonlyTempMount when adding users/groups (#8358)
    • 54d12b872 oci: Use WithReadonlyTempMount when adding users/groups
  • [release/1.7 backport] update go to go1.20.3, go1.19.8 (#8354)
  • [release/1.7] archive: consistently respect value of WithSkipDockerManifest (#8344)
    • 1d6641b7c export: add test for WithSkipDockerManifest
    • 0e0d84f6b archive: consistently respect value of WithSkipDockerManifest
  • [release/1.7] Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind. (#8336)
    • 9b4935d86 Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind.
    • ...
Read more

containerd 1.6.21

11 May 19:06
v1.6.21
3dce8eb
Compare
Choose a tag to compare

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)
  • [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)
    • e8840f688 skip TestContainerStartWithAbsRuntimePath if the runtime is v1
    • 75ab094de integration: add container start test using abs runtime path
    • f49254f0b WithRuntimePath uses the TaskInfo.RuntimePath field
  • [release/1.6 backport] update runc binary to v1.1.7 (#8450)
  • [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)
  • [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)
    • ec13b497e export: add test for WithSkipDockerManifest
    • d1f3771c4 archive: consistently respect value of WithSkipDockerManifest

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.20

containerd 1.5.18

10 Mar 17:59
v1.5.18
39bb06f
Compare
Choose a tag to compare

Welcome to the v1.5.18 release of containerd!

The eighteenth patch release for containerd 1.5 includes fixes for CVE-2023-25153 and CVE-2023-25173
along with a security update for Go.

Notable Updates

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

  • Akihiro Suda
  • Derek McGowan
  • Ye Sijun
  • Samuel Karp
  • Phil Estes
  • Swagat Bora
  • Wei Fu

Changes

17 commits

  • [release/1.5] Prepare release notes for v1.5.18 (#8117)
    • ddf9de6cb Prepare release notes for v1.5.18
  • Github Security Advisory GHSA-hmfx-3pcx-653p
    • a62c38bf2 oci: fix additional GIDs
    • 3b89da580 oci: fix loop iterator aliasing
    • b07ec6b25 oci: skip checking gid for WithAppendAdditionalGroups
    • 356672cb5 refactor: reduce duplicate code
    • 6a7b7617c add WithAdditionalGIDs test
    • 832bcf300 add WithAppendAdditionalGroups helper
  • Github Security Advisory GHSA-259w-8hf6-59c2
    • 19a347e45 importer: stream oci-layout and manifest.json
  • [release/1.5] Go 1.19.6 (#8112)
  • [release/1.5] Fix retry logic within devmapper device deactivation (#8089)
    • 0d16d045d Fix retry logic within devmapper device deactivation
  • [release/1.5] CI: skip some jobs when repo != containerd/containerd (#8084)
    • 34451bc66 CI: skip some jobs when repo != containerd/containerd

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.5.17

containerd 1.5.17

10 Mar 17:55
v1.5.17
6c00831
Compare
Choose a tag to compare

Welcome to the v1.5.17 release of containerd!

The seventeenth patch release for containerd 1.5 includes various fixes and updates.

Notable Updates

  • Update shim to fail fast on dial error (#7953)
  • Fix no CNI info for pod sandbox on restart (#7849)
  • Fix push error propagation (#7998)

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
  • Akihiro Suda
  • Wei Fu
  • Danny Canter
  • Justin Chadwell
  • Kirtana Ashok
  • Phil Estes
  • Samuel Karp
  • Sebastiaan van Stijn

Changes

14 commits

  • [release/1.5] Prepare release notes for v1.5.17 (#8017)
    • 40a4d58de Prepare release notes for v1.5.17
  • [release/1.5] integration/images: switch away from Docker Hub to avoid rate limit (#8009)
    • d44769ad6 integration/images: switch away from Docker Hub to avoid rate limit
  • [release/1.5 backport] pushWriter: correctly propagate errors (#7998)
    • 1e848038d pushWriter: correctly propagate errors
  • [release/1.5] update to go1.18.10 (#7993)
    • 464c2fb7a [release/1.5] update to go1.18.10
  • [release/1.5] runtime: should fail fast if dial error on shim (#7953)
    • 7473711de runtime: should fail fast if dial error on shim
  • [release/1.5] CRI: Fix no CNI info for pod sandbox on restart (#7849)
    • 23c2a863e CRI: Fix no CNI info for pod sandbox on restart
  • [release/1.5] go.mod: Bump hcsshim to v0.8.25 (#7817)
    • 1c5d8d142 [release/1.5] Bump shim tag to v0.8.25

Dependency Changes

  • github.com/Microsoft/hcsshim v0.8.24 -> v0.8.25

Previous release can be found at v1.5.16

containerd 1.6.15

11 Jan 20:57
v1.6.15
5b842e5
Compare
Choose a tag to compare

Welcome to the v1.6.15 release of containerd!

The fifteenth patch release for containerd 1.6 fixes an issue with CNI in the CRI plugin

Notable Updates

  • Fix no CNI info for pod sandbox on restart in CRI plugin (#7848)

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
  • Akihiro Suda
  • Danny Canter
  • Kevin Parsons
  • Samuel Karp
  • Wei Fu

Changes

8 commits

  • [release/1.6] Prepare release notes for v1.6.15 (#7924)
    • 883899eae Prepare release notes for v1.6.15
  • [release/1.6] CI: Pass GITHUB_TOKEN to containerd/project-checks (#7919)
    • b57367020 CI: Pass GITHUB_TOKEN to containerd/project-checks
  • [release/1.6] integration/images: switch away from Docker Hub to avoid rate limit (#7900)
    • 0f4062c9b integration/images: switch away from Docker Hub to avoid rate limit
  • [release/1.6] CRI: Fix no CNI info for pod sandbox on restart (#7848)
    • f16447e2d CRI: Fix no CNI info for pod sandbox on restart

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.14

containerd 1.6.14

04 Jan 18:57
v1.6.14
9ba4b25
Compare
Choose a tag to compare

Welcome to the v1.6.14 release of containerd!

The fourteenth patch release for containerd 1.6 fixes a regression in the CRI plugin related to swap

Notable Updates

  • Fix memory.memsw.limit_in_bytes: no such file or directory error in CRI plugin (#7838)

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

  • Phil Estes
  • Derek McGowan
  • Akihiro Suda
  • Cameron Sparr
  • Akhil Mohan
  • Kazuyoshi Kato
  • Sebastiaan van Stijn
  • Serge Logvinov
  • Wang Bing
  • Wei Fu
  • cathaysia
  • shi yixue
  • wusong

Changes

6 commits

  • Prepare release notes for v1.6.14 (#7841)
    • 1347d7c87 Prepare release notes for v1.6.14
  • [release/1.6] cri: fix memory.memsw.limit_in_bytes: no such file or directory (#7838)
    • 53c733e0b cri: fix memory.memsw.limit_in_bytes: no such file or directory
  • Revert "[release/1.6] support fetching containerd from non public GCS buckets" (#7830)
    • e8b22c100 Revert "[release/1.6] support fetching containerd from non public GCS buckets"

Changes from containerd/cgroups

21 commits

  • ParseCgroupFile: fix wrong comment about unified hierarchy ; add ParseCgroupFileUnified to get the unified path (#232)
    • dd81920 add ParseCgroupFileUnified to get the unified path
    • dae6735 ParseCgroupFile: fix wrong comment about unified hierarchy
  • Bump go version to 1.17 in go.mod (#230)
    • e5baf6b Bump go version to 1.17 in go.mod
  • make cmd/ a separate module (as it's only for testing) (#226)
    • 66f3f56 make cmd/ a separate module (as it's only for testing)
  • feat(v2): add Update method for v2.Manager (#225)
    • 0592512 feat(v2): add Update method for v2.Manager
  • feat: add memory.min param (#211)
    • 8276db2 feat: add memory.min param
  • modified the dereference null pointer value. (#218)
    • a76c4fb modified the dereference null pointer value.
  • update readme for cpu cgroup demo (#217)
    • f39d7da update readme for cpu cgroup demo
  • Fix systemd full path (#221)
  • Update Go version and fedora base (#223)
    • d7918f2 Update Go version and fedora base
  • Fix panic in NewSystemd on nil values (#219)
    • 65478b8 Fix panic in NewSystemd on nil values

Dependency Changes

  • github.com/containerd/cgroups v1.0.3 -> v1.0.4

Previous release can be found at v1.6.13

containerd 1.6.13

04 Jan 18:57
v1.6.13
78f5177
Compare
Choose a tag to compare

Welcome to the v1.6.13 release of containerd!

The thirteenth patch release for containerd 1.6 contains various fixes and updates.

Notable Updates

  • Update overlay snapshotter to check for tmpfs when evaluating usage of userxattr (#7788)
  • Update hcsschim to v0.9.6 to fix resource leak on exec (#7808)
  • Make swapping disabled with memory limit in CRI plugin (#7815)
  • Allow clients to remove created tasks with PID 0 (#7816)
  • Fix concurrent map iteration and map write in CRI port forwarding (#7819)
  • Check for nil HugepageLimits to avoid panic in CRI plugin (#7820)

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
  • Akhil Mohan
  • Phil Estes
  • Kazuyoshi Kato
  • Maksym Pavlenko
  • Akihiro Suda
  • Gavin Inglis
  • Kirtana Ashok
  • Mike Brown
  • Qasim Sarfraz
  • Shinichi Morimoto
  • chaunceyjiang
  • mathis-m

Changes

25 commits

  • [release/1.6] Prepare release notes for v1.6.13 (#7821)
    • Prepare release notes for v1.6.13
  • [release/1.6] support fetching containerd from non public GCS buckets (#7823)
    • disable tracing while handling token
    • support fetching containerd from non public GCS buckets
  • [release/1.6] nil check to avoid panic on upgrade (#7820)
    • nil check to avoid panic on upgrade
  • [release/1.6] concurrent map iteration and map write (#7819)
    • fatal error: concurrent map iteration and map write
  • [release/1.6] allow client to remove created tasks with PID 0 (#7816)
    • allow client to remove created tasks with PID 0
  • [release/1.6] cri: make swapping disabled with memory limit (#7815)
    • cri: make swapping disabled with memory limit
  • [release/1.6] go.mod: Bump hcsshim to v0.9.6 (#7808)
    • Bump hcsshim to v0.9.6
  • [release/1.6] Cherry pick GitHub actions workflow updates 1.6 (#7713)
    • update codeql-action to v2
    • Upgrade actions/upload-artifact from v2 to v3
    • Move up actions versions to prep for deprecation
    • CI: update GHA instances from Ubuntu 18.04 to 20.04
    • Use global env variable to specify Go version on CI
    • Rework permission handling in scripts
    • fix pool_device_test.go
  • [release/1.6] fix: check for tmpfs when evaluating if userxattr should be used (#7788)
    • fix: check for tmpfs when evaluating if userxattr should be used

Dependency Changes

  • github.com/Microsoft/hcsshim v0.9.5 -> v0.9.6

Previous release can be found at v1.6.12

containerd 1.6.10

16 Nov 00:23
v1.6.10
770bd01
Compare
Choose a tag to compare

Welcome to the v1.6.10 release of containerd!

The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.

Notable Updates

  • Always check userxattr for overlay on kernels >= 5.11 (#7646)
  • Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows (#7610
  • Bump Go version to 1.18.8 to address CVE-2022-41716 (#7634)

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

  • Akihiro Suda
  • Danny Canter
  • Kazuyoshi Kato
  • Austin Vazquez
  • Derek McGowan
  • Gavin Inglis
  • Kathryn Baldauf
  • Kevin Parsons
  • Phil Estes
  • Sebastiaan van Stijn
  • Yasin Turan

Changes

14 commits

  • [release/1.6] Prepare release notes for v1.6.10 (#7664)
    • Prepare release notes for v1.6.10
  • [release/1.6] overlayutils: Add fastpath for userxattr check (#7646)
    • overlayutils: Add fastpath for userxattr check
  • [release/1.6] update to Go 1.18.8 to address CVE-2022-41716 (#7634)
  • [release/1.6] ctr export strictly match default platform (#7627)
    • ctr export strictly match default platform
  • [release/1.6] go.mod: Bump hcsshim to v0.9.5 (#7610)
    • [release/1.6] go.mod: Bump hcsshim to v0.9.5
  • [release/1.6] ctr import: strictly match platform (#7594)
    • ctr import: strictly match platform
  • [release/1.6] cherry-pick: Migrate away from GitHub actions set-output (#7582)
    • Migrate away from GitHub actions set-output

Dependency Changes

  • github.com/Microsoft/hcsshim v0.9.4 -> v0.9.5

Previous release can be found at v1.6.9

containerd 1.6.9

16 Nov 00:23
v1.6.9
1c90a44
Compare
Choose a tag to compare

Welcome to the v1.6.9 release of containerd!

The ninth patch release for containerd 1.6 contains various fixes, reorders the pod setup workflow in the CRI plugin to
prevent CNI resource leaks, and includes a new version of runc.

Notable Updates

  • Update oci.WithDefaultUnixDevices(): remove tun/tap from the default devices (#7268)
  • Fix CRI: Do not append []string{""} to command to preserve Docker compatibility (#7298)
  • Enhance CRI: ContainerStatus to return container resources (#7410)
  • Fix OCI resolver to skip TLS verification for localhost (#7438
  • Fix createTarFile: make xattr EPERM non-fatal (#7447)
  • Fix CRI plugin to setup pod network after creating the sandbox container (#7456)
  • Fix OCI pusher to retry request on writer reset (#7461)
  • Fix archive to validate digests before use (#7490)
  • Migrate from k8s.gcr.io to registry.k8s.io (#7549)
  • Fix CRI: PodSandboxStatus should tolerate missing task (#7551)
  • Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil (#7557)
  • Enhance CRI plugin to add logging volume metrics (#7571)
  • Add support for CAP_BPF and CAP_PERFMON (#7574)

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
  • Samuel Karp
  • Kazuyoshi Kato
  • Maksym Pavlenko
  • Derek McGowan
  • Phil Estes
  • Qiutong Song
  • ruiwen-zhao
  • zounengren
  • Akhil Mohan
  • Andrey Klimentyev
  • Benjamin Elder
  • Henry Wang
  • Iceber Gu
  • Paco Xu
  • Sophie Liu
  • Ye Sijun
  • rongfu.leng

Changes

68 commits

  • [release/1.6] Prepare release notes for v1.6.9 (#7573)
  • [release/1.6] adding support of CAP_BPF and CAP_PERFMON (#7574)
    • 346412f5a adding support of CAP_BPF and CAP_PERFMON
  • [release/1.6] Add logging volume metrics to Containerd CRI plugin (#7571)
    • a956d8415 Add logging volume metrics to Containerd CRI plugin
  • [release/1.6] fix pusher concurrent close channel (#7562)
    • 29e2dea50 fix pusher concurrent close channel
  • [release/1.6] Stats() shouldn't assume s.container is non-nil (#7557)
    • 8a9d69385 [release/1.6] Stats() shouldn't assume s.container is non-nil
  • [release/1.6] cri: PodSandboxStatus should tolerate missing task (#7551)
    • a9adc7938 cri: PodSandboxStatus should tolerate missing task
  • [release/1.6] migrate from k8s.gcr.io to registry.k8s.io (#7549)
    • b66eb726a migrate from k8s.gcr.io to registry.k8s.io
  • [release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0 (#7518)
    • 5b40993a5 [release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0
  • [release/1.6] Update container with sandbox metadata after NetNS is created (#7505)
    • f2376e659 Update container with sandbox metadata after NetNS is created
  • [release/1.6] archive: validate digests before use (#7490)
    • 06f82efef archive: validate digests before use
  • [release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 (#7475)
  • [release/1.6] retry request on writer reset (#7461)
  • [release/1.6] Setup pod network after creating the sandbox container (#7456)
    • b9a35c6af Add integration tests with failpoint
    • 1f29fac48 Persist container and sandbox if resource cleanup fails, like teardownPodNetwork
  • [release/1.6] test: introduce failpoint control to runc-shimv2 and cni (#7455)
    • a85709c6c integration: simplify CNI-fp and add README.md
    • d89a8d223 pkg/failpoint: add FreeBSD link and update pkg doc
    • b0ce2965a integration: Add injected failpoint testing for RunPodSandbox
    • a7f956d86 integration: CNI bridge wrapper with failpoint
    • 07c479471 pkg/failpoint: add DelegatedEval API
    • 4a5bc05aa runtime/v2/shim: return if error in load plugin
    • 71ee7de24 bin/ctr,integration: new runc-shim with failpoint
    • 3e2e77849 runtime/v2: manager supports server interceptor
    • cb935bf49 pkg/failpoint: init failpoint package
  • [release/1.6] cherry-pick: make xattr EPERM non-fatal in createTarFile (#7447)
    • 2fdfd564c make xattr EPERM non-fatal in createTarFile
  • [release/1.6] remotes/docker/config: Skipping TLS verification for localhost (#7438)
    • 89e49609d remotes/docker/config: Skipping TLS verification for localhost
  • [release/1.6] .zuul: remove the zull because it is offline (#7427)
    • b720be2ce remove stray .zuul.yaml
    • 6b30bc4b4 .zuul: remove the zuul because it is offline
  • [release/1.6] cherry-pick: Set grpc code for unimplemented cri-api methods (#7421)
    • 0f7e258ee Set grpc code for unimplemented cri-api methods
  • [release/1.6] cherry-pick: ContainerStatus to return container resources (#7410)
Read more

containerd 1.5.14

16 Nov 00:57
v1.5.14
b84d0b1
Compare
Choose a tag to compare

Welcome to the v1.5.14 release of containerd!

The fourteenth patch release for containerd 1.5 includes various fixes and updates
along with an updated version of runc.

Notable Updates

  • Fix WWW-Authenticate parsing to allow empty quoted string (#7132)
  • Update oci.WithDefaultUnixDevices(): remove tun/tap from the default devices (#7267)
  • Fix createTarFile: make xattr EPERM non-fatal (#7449)
  • Fix dockerPusher to handle abort correctly (#7467)
  • Migrate from k8s.gcr.io to registry.k8s.io (#7550)
  • Fix CRI: PodSandboxStatus should tolerate missing task (#7552)
  • Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil (#7556)

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

  • Kazuyoshi Kato
  • Sebastiaan van Stijn
  • Samuel Karp
  • Phil Estes
  • Maksym Pavlenko
  • Akihiro Suda
  • Derek McGowan
  • Wei Fu
  • Baoshuo
  • Benjamin Elder
  • Brian Goff
  • Daniel Canter
  • Gabriel Adrian Samfira
  • Iceber Gu
  • Kohei Tokunaga
  • Mike Brown
  • Paco Xu
  • Ye Sijun
  • rongfu.leng

Changes

56 commits

  • [release/1.5] Prepare release notes for 1.5.14 (#7572)
  • [release/1.5] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 (#7476)
  • [release/1.5] cri: PodSandboxStatus should tolerate missing task (#7552)
    • 60dec1391 cri: PodSandboxStatus should tolerate missing task
  • [release/1.5] Stats() shouldn't assume s.container is non-nil (#7556)
    • 208615ca7 [release/1.5] Stats() shouldn't assume s.container is non-nil
  • [release/1.5] migrate from k8s.gcr.io to registry.k8s.io (#7550)
    • a34a30b52 migrate from k8s.gcr.io to registry.k8s.io
  • [release/1.5] vendor: golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f (#7515)
    • ac382a74d [release/1.5] vendor: golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
  • [release/1.5] cherry-pick: remotes: fix dockerPusher to handle abort correctly (#7467)
    • 2fe813d36 remotes: fix dockerPusher to handle abort correctly
  • [release/1.5] cherry-pick: make xattr EPERM non-fatal in createTarFile (#7449)
    • f94332ee5 make xattr EPERM non-fatal in createTarFile
  • [release/1.5] .zuul: remove the zuul because it is offline (#7428)
    • 0e11ab933 remove stray .zuul.yaml
    • 83ea10446 .zuul: remove the zuul because it is offline
  • [release/1.5 backport] update runc binary to v1.1.4 (#7332)
  • [release/1.5] ci: remove GOPROXY environment variable due to https://github.com/go-… (#7300)
  • [release 1.5 backport] Fix cleanup in critest (#7275)
  • [release/1.5 backport] oci: WithDefaultUnixDevices(): remove tun/tap from the default devices (#7267)
    • 9bdd52b3a oci: WithDefaultUnixDevices(): remove tun/tap from the default devices
  • [release/1.5] release workflow: increase timeout to 30 minutes (#7262)
    • 401af14ea release workflow: increase timeout to 30 minutes
  • [release/1.5] backport: update GitHub Actions runners to macos-12 (#7248)
  • [release/1.5] gha: make release workflow work in forks (#7239)
    • 7e7eb6793 gha: make release workflow work in forks
  • [release/1.5] Update golang to 1.17.13 (#7245)
  • [release/1.5] update golang to 1.17.12 (#7161)
    • e91e39347 [release/1.5] update golang to 1.17.12
  • [release/1.5] Downgrade MinGW to version 10.2.0 (#7134)
    • 46933650b [release/1.5] Downgrade MinGW to version 10.2.0
  • [release/1.5] Fix WWW-Authenticate parsing (#7132)
    • 8ae864ae9 [release/1.5] Fix WWW-Authenticate parsing
  • [release/1.5] ctr: fix label args used in NewContainer (#7071)
    • febb0e82d ctr: fix label args used in NewContainer
  • [release/1.5] update runc binary to v1.1.3 (#7035)

Dependency Changes

  • golang.org/x/sys 33da011f77ad -> 8c9f86f7a55f

Previous release can be found at v1.5.13