fix(deps): update module github.com/containerd/containerd to v1.6.9 #11

Merged
kjuulh merged 1 commits from renovate/github.com-containerd-containerd-1.x into main 2022-10-26 16:52:43 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/containerd/containerd require patch v1.6.3-0.20220401172941-5ff8fce1fcc6 -> v1.6.9

Release Notes

containerd/containerd

v1.6.9

Compare Source

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](https://github.com/containerd/containerd/pull/7573))
    -   [`f1493f665`](https://github.com/containerd/containerd/commit/f1493f6651bd1955217c6ae444761c73e49726f2) Prepare release notes for v1.6.9
    -   [`99578d1fc`](https://github.com/containerd/containerd/commit/99578d1fc794fb36f58f0cbaf54aea56a95c3c60) Update mailmap
    
  • release/1.6] adding support of CAP_BPF and CAP_PERFMON ([#​7574](https://github.com/containerd/containerd/pull/7574))
    -   [`346412f5a`](https://github.com/containerd/containerd/commit/346412f5aefdcec30908562716de70ffe4824b67) adding support of CAP_BPF and CAP_PERFMON
    
  • release/1.6] Add logging volume metrics to Containerd CRI plugin ([#​7571](https://github.com/containerd/containerd/pull/7571))
    -   [`a956d8415`](https://github.com/containerd/containerd/commit/a956d84158580c91253b4c54b879b1f2b3e98e0f) Add logging volume metrics to Containerd CRI plugin
    
  • release/1.6] fix pusher concurrent close channel ([#​7562](https://github.com/containerd/containerd/pull/7562))
    -   [`29e2dea50`](https://github.com/containerd/containerd/commit/29e2dea5083e9b257471db5380a1b8ff32ae9219) fix pusher concurrent close channel
    
  • release/1.6] Stats() shouldn't assume s.container is non-nil ([#​7557](https://github.com/containerd/containerd/pull/7557))
    -   [`8a9d69385`](https://github.com/containerd/containerd/commit/8a9d69385024854321ba806ea09cc0bbe1af87c3) \[release/1.6] Stats() shouldn't assume s.container is non-nil
    
  • release/1.6] cri: PodSandboxStatus should tolerate missing task ([#​7551](https://github.com/containerd/containerd/pull/7551))
    -   [`a9adc7938`](https://github.com/containerd/containerd/commit/a9adc7938d98d292d7c2b598b1458551e275a507) cri: PodSandboxStatus should tolerate missing task
    
  • release/1.6] migrate from k8s.gcr.io to registry.k8s.io ([#​7549](https://github.com/containerd/containerd/pull/7549))
    -   [`b66eb726a`](https://github.com/containerd/containerd/commit/b66eb726a5bf968ac64f24de98f4065f19ede7f0) migrate from k8s.gcr.io to registry.k8s.io
    
  • release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0 ([#​7518](https://github.com/containerd/containerd/pull/7518))
    -   [`5b40993a5`](https://github.com/containerd/containerd/commit/5b40993a5e525012b1e97121cdacccce6ced4d06) \[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](https://github.com/containerd/containerd/pull/7505))
    -   [`f2376e659`](https://github.com/containerd/containerd/commit/f2376e659ffa55e4ff2578baf4e4c7aab54042e4) Update container with sandbox metadata after NetNS is created
    
  • release/1.6] archive: validate digests before use ([#​7490](https://github.com/containerd/containerd/pull/7490))
    -   [`06f82efef`](https://github.com/containerd/containerd/commit/06f82efef4be5975e7e9a8c8f8d13480065aab9f) archive: validate digests before use
    
  • release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 ([#​7475](https://github.com/containerd/containerd/pull/7475))
    -   [`28324c529`](https://github.com/containerd/containerd/commit/28324c529fad2285d44ae5348377496cdf9c4926) \[release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715
    -   [`0aeeb62cb`](https://github.com/containerd/containerd/commit/0aeeb62cba15e383b9387424be5ae4758650afae) \[release/1.6] update golangci-lint to v1.19.0
    -   [`7db9d1f76`](https://github.com/containerd/containerd/commit/7db9d1f76ffc16f970b6179a493caa008aeefef2) Fix linter warnings
    -   [`4dc932e62`](https://github.com/containerd/containerd/commit/4dc932e620bd2931c57715dce8cc4ac9f9e1c2d0) \[release/1.6] gofmt with go1.19
    -   [`7b8d679ad`](https://github.com/containerd/containerd/commit/7b8d679ad169fa1a0d1127bc49dff231087ac544) \[release/1.6] integration: remove use of deprecated io/ioutil
    
  • release/1.6] retry request on writer reset ([#​7461](https://github.com/containerd/containerd/pull/7461))
    -   [`926b9c72f`](https://github.com/containerd/containerd/commit/926b9c72f61b5be6bf8d952512f1d0932fbaf898) retry request on writer reset
    
  • release/1.6] Setup pod network after creating the sandbox container ([#​7456](https://github.com/containerd/containerd/pull/7456))
    -   [`b9a35c6af`](https://github.com/containerd/containerd/commit/b9a35c6af9519630179b745e48bd29fd4d067c83) Add integration tests with failpoint
    -   [`1f29fac48`](https://github.com/containerd/containerd/commit/1f29fac48ee356918663a4aa1f9880de3e2d6f1a) Persist container and sandbox if resource cleanup fails, like teardownPodNetwork
    
  • release/1.6] test: introduce failpoint control to runc-shimv2 and cni ([#​7455](https://github.com/containerd/containerd/pull/7455))
    -   [`a85709c6c`](https://github.com/containerd/containerd/commit/a85709c6c446b7a6fc49545b01d063473cf09432) integration: simplify CNI-fp and add README.md
    -   [`d89a8d223`](https://github.com/containerd/containerd/commit/d89a8d22379f41adae7fd5e1d524c806a011deff) pkg/failpoint: add FreeBSD link and update pkg doc
    -   [`b0ce2965a`](https://github.com/containerd/containerd/commit/b0ce2965aea5785f8f2930e358be84b86969a5e7) integration: Add injected failpoint testing for RunPodSandbox
    -   [`a7f956d86`](https://github.com/containerd/containerd/commit/a7f956d86498c6066c1934215e64877602ac69f4) integration: CNI bridge wrapper with failpoint
    -   [`07c479471`](https://github.com/containerd/containerd/commit/07c4794714db6af21f0bc5fdcd6fad89bd1f967c) pkg/failpoint: add DelegatedEval API
    -   [`4a5bc05aa`](https://github.com/containerd/containerd/commit/4a5bc05aa00acd1c197f7547aec8f90f20c9a98f) runtime/v2/shim: return if error in load plugin
    -   [`71ee7de24`](https://github.com/containerd/containerd/commit/71ee7de24818907dab4cdac39ba760008331f4a8) bin/ctr,integration: new runc-shim with failpoint
    -   [`3e2e77849`](https://github.com/containerd/containerd/commit/3e2e7784907a9dba4af9de5fd81e2674b0a8cfee) runtime/v2: manager supports server interceptor
    -   [`cb935bf49`](https://github.com/containerd/containerd/commit/cb935bf49a413c6624638ccc640146527bb05edb) pkg/failpoint: init failpoint package
    
  • release/1.6] cherry-pick: make xattr EPERM non-fatal in createTarFile ([#​7447](https://github.com/containerd/containerd/pull/7447))
    -   [`2fdfd564c`](https://github.com/containerd/containerd/commit/2fdfd564c180e01abe40463b6b6107f9ee2e1cf9) make xattr EPERM non-fatal in createTarFile
    
  • release/1.6] remotes/docker/config: Skipping TLS verification for localhost ([#​7438](https://github.com/containerd/containerd/pull/7438))
    -   [`89e49609d`](https://github.com/containerd/containerd/commit/89e49609d361f618aa1308e75e2fec57485697cc) remotes/docker/config: Skipping TLS verification for localhost
    
  • release/1.6] .zuul: remove the zull because it is offline ([#​7427](https://github.com/containerd/containerd/pull/7427))
    -   [`b720be2ce`](https://github.com/containerd/containerd/commit/b720be2ce3fa088b744dbfd185e615799b8e7bee) remove stray .zuul.yaml
    -   [`6b30bc4b4`](https://github.com/containerd/containerd/commit/6b30bc4b4a8d0857e61e8324305c2ba97eba0716) .zuul: remove the zuul because it is offline
    
  • release/1.6] cherry-pick: Set grpc code for unimplemented cri-api methods ([#​7421](https://github.com/containerd/containerd/pull/7421))
    -   [`0f7e258ee`](https://github.com/containerd/containerd/commit/0f7e258eebbf1ebbc3b7fa87618547d1547df3cf) Set grpc code for unimplemented cri-api methods
    
  • release/1.6] cherry-pick: ContainerStatus to return container resources ([#​7410](https://github.com/containerd/containerd/pull/7410))
    -   [`fb753e5cd`](https://github.com/containerd/containerd/commit/fb753e5cd5a907710de673adf3dd5e5721a11fa9) update intergration
    -   [`6ee5bb7ea`](https://github.com/containerd/containerd/commit/6ee5bb7eaad1420d6e57438b7a15853a7167e5b5) bump cri-api
    -   [`ae8598615`](https://github.com/containerd/containerd/commit/ae85986151295afd08aeb7dcd1a30ca329682b11) ContainerStatus to return container resources
    -   [`d3c7e31c8`](https://github.com/containerd/containerd/commit/d3c7e31c8a8f7dc3f0ef0d189fda5a7caca42ce2) Update CRI-API
    
  • release/1.6] backport: vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd ([#​7340](https://github.com/containerd/containerd/pull/7340))
    -   [`5b44c5271`](https://github.com/containerd/containerd/commit/5b44c5271136c5f1c4b6df4275c6ff3b124d731d) vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
    
  • release/1.6 backport] update runc binary to v1.1.4 ([#​7333](https://github.com/containerd/containerd/pull/7333))
    -   [`3507d600b`](https://github.com/containerd/containerd/commit/3507d600b6f5db11f865b96d1ff319708656002d) update runc binary to v1.1.4
    
  • release/1.6] ci: remove GOPROXY environment variable due to https://github.com/go-… ([#​7299](https://github.com/containerd/containerd/pull/7299))
    -   [`1efd8b947`](https://github.com/containerd/containerd/commit/1efd8b947393ce6911c13898ace01dd673e26633) ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887
    
  • release/1.6] Do not append \[]string{""} to command to preserve Docker compatibility ([#​7298](https://github.com/containerd/containerd/pull/7298))
    -   [`0448673af`](https://github.com/containerd/containerd/commit/0448673af283588654f0197fefc33025cf371b6e) Do not append \[]string{""} to command to preserve Docker compatibility
    
  • release 1.6 backport] Fix cleanup in critest ([#​7274](https://github.com/containerd/containerd/pull/7274))
    -   [`5c230ece0`](https://github.com/containerd/containerd/commit/5c230ece0fa985fbc973d1e6dea743439ca2c527) Fix cleanup in critest
    
  • release/1.6 backport] oci: WithDefaultUnixDevices(): remove tun/tap from the default devices ([#​7268](https://github.com/containerd/containerd/pull/7268))
    -   [`ed9d3dc37`](https://github.com/containerd/containerd/commit/ed9d3dc37c7d1f3f4975faa6918d0d3d3056e753) oci: WithDefaultUnixDevices(): remove tun/tap from the default devices
    
    

##### Changes from containerd/continuity
28 commits

  • go.mod: update dependencies (take 2) (#​204)
    • 74a0169 go.mod: update dependencies (take 2)
  • Revert "go.mod: update dependencies" (#​205)
    • 4ef02a2 Revert "go.mod: update dependencies"
    • e364868 go.mod: update dependencies
    • 5df4731 cmd/continuity: remove FUSE for macOS
  • Various small fix-ups (#​202)
    • 7fa1569 README: update badges and links
    • 7917549 golangci-lint: replace "golint" with "revive"
    • de7fd6b sysx: remove unused sysx/generate.sh script
    • e9ca807 fs: fix minor linting and gofmt issue
  • update authors and mailmap (#​201)
    • 3df990d update authors and mailmap
  • move cmd/continuity to its own go module (#​200)
    • 9d49199 move cmd/continuity to its own go module
    • 5b38337 remove version package
    • 480f3bb move continuityfs -> cmd/continuity/continuityfs
    • 071eff3 move commands -> cmd/continuity/commands
    • 840357f go.mod: update logrus to v1.8.1
  • CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir) (#​198)
    • 9b78cc9 CI: resolve Go path before sudoing
    • d67721d CI: modernize Go setup
    • 5bf078f Remove deprecated io/ioutil (except ioutil.ReadDir)
  • fs.CopyDir: support sockets and pipes (#​197)
    • ca52b93 fs.CopyDir: support sockets and pipes
  • Fix wrapping errors (#​196)
    • def6729 fs: fix wrapping nil err
    • b17bab4 fmt.Errorf: use %w, not %v to wrap errors

##### Dependency Changes
  • github.com/Microsoft/go-winio v0.5.1 -> v0.5.2
  • github.com/containerd/continuity v0.2.2 -> v0.3.0
  • golang.org/x/crypto 32db794 -> 3147a52
  • golang.org/x/net fe4d628 -> a158d28
  • golang.org/x/sys 33da011 -> 8c9f86f
  • golang.org/x/term 6886f2d -> 03fcf44
  • google.golang.org/grpc v1.43.0 -> v1.47.0
  • google.golang.org/protobuf v1.27.1 -> v1.28.0
  • gopkg.in/yaml.v3 496545a -> v3.0.1
  • k8s.io/cri-api v0.23.1 -> v0.25.0

Previous release can be found at v1.6.8

v1.6.8

Compare Source

Welcome to the v1.6.8 release of containerd!

The eighth patch release for containerd 1.6 fixes a regression in the release
build binaries which limited the environments they could be run in.

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
  • Samuel Karp
  • Phil Estes
Changes
7 commits

  • release/1.6] Prepare release notes for v1.6.8 ([#​7263](https://github.com/containerd/containerd/pull/7263))
    -   [`3364f411e`](https://github.com/containerd/containerd/commit/3364f411eb1503bac9d1ea09eab45660298845fc) Prepare release notes for v1.6.8
    
  • release/1.6] release workflow: increase timeout to 30 minutes & remove Go setup action ([#​7261](https://github.com/containerd/containerd/pull/7261))
    -   [`390920429`](https://github.com/containerd/containerd/commit/390920429580f4d36361ea7f395d062c31e3b49a) release workflow: remove Go setup action
    -   [`cf48ba6e8`](https://github.com/containerd/containerd/commit/cf48ba6e8b4be7036bde1e1963594436e8d1cc0c) release workflow: increase timeout to 30 minutes
    
  • release/1.6] release: rollback Ubuntu to 18.04 (except for riscv64) ([#​7260](https://github.com/containerd/containerd/pull/7260))
    -   [`57873e652`](https://github.com/containerd/containerd/commit/57873e652f495d1644a7cc99498cb9d60fce2a9e) release: rollback Ubuntu to 18.04 (except for riscv64)
    
    

##### Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.7

v1.6.7

Compare Source

Welcome to the v1.6.7 release of containerd!

The seventh patch release for containerd 1.6 contains various fixes,
includes a new version of runc and adds support for ppc64le and riscv64
(requires unreleased runc 1.2) builds.

Notable Updates
  • Update runc to v1.1.3 (#​7036)
  • Seccomp: Allow clock_settime64 with CAP_SYS_TIME (#​7172)
  • Fix WWW-Authenticate parsing (#​7131)
  • Support RISC-V 64 and ppc64le builds (#​7170)
  • Windows: Update hcsshim to v0.9.4 to fix regression with HostProcess stats (#​7200)
  • Windows: Fix shim logs going to panic.log file (#​7242)
  • Allow ptrace(2) by default for kernels >= 4.8 (#​7171)

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
  • Daniel Canter
  • Derek McGowan
  • Akihiro Suda
  • Kazuyoshi Kato
  • Mike Brown
  • Sebastiaan van Stijn
  • Wei Fu
  • Baoshuo
  • Gabriel Adrian Samfira
  • Henry Wang
  • Iceber Gu
  • Marvin Giessing
Changes
40 commits

  • release/1.6] Update release build timeout ([#​7250](https://github.com/containerd/containerd/pull/7250))
    -   [`eccb82f6d`](https://github.com/containerd/containerd/commit/eccb82f6d6211ac7958abb10b2105e8d7d3fb80f) Update release build timeout to 20 minutes
    
  • Prepare releases notes for 1.6.7 (#​7225)
  • release/1.6] Update golang to 1.17.13 ([#​7244](https://github.com/containerd/containerd/pull/7244))
    -   [`d199ee462`](https://github.com/containerd/containerd/commit/d199ee462b8a592277ed910d655b5c9b16295f66) Update golang to 1.17.13
    
  • release/1.6] Backport: Change os.Stderr reassign for Windows service ([#​7242](https://github.com/containerd/containerd/pull/7242))
    -   [`0578d20c5`](https://github.com/containerd/containerd/commit/0578d20c5db1fd84db42ed35e6e4ee637976b895) Change os.Stderr reassign for Windows service
    
  • release/1.6] Backport: bump macos runner version ([#​7230](https://github.com/containerd/containerd/pull/7230))
    -   [`12cae4961`](https://github.com/containerd/containerd/commit/12cae49615eedcc678d80e1f90e31d1a1315fdcc) Update Vagrant CI to macos-12
    -   [`bc4091aae`](https://github.com/containerd/containerd/commit/bc4091aaebb1e7419f8ff82135fbc1efc0d7ecd6) chore: bump macos runner version
    
  • release/1.6] Backport Windows HostProcess test improvements ([#​7227](https://github.com/containerd/containerd/pull/7227))
    -   [`cb73bd050`](https://github.com/containerd/containerd/commit/cb73bd0501dd7bdeb7fac66776df49e41eeaba6e) Windows HostProcess container CRI stats test
    -   [`ac388525a`](https://github.com/containerd/containerd/commit/ac388525aeb2826607d80dff2280cc6ce7faac5a) Add validations for Windows HostProcess CRI configs
    
  • release/1.6] go.mod: Bump hcsshim to v0.9.4 ([#​7200](https://github.com/containerd/containerd/pull/7200))
    -   [`0007f40fe`](https://github.com/containerd/containerd/commit/0007f40fe21a89527961e743af259df312a14823) \[release/1.6] go.mod: Bump hcsshim to v0.9.4
    
  • release/1.6] Update Fedora version to 36 ([#​7217](https://github.com/containerd/containerd/pull/7217))
    -   [`c9607e78c`](https://github.com/containerd/containerd/commit/c9607e78c98315b2dab55b8d4c73b7b84e146f52) Update Fedora version to 36
    
  • release/1.6] Support RISC-V 64 ([#​7170](https://github.com/containerd/containerd/pull/7170))
    -   [`2952b66c0`](https://github.com/containerd/containerd/commit/2952b66c0110e634c10925cce4093c5417d09ad6) CI: add riscv64 builds
    -   [`6b2dc9a37`](https://github.com/containerd/containerd/commit/6b2dc9a37ae27e4e4785dc07ae464cbc921d00ad) release/Dockerfile: update Ubuntu to 22.04 for supporting riscv64
    -   [`745dc07c4`](https://github.com/containerd/containerd/commit/745dc07c45487217c1cf7bf62987a7bfe0e1f6f9) seccomp: support riscv64
    -   [`c2f841f21`](https://github.com/containerd/containerd/commit/c2f841f218a823ad24127f74e25ae6e90ceea887) Create ppc64le release
    
  • release/1.6] allow ptrace(2) by default for kernel >= 4.8 ([#​7171](https://github.com/containerd/containerd/pull/7171))
    -   [`f3da3e51f`](https://github.com/containerd/containerd/commit/f3da3e51f5f1b3b6b50586c9962b112b26aba672) allow ptrace(2) by default for kernel >= 4.8
    
  • release/1.6] seccomp: allow clock_settime64 when CAP_SYS_TIME is added ([#​7172](https://github.com/containerd/containerd/pull/7172))
    -   [`86b55bd8d`](https://github.com/containerd/containerd/commit/86b55bd8dbb90b84d2b46d8726e3a993f2a75ed4) seccomp: allow clock_settime64 when CAP_SYS_TIME is added
    
  • release/1.6] update golang to 1.17.12 ([#​7160](https://github.com/containerd/containerd/pull/7160))
    -   [`aa1101068`](https://github.com/containerd/containerd/commit/aa110106835c55217c5f10ff23e927bf8b50f307) \[release/1.6] update golang to 1.17.12
    
  • release/1.6] Fix WWW-Authenticate parsing ([#​7131](https://github.com/containerd/containerd/pull/7131))
    -   [`37dfc5c9d`](https://github.com/containerd/containerd/commit/37dfc5c9db66afcfa47b6f40b7797763ac3fde76) \[release/1.6] Fix WWW-Authenticate parsing
    
  • release/1.6] Downgrade MinGW to version 10.2.0 ([#​7133](https://github.com/containerd/containerd/pull/7133))
    -   [`fa2016d58`](https://github.com/containerd/containerd/commit/fa2016d58ada2438d0af51a522b528dc228cb4ba) \[release/1.6] Downgrade MinGW to version 10.2.0
    
  • release/1.6] ctr: fix label args used in NewContainer ([#​7051](https://github.com/containerd/containerd/pull/7051))
    -   [`99c56d217`](https://github.com/containerd/containerd/commit/99c56d2175bc02f0fc4db58014b9b483021051a0) ctr: fix label args used in NewContainer
    
  • release/1.6] Make building static binaries simpler ([#​7045](https://github.com/containerd/containerd/pull/7045))
    -   [`51de785f8`](https://github.com/containerd/containerd/commit/51de785f85cb23bc31ea9f85938cc043ded7fdf1) \[release/1.6] Make building static binaries simpler
    
  • release/1.6] update runc binary to v1.1.3 ([#​7036](https://github.com/containerd/containerd/pull/7036))
    -   [`2ea4e6348`](https://github.com/containerd/containerd/commit/2ea4e63483e7799f2fd971cf06d7d0472e9e47d0) update runc binary to v1.1.3
    
    

##### Dependency Changes
  • github.com/Microsoft/hcsshim v0.9.3 -> v0.9.4

Previous release can be found at v1.6.6

v1.6.6

Compare Source

Welcome to the v1.6.6 release of containerd!

The sixth patch release for containerd 1.6 includes a fix for
CVE-2022-31030.

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
  • Derek McGowan
  • Kazuyoshi Kato
Changes
4 commits

##### Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.5

v1.6.5

Compare Source

Welcome to the v1.6.5 release of containerd!

The fifth patch release for containerd 1.6 includes a few fixes and updated
version of runc.

Notable Updates
  • Fix for older CNI plugins not reporting version (#​7011)
  • Fix mount path handling for CRI plugin on Windows (#​6929)

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
  • Mike Brown
  • Sebastiaan van Stijn
  • Kazuyoshi Kato
  • Phil Estes
  • Wei Fu
  • Akihiro Suda
  • Derek McGowan
  • Paul S. Schweigert
  • Amit Barve
  • Daniel Canter
  • Kevin Parsons
  • Marc Schwind
Changes
26 commits

  • Prepare release notes for v1.6.5 (#​7021)
  • release/1.6] update golang to 1.17.11 ([#​7013](https://github.com/containerd/containerd/pull/7013))
    -   [`5c9c83d3e`](https://github.com/containerd/containerd/commit/5c9c83d3e0f03d86644c448d23dc67c7433a2410) \[release/1.6] update golang to 1.17.11
    
  • release/1.6] update go-cni/for cni update fixing plugins that don't respond with version ([#​7011](https://github.com/containerd/containerd/pull/7011))
    -   [`fdcdc27bc`](https://github.com/containerd/containerd/commit/fdcdc27bce9b6105b4afa70759498fed6efed97a) update go-cni/for cni update fixing plugins that don't respond with version
    
  • release/1.6] archive: add human-readable hint to Lchown error ([#​6985](https://github.com/containerd/containerd/pull/6985))
    -   [`e33b9e709`](https://github.com/containerd/containerd/commit/e33b9e7091792c8f4db042f4d196b130ac412ec1) archive: add human-readable hint to Lchown error
    
  • release/1.6] go.mod: Bump hcsshim to 0.9.3 ([#​6968](https://github.com/containerd/containerd/pull/6968))
    -   [`6eff5b6c0`](https://github.com/containerd/containerd/commit/6eff5b6c0e03bf792b232e3bf2603a2445e57bcf) \[release/1.6] go.mod: Bump hcsshim to 0.9.3
    
  • release/1.6] config: improve config v1 deprecation message ([#​6980](https://github.com/containerd/containerd/pull/6980))
    -   [`3bb5a9d19`](https://github.com/containerd/containerd/commit/3bb5a9d19f42b58bde83585a1cc7faa3e1d2e9b9) config: improve config v1 deprecation message
    
  • release/1.6] update golang to 1.17.10, golang.org/x/sys v0.0.0-20220412211240-33da011f77ad ([#​6927](https://github.com/containerd/containerd/pull/6927))
    -   [`f1d2d9260`](https://github.com/containerd/containerd/commit/f1d2d9260a5d5e8ac46b803757007cb138383206) \[release/1.6] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
    -   [`9f99be51b`](https://github.com/containerd/containerd/commit/9f99be51ba3282f4ac90c574c926e81494973225) \[release/1.6] update golang to 1.17.10
    
  • release/1.6] Bug fix for mount path handling ([#​6929](https://github.com/containerd/containerd/pull/6929))
    -   [`70839a344`](https://github.com/containerd/containerd/commit/70839a344033dbb86ae152b30a747f9258527c9e) Bug fix for mount path handling
    
  • release/1.6] Reverts removal of parallel run from critest ([#​6942](https://github.com/containerd/containerd/pull/6942))
    -   [`82a77be2d`](https://github.com/containerd/containerd/commit/82a77be2dd20790a14a1c96f21be41b8d597cc2e) reverts removal of parallel run from critest
    
  • release/1.6 backport] update runc binary and vendor to v1.1.2 ([#​6936](https://github.com/containerd/containerd/pull/6936))
    -   [`246a1b42e`](https://github.com/containerd/containerd/commit/246a1b42e64337656992335bf9e81738cbec89cb) vendor: github.com/opencontainers/runc v1.1.2
    -   [`43717e03a`](https://github.com/containerd/containerd/commit/43717e03aa5266702871b2ac3584bf949642443c) update runc binary to v1.1.2
    
  • release/1.6] Allow git commands in Vagrantfile ([#​6941](https://github.com/containerd/containerd/pull/6941))
    -   [`06bdfeb67`](https://github.com/containerd/containerd/commit/06bdfeb675297ebd7406b7de94107b2dc74017ad) Allow git commands in Vagrantfile
    
  • release/1.6] Update critools to v1.24 ([#​6895](https://github.com/containerd/containerd/pull/6895))
    -   [`1520bae0f`](https://github.com/containerd/containerd/commit/1520bae0f44e1a47f68807bd61065135f1560256) update critools to v1.24
    
    

##### Changes from containerd/go-cni
6 commits

  • go.mod: update libcni to v1.1.1 (#​101)
    • cb645ef go.mod: update libcni to v1.1.1
  • add in some serial setup tests; a little make cleanup (#​100)
    • 42cfe0f add in some serial setup tests; a little make cleanup
  • Re-introduce serial network setup (#​99)
    • ee1a707 Re-introduce serial network setup

##### Dependency Changes
  • github.com/Microsoft/hcsshim v0.9.2 -> v0.9.3
  • github.com/containerd/go-cni v1.1.5 -> v1.1.6
  • github.com/containernetworking/cni v1.1.0 -> v1.1.1
  • github.com/opencontainers/runc v1.1.1 -> v1.1.2
  • golang.org/x/sys 1d35b9e -> 33da011

Previous release can be found at v1.6.4

v1.6.4

Compare Source

Welcome to the v1.6.4 release of containerd!

The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.

Notable Updates
  • Update go-cni to fix teardown regression (#​6877)
  • Fix broken SELinux relabeling for Kubernetes volume mounts (#​6878)

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
  • Mike Brown
  • Kazuyoshi Kato
  • Michael Zappa
  • Wang Bing
  • Wei Fu
  • Antonio Ojea
  • Derek McGowan
  • Henry Wang
  • Nabeel Rana
  • Phil Estes
Changes
8 commits

  • Prepare release notes for 1.6.4 (#​6887)
  • release/1.6 backport] Bump opencontainers/selinux from 1.10.0 to 1.10.1 ([#​6878](https://github.com/containerd/containerd/pull/6878))
    -   [`42d691fe6`](https://github.com/containerd/containerd/commit/42d691fe6bb18f523b643e8e960f9fa3abb13bc6) Bump opencontainers/selinux from 1.10.0 to 1.10.1
    
  • release/1.6] Update go-cni to v1.1.5 backported due to conflict in go.mod ([#​6877](https://github.com/containerd/containerd/pull/6877))
    -   [`e9f22e008`](https://github.com/containerd/containerd/commit/e9f22e008b18a383cb440d86c8fd3a93e364f3f4) Update go-cni to v1.1.5
    
  • release/1.6] cri: close fifos when container is deleted ([#​6859](https://github.com/containerd/containerd/pull/6859))
    -   [`be4909e95`](https://github.com/containerd/containerd/commit/be4909e950da484ceb7bf11ebd858a8757677d8f) cri: close fifos when container is deleted
    
    

##### Changes from containerd/go-cni
8 commits

  • bump github.com/containernetworking/cni v1.1.0 (#​98)
    • e24193e bump github.com/containernetworking/cni v1.1.0
  • Revert "Update loopback version to support check" (#​96)
    • 186662c Revert "Update loopback version to support check"
  • Use revive instead of golint (#​92)
    • 322e8bf Use revive instead of golint
  • Bump go verion to 1.17 (#​91)

##### Dependency Changes
  • github.com/containerd/go-cni v1.1.4 -> v1.1.5
  • github.com/containernetworking/cni v1.0.1 -> v1.1.0
  • github.com/opencontainers/selinux v1.10.0 -> v1.10.1

Previous release can be found at v1.6.3


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/containerd/containerd](https://github.com/containerd/containerd) | require | patch | `v1.6.3-0.20220401172941-5ff8fce1fcc6` -> `v1.6.9` | --- ### Release Notes <details> <summary>containerd/containerd</summary> ### [`v1.6.9`](https://github.com/containerd/containerd/releases/tag/v1.6.9) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.8...v1.6.9) 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** ([#&#8203;7268](https://github.com/containerd/containerd/pull/7268)) - **Fix CRI: Do not append \[]string{""} to command to preserve Docker compatibility** ([#&#8203;7298](https://github.com/containerd/containerd/pull/7298)) - **Enhance CRI: ContainerStatus to return container resources** ([#&#8203;7410](https://github.com/containerd/containerd/pull/7410)) - **Fix OCI resolver to skip TLS verification for localhost** ([#&#8203;7438](https://github.com/containerd/containerd/pull/7438) - **Fix createTarFile: make xattr EPERM non-fatal** ([#&#8203;7447](https://github.com/containerd/containerd/pull/7447)) - **Fix CRI plugin to setup pod network after creating the sandbox container** ([#&#8203;7456](https://github.com/containerd/containerd/pull/7456)) - **Fix OCI pusher to retry request on writer reset** ([#&#8203;7461](https://github.com/containerd/containerd/pull/7461)) - **Fix archive to validate digests before use** ([#&#8203;7490](https://github.com/containerd/containerd/pull/7490)) - **Migrate from k8s.gcr.io to registry.k8s.io** ([#&#8203;7549](https://github.com/containerd/containerd/pull/7549)) - **Fix CRI: PodSandboxStatus should tolerate missing task** ([#&#8203;7551](https://github.com/containerd/containerd/pull/7551)) - **Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil** ([#&#8203;7557](https://github.com/containerd/containerd/pull/7557)) - **Enhance CRI plugin to add logging volume metrics** ([#&#8203;7571](https://github.com/containerd/containerd/pull/7571)) - **Add support for CAP_BPF and CAP_PERFMON** ([#&#8203;7574](https://github.com/containerd/containerd/pull/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 <details><summary>68 commits</summary> <p> - \[release/1.6] Prepare release notes for v1.6.9 ([#&#8203;7573](https://github.com/containerd/containerd/pull/7573)) - [`f1493f665`](https://github.com/containerd/containerd/commit/f1493f6651bd1955217c6ae444761c73e49726f2) Prepare release notes for v1.6.9 - [`99578d1fc`](https://github.com/containerd/containerd/commit/99578d1fc794fb36f58f0cbaf54aea56a95c3c60) Update mailmap - \[release/1.6] adding support of CAP_BPF and CAP_PERFMON ([#&#8203;7574](https://github.com/containerd/containerd/pull/7574)) - [`346412f5a`](https://github.com/containerd/containerd/commit/346412f5aefdcec30908562716de70ffe4824b67) adding support of CAP_BPF and CAP_PERFMON - \[release/1.6] Add logging volume metrics to Containerd CRI plugin ([#&#8203;7571](https://github.com/containerd/containerd/pull/7571)) - [`a956d8415`](https://github.com/containerd/containerd/commit/a956d84158580c91253b4c54b879b1f2b3e98e0f) Add logging volume metrics to Containerd CRI plugin - \[release/1.6] fix pusher concurrent close channel ([#&#8203;7562](https://github.com/containerd/containerd/pull/7562)) - [`29e2dea50`](https://github.com/containerd/containerd/commit/29e2dea5083e9b257471db5380a1b8ff32ae9219) fix pusher concurrent close channel - \[release/1.6] Stats() shouldn't assume s.container is non-nil ([#&#8203;7557](https://github.com/containerd/containerd/pull/7557)) - [`8a9d69385`](https://github.com/containerd/containerd/commit/8a9d69385024854321ba806ea09cc0bbe1af87c3) \[release/1.6] Stats() shouldn't assume s.container is non-nil - \[release/1.6] cri: PodSandboxStatus should tolerate missing task ([#&#8203;7551](https://github.com/containerd/containerd/pull/7551)) - [`a9adc7938`](https://github.com/containerd/containerd/commit/a9adc7938d98d292d7c2b598b1458551e275a507) cri: PodSandboxStatus should tolerate missing task - \[release/1.6] migrate from k8s.gcr.io to registry.k8s.io ([#&#8203;7549](https://github.com/containerd/containerd/pull/7549)) - [`b66eb726a`](https://github.com/containerd/containerd/commit/b66eb726a5bf968ac64f24de98f4065f19ede7f0) migrate from k8s.gcr.io to registry.k8s.io - \[release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0 ([#&#8203;7518](https://github.com/containerd/containerd/pull/7518)) - [`5b40993a5`](https://github.com/containerd/containerd/commit/5b40993a5e525012b1e97121cdacccce6ced4d06) \[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 ([#&#8203;7505](https://github.com/containerd/containerd/pull/7505)) - [`f2376e659`](https://github.com/containerd/containerd/commit/f2376e659ffa55e4ff2578baf4e4c7aab54042e4) Update container with sandbox metadata after NetNS is created - \[release/1.6] archive: validate digests before use ([#&#8203;7490](https://github.com/containerd/containerd/pull/7490)) - [`06f82efef`](https://github.com/containerd/containerd/commit/06f82efef4be5975e7e9a8c8f8d13480065aab9f) archive: validate digests before use - \[release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 ([#&#8203;7475](https://github.com/containerd/containerd/pull/7475)) - [`28324c529`](https://github.com/containerd/containerd/commit/28324c529fad2285d44ae5348377496cdf9c4926) \[release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 - [`0aeeb62cb`](https://github.com/containerd/containerd/commit/0aeeb62cba15e383b9387424be5ae4758650afae) \[release/1.6] update golangci-lint to v1.19.0 - [`7db9d1f76`](https://github.com/containerd/containerd/commit/7db9d1f76ffc16f970b6179a493caa008aeefef2) Fix linter warnings - [`4dc932e62`](https://github.com/containerd/containerd/commit/4dc932e620bd2931c57715dce8cc4ac9f9e1c2d0) \[release/1.6] gofmt with go1.19 - [`7b8d679ad`](https://github.com/containerd/containerd/commit/7b8d679ad169fa1a0d1127bc49dff231087ac544) \[release/1.6] integration: remove use of deprecated io/ioutil - \[release/1.6] retry request on writer reset ([#&#8203;7461](https://github.com/containerd/containerd/pull/7461)) - [`926b9c72f`](https://github.com/containerd/containerd/commit/926b9c72f61b5be6bf8d952512f1d0932fbaf898) retry request on writer reset - \[release/1.6] Setup pod network after creating the sandbox container ([#&#8203;7456](https://github.com/containerd/containerd/pull/7456)) - [`b9a35c6af`](https://github.com/containerd/containerd/commit/b9a35c6af9519630179b745e48bd29fd4d067c83) Add integration tests with failpoint - [`1f29fac48`](https://github.com/containerd/containerd/commit/1f29fac48ee356918663a4aa1f9880de3e2d6f1a) Persist container and sandbox if resource cleanup fails, like teardownPodNetwork - \[release/1.6] test: introduce failpoint control to runc-shimv2 and cni ([#&#8203;7455](https://github.com/containerd/containerd/pull/7455)) - [`a85709c6c`](https://github.com/containerd/containerd/commit/a85709c6c446b7a6fc49545b01d063473cf09432) integration: simplify CNI-fp and add README.md - [`d89a8d223`](https://github.com/containerd/containerd/commit/d89a8d22379f41adae7fd5e1d524c806a011deff) pkg/failpoint: add FreeBSD link and update pkg doc - [`b0ce2965a`](https://github.com/containerd/containerd/commit/b0ce2965aea5785f8f2930e358be84b86969a5e7) integration: Add injected failpoint testing for RunPodSandbox - [`a7f956d86`](https://github.com/containerd/containerd/commit/a7f956d86498c6066c1934215e64877602ac69f4) integration: CNI bridge wrapper with failpoint - [`07c479471`](https://github.com/containerd/containerd/commit/07c4794714db6af21f0bc5fdcd6fad89bd1f967c) pkg/failpoint: add DelegatedEval API - [`4a5bc05aa`](https://github.com/containerd/containerd/commit/4a5bc05aa00acd1c197f7547aec8f90f20c9a98f) runtime/v2/shim: return if error in load plugin - [`71ee7de24`](https://github.com/containerd/containerd/commit/71ee7de24818907dab4cdac39ba760008331f4a8) bin/ctr,integration: new runc-shim with failpoint - [`3e2e77849`](https://github.com/containerd/containerd/commit/3e2e7784907a9dba4af9de5fd81e2674b0a8cfee) runtime/v2: manager supports server interceptor - [`cb935bf49`](https://github.com/containerd/containerd/commit/cb935bf49a413c6624638ccc640146527bb05edb) pkg/failpoint: init failpoint package - \[release/1.6] cherry-pick: make xattr EPERM non-fatal in createTarFile ([#&#8203;7447](https://github.com/containerd/containerd/pull/7447)) - [`2fdfd564c`](https://github.com/containerd/containerd/commit/2fdfd564c180e01abe40463b6b6107f9ee2e1cf9) make xattr EPERM non-fatal in createTarFile - \[release/1.6] remotes/docker/config: Skipping TLS verification for localhost ([#&#8203;7438](https://github.com/containerd/containerd/pull/7438)) - [`89e49609d`](https://github.com/containerd/containerd/commit/89e49609d361f618aa1308e75e2fec57485697cc) remotes/docker/config: Skipping TLS verification for localhost - \[release/1.6] .zuul: remove the zull because it is offline ([#&#8203;7427](https://github.com/containerd/containerd/pull/7427)) - [`b720be2ce`](https://github.com/containerd/containerd/commit/b720be2ce3fa088b744dbfd185e615799b8e7bee) remove stray .zuul.yaml - [`6b30bc4b4`](https://github.com/containerd/containerd/commit/6b30bc4b4a8d0857e61e8324305c2ba97eba0716) .zuul: remove the zuul because it is offline - \[release/1.6] cherry-pick: Set grpc code for unimplemented cri-api methods ([#&#8203;7421](https://github.com/containerd/containerd/pull/7421)) - [`0f7e258ee`](https://github.com/containerd/containerd/commit/0f7e258eebbf1ebbc3b7fa87618547d1547df3cf) Set grpc code for unimplemented cri-api methods - \[release/1.6] cherry-pick: ContainerStatus to return container resources ([#&#8203;7410](https://github.com/containerd/containerd/pull/7410)) - [`fb753e5cd`](https://github.com/containerd/containerd/commit/fb753e5cd5a907710de673adf3dd5e5721a11fa9) update intergration - [`6ee5bb7ea`](https://github.com/containerd/containerd/commit/6ee5bb7eaad1420d6e57438b7a15853a7167e5b5) bump cri-api - [`ae8598615`](https://github.com/containerd/containerd/commit/ae85986151295afd08aeb7dcd1a30ca329682b11) ContainerStatus to return container resources - [`d3c7e31c8`](https://github.com/containerd/containerd/commit/d3c7e31c8a8f7dc3f0ef0d189fda5a7caca42ce2) Update CRI-API - \[release/1.6] backport: vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd ([#&#8203;7340](https://github.com/containerd/containerd/pull/7340)) - [`5b44c5271`](https://github.com/containerd/containerd/commit/5b44c5271136c5f1c4b6df4275c6ff3b124d731d) vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd - \[release/1.6 backport] update runc binary to v1.1.4 ([#&#8203;7333](https://github.com/containerd/containerd/pull/7333)) - [`3507d600b`](https://github.com/containerd/containerd/commit/3507d600b6f5db11f865b96d1ff319708656002d) update runc binary to v1.1.4 - \[release/1.6] ci: remove GOPROXY environment variable due to https://github.com/go-… ([#&#8203;7299](https://github.com/containerd/containerd/pull/7299)) - [`1efd8b947`](https://github.com/containerd/containerd/commit/1efd8b947393ce6911c13898ace01dd673e26633) ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887 - \[release/1.6] Do not append \[]string{""} to command to preserve Docker compatibility ([#&#8203;7298](https://github.com/containerd/containerd/pull/7298)) - [`0448673af`](https://github.com/containerd/containerd/commit/0448673af283588654f0197fefc33025cf371b6e) Do not append \[]string{""} to command to preserve Docker compatibility - \[release 1.6 backport] Fix cleanup in critest ([#&#8203;7274](https://github.com/containerd/containerd/pull/7274)) - [`5c230ece0`](https://github.com/containerd/containerd/commit/5c230ece0fa985fbc973d1e6dea743439ca2c527) Fix cleanup in critest - \[release/1.6 backport] oci: WithDefaultUnixDevices(): remove tun/tap from the default devices ([#&#8203;7268](https://github.com/containerd/containerd/pull/7268)) - [`ed9d3dc37`](https://github.com/containerd/containerd/commit/ed9d3dc37c7d1f3f4975faa6918d0d3d3056e753) oci: WithDefaultUnixDevices(): remove tun/tap from the default devices </p> </details> ##### Changes from containerd/continuity <details><summary>28 commits</summary> <p> - go.mod: update dependencies (take 2) ([#&#8203;204](https://github.com/containerd/continuity/pull/204)) - [`74a0169`](https://github.com/containerd/continuity/commit/74a016961cad4d635aeb6d4efb1bcc2268700d7a) go.mod: update dependencies (take 2) - Revert "go.mod: update dependencies" ([#&#8203;205](https://github.com/containerd/continuity/pull/205)) - [`4ef02a2`](https://github.com/containerd/continuity/commit/4ef02a2f72d4ed5539010211e85cbe303eb192bd) Revert "go.mod: update dependencies" - [`e364868`](https://github.com/containerd/continuity/commit/e3648687add4203d03811191b4e5692f516d355b) go.mod: update dependencies - [`5df4731`](https://github.com/containerd/continuity/commit/5df4731d45253217b8fe4ebf823fffda8da5a7ae) cmd/continuity: remove FUSE for macOS - Various small fix-ups ([#&#8203;202](https://github.com/containerd/continuity/pull/202)) - [`7fa1569`](https://github.com/containerd/continuity/commit/7fa1569efc4aa48f382a1c9ea565bcb62817f1b2) README: update badges and links - [`7917549`](https://github.com/containerd/continuity/commit/791754940833264651ac315318beb6998722731d) golangci-lint: replace "golint" with "revive" - [`de7fd6b`](https://github.com/containerd/continuity/commit/de7fd6b43f553b9b106ee818597404c2f408efc7) sysx: remove unused sysx/generate.sh script - [`e9ca807`](https://github.com/containerd/continuity/commit/e9ca807ed63bd76c91f56007883b62eea7d13dd0) fs: fix minor linting and gofmt issue - update authors and mailmap ([#&#8203;201](https://github.com/containerd/continuity/pull/201)) - [`3df990d`](https://github.com/containerd/continuity/commit/3df990de70e9fdc47d0f27c38414bf0ee63ce9fa) update authors and mailmap - move cmd/continuity to its own go module ([#&#8203;200](https://github.com/containerd/continuity/pull/200)) - [`9d49199`](https://github.com/containerd/continuity/commit/9d49199bde798d374a44dc1e522443c7ec7eb56e) move cmd/continuity to its own go module - [`5b38337`](https://github.com/containerd/continuity/commit/5b383371446465527de52c6880d4f5432327dcfb) remove version package - [`480f3bb`](https://github.com/containerd/continuity/commit/480f3bb0db8f1414e5190df5c30fcb94273e5dc7) move continuityfs -> cmd/continuity/continuityfs - [`071eff3`](https://github.com/containerd/continuity/commit/071eff3ae0a91e87e3985a862aa2f3445dd47314) move commands -> cmd/continuity/commands - [`840357f`](https://github.com/containerd/continuity/commit/840357fbaab4d0c486ce9656606d165d4d1c8839) go.mod: update logrus to v1.8.1 - CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir) ([#&#8203;198](https://github.com/containerd/continuity/pull/198)) - [`9b78cc9`](https://github.com/containerd/continuity/commit/9b78cc9d2f5c55558269dfd6595a68c5ed383043) CI: resolve Go path before sudoing - [`d67721d`](https://github.com/containerd/continuity/commit/d67721dd765a1d31239c4a6459d3dfbeed088e5f) CI: modernize Go setup - [`5bf078f`](https://github.com/containerd/continuity/commit/5bf078f2f986072b65b2b1641f5abff8968c516f) Remove deprecated io/ioutil (except ioutil.ReadDir) - fs.CopyDir: support sockets and pipes ([#&#8203;197](https://github.com/containerd/continuity/pull/197)) - [`ca52b93`](https://github.com/containerd/continuity/commit/ca52b934dd01ca5e16244bbe3643a5019360d11c) fs.CopyDir: support sockets and pipes - Fix wrapping errors ([#&#8203;196](https://github.com/containerd/continuity/pull/196)) - [`def6729`](https://github.com/containerd/continuity/commit/def67296172f65f5827e5355efac79e0c1331a48) fs: fix wrapping nil err - [`b17bab4`](https://github.com/containerd/continuity/commit/b17bab433315a4936debf5c0c150d9f4e36d7088) fmt.Errorf: use %w, not %v to wrap errors </p> </details> ##### Dependency Changes - **github.com/Microsoft/go-winio** v0.5.1 -> v0.5.2 - **github.com/containerd/continuity** v0.2.2 -> v0.3.0 - **golang.org/x/crypto** [`32db794`](https://github.com/containerd/containerd/commit/32db794688a5) -> [`3147a52`](https://github.com/containerd/containerd/commit/3147a52a75dd) - **golang.org/x/net** [`fe4d628`](https://github.com/containerd/containerd/commit/fe4d6282115f) -> [`a158d28`](https://github.com/containerd/containerd/commit/a158d28d115b) - **golang.org/x/sys** [`33da011`](https://github.com/containerd/containerd/commit/33da011f77ad) -> [`8c9f86f`](https://github.com/containerd/containerd/commit/8c9f86f7a55f) - **golang.org/x/term** [`6886f2d`](https://github.com/containerd/containerd/commit/6886f2dfbf5b) -> [`03fcf44`](https://github.com/containerd/containerd/commit/03fcf44c2211) - **google.golang.org/grpc** v1.43.0 -> v1.47.0 - **google.golang.org/protobuf** v1.27.1 -> v1.28.0 - **gopkg.in/yaml.v3** [`496545a`](https://github.com/containerd/containerd/commit/496545a6307b) -> v3.0.1 - **k8s.io/cri-api** v0.23.1 -> v0.25.0 Previous release can be found at [v1.6.8](https://github.com/containerd/containerd/releases/tag/v1.6.8) ### [`v1.6.8`](https://github.com/containerd/containerd/releases/tag/v1.6.8) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.7...v1.6.8) Welcome to the v1.6.8 release of containerd! The eighth patch release for containerd 1.6 fixes a regression in the release build binaries which limited the environments they could be run in. 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 - Samuel Karp - Phil Estes ##### Changes <details><summary>7 commits</summary> <p> - \[release/1.6] Prepare release notes for v1.6.8 ([#&#8203;7263](https://github.com/containerd/containerd/pull/7263)) - [`3364f411e`](https://github.com/containerd/containerd/commit/3364f411eb1503bac9d1ea09eab45660298845fc) Prepare release notes for v1.6.8 - \[release/1.6] release workflow: increase timeout to 30 minutes & remove Go setup action ([#&#8203;7261](https://github.com/containerd/containerd/pull/7261)) - [`390920429`](https://github.com/containerd/containerd/commit/390920429580f4d36361ea7f395d062c31e3b49a) release workflow: remove Go setup action - [`cf48ba6e8`](https://github.com/containerd/containerd/commit/cf48ba6e8b4be7036bde1e1963594436e8d1cc0c) release workflow: increase timeout to 30 minutes - \[release/1.6] release: rollback Ubuntu to 18.04 (except for riscv64) ([#&#8203;7260](https://github.com/containerd/containerd/pull/7260)) - [`57873e652`](https://github.com/containerd/containerd/commit/57873e652f495d1644a7cc99498cb9d60fce2a9e) release: rollback Ubuntu to 18.04 (except for riscv64) </p> </details> ##### Dependency Changes This release has no dependency changes Previous release can be found at [v1.6.7](https://github.com/containerd/containerd/releases/tag/v1.6.7) ### [`v1.6.7`](https://github.com/containerd/containerd/releases/tag/v1.6.7) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.6...v1.6.7) Welcome to the v1.6.7 release of containerd! The seventh patch release for containerd 1.6 contains various fixes, includes a new version of runc and adds support for ppc64le and riscv64 (requires unreleased runc 1.2) builds. ##### Notable Updates - **Update runc to v1.1.3** ([#&#8203;7036](https://github.com/containerd/containerd/pull/7036)) - **Seccomp: Allow clock_settime64 with CAP_SYS_TIME** ([#&#8203;7172](https://github.com/containerd/containerd/pull/7172)) - **Fix WWW-Authenticate parsing** ([#&#8203;7131](https://github.com/containerd/containerd/pull/7131)) - **Support RISC-V 64 and ppc64le builds** ([#&#8203;7170](https://github.com/containerd/containerd/pull/7170)) - **Windows: Update hcsshim to v0.9.4 to fix regression with HostProcess stats** ([#&#8203;7200](https://github.com/containerd/containerd/pull/7200)) - **Windows: Fix shim logs going to panic.log file** ([#&#8203;7242](https://github.com/containerd/containerd/pull/7242)) - **Allow ptrace(2) by default for kernels >= 4.8** ([#&#8203;7171](https://github.com/containerd/containerd/pull/7171)) 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 - Daniel Canter - Derek McGowan - Akihiro Suda - Kazuyoshi Kato - Mike Brown - Sebastiaan van Stijn - Wei Fu - Baoshuo - Gabriel Adrian Samfira - Henry Wang - Iceber Gu - Marvin Giessing ##### Changes <details><summary>40 commits</summary> <p> - \[release/1.6] Update release build timeout ([#&#8203;7250](https://github.com/containerd/containerd/pull/7250)) - [`eccb82f6d`](https://github.com/containerd/containerd/commit/eccb82f6d6211ac7958abb10b2105e8d7d3fb80f) Update release build timeout to 20 minutes - Prepare releases notes for 1.6.7 ([#&#8203;7225](https://github.com/containerd/containerd/pull/7225)) - [`6a854d4b5`](https://github.com/containerd/containerd/commit/6a854d4b59761698134a89080fe005243af4c0ec) Update mailmap - [`61612e1a2`](https://github.com/containerd/containerd/commit/61612e1a2cd63feea45b533ca29524018edbc320) Prepare release notes for 1.6.7 - \[release/1.6] Update golang to 1.17.13 ([#&#8203;7244](https://github.com/containerd/containerd/pull/7244)) - [`d199ee462`](https://github.com/containerd/containerd/commit/d199ee462b8a592277ed910d655b5c9b16295f66) Update golang to 1.17.13 - \[release/1.6] Backport: Change os.Stderr reassign for Windows service ([#&#8203;7242](https://github.com/containerd/containerd/pull/7242)) - [`0578d20c5`](https://github.com/containerd/containerd/commit/0578d20c5db1fd84db42ed35e6e4ee637976b895) Change os.Stderr reassign for Windows service - \[release/1.6] Backport: bump macos runner version ([#&#8203;7230](https://github.com/containerd/containerd/pull/7230)) - [`12cae4961`](https://github.com/containerd/containerd/commit/12cae49615eedcc678d80e1f90e31d1a1315fdcc) Update Vagrant CI to macos-12 - [`bc4091aae`](https://github.com/containerd/containerd/commit/bc4091aaebb1e7419f8ff82135fbc1efc0d7ecd6) chore: bump macos runner version - \[release/1.6] Backport Windows HostProcess test improvements ([#&#8203;7227](https://github.com/containerd/containerd/pull/7227)) - [`cb73bd050`](https://github.com/containerd/containerd/commit/cb73bd0501dd7bdeb7fac66776df49e41eeaba6e) Windows HostProcess container CRI stats test - [`ac388525a`](https://github.com/containerd/containerd/commit/ac388525aeb2826607d80dff2280cc6ce7faac5a) Add validations for Windows HostProcess CRI configs - \[release/1.6] go.mod: Bump hcsshim to v0.9.4 ([#&#8203;7200](https://github.com/containerd/containerd/pull/7200)) - [`0007f40fe`](https://github.com/containerd/containerd/commit/0007f40fe21a89527961e743af259df312a14823) \[release/1.6] go.mod: Bump hcsshim to v0.9.4 - \[release/1.6] Update Fedora version to 36 ([#&#8203;7217](https://github.com/containerd/containerd/pull/7217)) - [`c9607e78c`](https://github.com/containerd/containerd/commit/c9607e78c98315b2dab55b8d4c73b7b84e146f52) Update Fedora version to 36 - \[release/1.6] Support RISC-V 64 ([#&#8203;7170](https://github.com/containerd/containerd/pull/7170)) - [`2952b66c0`](https://github.com/containerd/containerd/commit/2952b66c0110e634c10925cce4093c5417d09ad6) CI: add riscv64 builds - [`6b2dc9a37`](https://github.com/containerd/containerd/commit/6b2dc9a37ae27e4e4785dc07ae464cbc921d00ad) release/Dockerfile: update Ubuntu to 22.04 for supporting riscv64 - [`745dc07c4`](https://github.com/containerd/containerd/commit/745dc07c45487217c1cf7bf62987a7bfe0e1f6f9) seccomp: support riscv64 - [`c2f841f21`](https://github.com/containerd/containerd/commit/c2f841f218a823ad24127f74e25ae6e90ceea887) Create ppc64le release - \[release/1.6] allow ptrace(2) by default for kernel >= 4.8 ([#&#8203;7171](https://github.com/containerd/containerd/pull/7171)) - [`f3da3e51f`](https://github.com/containerd/containerd/commit/f3da3e51f5f1b3b6b50586c9962b112b26aba672) allow ptrace(2) by default for kernel >= 4.8 - \[release/1.6] seccomp: allow clock_settime64 when CAP_SYS_TIME is added ([#&#8203;7172](https://github.com/containerd/containerd/pull/7172)) - [`86b55bd8d`](https://github.com/containerd/containerd/commit/86b55bd8dbb90b84d2b46d8726e3a993f2a75ed4) seccomp: allow clock_settime64 when CAP_SYS_TIME is added - \[release/1.6] update golang to 1.17.12 ([#&#8203;7160](https://github.com/containerd/containerd/pull/7160)) - [`aa1101068`](https://github.com/containerd/containerd/commit/aa110106835c55217c5f10ff23e927bf8b50f307) \[release/1.6] update golang to 1.17.12 - \[release/1.6] Fix WWW-Authenticate parsing ([#&#8203;7131](https://github.com/containerd/containerd/pull/7131)) - [`37dfc5c9d`](https://github.com/containerd/containerd/commit/37dfc5c9db66afcfa47b6f40b7797763ac3fde76) \[release/1.6] Fix WWW-Authenticate parsing - \[release/1.6] Downgrade MinGW to version 10.2.0 ([#&#8203;7133](https://github.com/containerd/containerd/pull/7133)) - [`fa2016d58`](https://github.com/containerd/containerd/commit/fa2016d58ada2438d0af51a522b528dc228cb4ba) \[release/1.6] Downgrade MinGW to version 10.2.0 - \[release/1.6] ctr: fix label args used in NewContainer ([#&#8203;7051](https://github.com/containerd/containerd/pull/7051)) - [`99c56d217`](https://github.com/containerd/containerd/commit/99c56d2175bc02f0fc4db58014b9b483021051a0) ctr: fix label args used in NewContainer - \[release/1.6] Make building static binaries simpler ([#&#8203;7045](https://github.com/containerd/containerd/pull/7045)) - [`51de785f8`](https://github.com/containerd/containerd/commit/51de785f85cb23bc31ea9f85938cc043ded7fdf1) \[release/1.6] Make building static binaries simpler - \[release/1.6] update runc binary to v1.1.3 ([#&#8203;7036](https://github.com/containerd/containerd/pull/7036)) - [`2ea4e6348`](https://github.com/containerd/containerd/commit/2ea4e63483e7799f2fd971cf06d7d0472e9e47d0) update runc binary to v1.1.3 </p> </details> ##### Dependency Changes - **github.com/Microsoft/hcsshim** v0.9.3 -> v0.9.4 Previous release can be found at [v1.6.6](https://github.com/containerd/containerd/releases/tag/v1.6.6) ### [`v1.6.6`](https://github.com/containerd/containerd/releases/tag/v1.6.6) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.5...v1.6.6) Welcome to the v1.6.6 release of containerd! The sixth patch release for containerd 1.6 includes a fix for [CVE-2022-31030](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf). ##### Notable Updates - **Fix ExecSync handler to cap console output size** ([GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf)) 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 - Kazuyoshi Kato ##### Changes <details><summary>4 commits</summary> <p> - Github Security Advisory [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf) - [`61213742a`](https://github.com/containerd/containerd/commit/61213742a8e57458cd6432c46eee9dd35e0584c7) Prepare release notes for v1.6.6 - [`f92068350`](https://github.com/containerd/containerd/commit/f92068350f189040a3bc41f9aa65994c8aba796a) Implicitly discard the input to drain the reader - [`2eb67213b`](https://github.com/containerd/containerd/commit/2eb67213b8ec38f5d7233cf0098763d9364e2a17) \[release/1.6] Limit the response size of ExecSync </p> </details> ##### Dependency Changes This release has no dependency changes Previous release can be found at [v1.6.5](https://github.com/containerd/containerd/releases/tag/v1.6.5) ### [`v1.6.5`](https://github.com/containerd/containerd/releases/tag/v1.6.5) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.4...v1.6.5) Welcome to the v1.6.5 release of containerd! The fifth patch release for containerd 1.6 includes a few fixes and updated version of runc. ##### Notable Updates - **Fix for older CNI plugins not reporting version** ([#&#8203;7011](https://github.com/containerd/containerd/pull/7011)) - **Fix mount path handling for CRI plugin on Windows** ([#&#8203;6929](https://github.com/containerd/containerd/pull/6929)) 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 - Mike Brown - Sebastiaan van Stijn - Kazuyoshi Kato - Phil Estes - Wei Fu - Akihiro Suda - Derek McGowan - Paul S. Schweigert - Amit Barve - Daniel Canter - Kevin Parsons - Marc Schwind ##### Changes <details><summary>26 commits</summary> <p> - Prepare release notes for v1.6.5 ([#&#8203;7021](https://github.com/containerd/containerd/pull/7021)) - [`185e87275`](https://github.com/containerd/containerd/commit/185e87275cce838776f91abaf34c4ad4af3bfa69) Prepare release notes for v1.6.5 - \[release/1.6] update golang to 1.17.11 ([#&#8203;7013](https://github.com/containerd/containerd/pull/7013)) - [`5c9c83d3e`](https://github.com/containerd/containerd/commit/5c9c83d3e0f03d86644c448d23dc67c7433a2410) \[release/1.6] update golang to 1.17.11 - \[release/1.6] update go-cni/for cni update fixing plugins that don't respond with version ([#&#8203;7011](https://github.com/containerd/containerd/pull/7011)) - [`fdcdc27bc`](https://github.com/containerd/containerd/commit/fdcdc27bce9b6105b4afa70759498fed6efed97a) update go-cni/for cni update fixing plugins that don't respond with version - \[release/1.6] archive: add human-readable hint to Lchown error ([#&#8203;6985](https://github.com/containerd/containerd/pull/6985)) - [`e33b9e709`](https://github.com/containerd/containerd/commit/e33b9e7091792c8f4db042f4d196b130ac412ec1) archive: add human-readable hint to Lchown error - \[release/1.6] go.mod: Bump hcsshim to 0.9.3 ([#&#8203;6968](https://github.com/containerd/containerd/pull/6968)) - [`6eff5b6c0`](https://github.com/containerd/containerd/commit/6eff5b6c0e03bf792b232e3bf2603a2445e57bcf) \[release/1.6] go.mod: Bump hcsshim to 0.9.3 - \[release/1.6] config: improve config v1 deprecation message ([#&#8203;6980](https://github.com/containerd/containerd/pull/6980)) - [`3bb5a9d19`](https://github.com/containerd/containerd/commit/3bb5a9d19f42b58bde83585a1cc7faa3e1d2e9b9) config: improve config v1 deprecation message - \[release/1.6] update golang to 1.17.10, golang.org/x/sys v0.0.0-20220412211240-33da011f77ad ([#&#8203;6927](https://github.com/containerd/containerd/pull/6927)) - [`f1d2d9260`](https://github.com/containerd/containerd/commit/f1d2d9260a5d5e8ac46b803757007cb138383206) \[release/1.6] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad - [`9f99be51b`](https://github.com/containerd/containerd/commit/9f99be51ba3282f4ac90c574c926e81494973225) \[release/1.6] update golang to 1.17.10 - \[release/1.6] Bug fix for mount path handling ([#&#8203;6929](https://github.com/containerd/containerd/pull/6929)) - [`70839a344`](https://github.com/containerd/containerd/commit/70839a344033dbb86ae152b30a747f9258527c9e) Bug fix for mount path handling - \[release/1.6] Reverts removal of parallel run from critest ([#&#8203;6942](https://github.com/containerd/containerd/pull/6942)) - [`82a77be2d`](https://github.com/containerd/containerd/commit/82a77be2dd20790a14a1c96f21be41b8d597cc2e) reverts removal of parallel run from critest - \[release/1.6 backport] update runc binary and vendor to v1.1.2 ([#&#8203;6936](https://github.com/containerd/containerd/pull/6936)) - [`246a1b42e`](https://github.com/containerd/containerd/commit/246a1b42e64337656992335bf9e81738cbec89cb) vendor: github.com/opencontainers/runc v1.1.2 - [`43717e03a`](https://github.com/containerd/containerd/commit/43717e03aa5266702871b2ac3584bf949642443c) update runc binary to v1.1.2 - \[release/1.6] Allow git commands in Vagrantfile ([#&#8203;6941](https://github.com/containerd/containerd/pull/6941)) - [`06bdfeb67`](https://github.com/containerd/containerd/commit/06bdfeb675297ebd7406b7de94107b2dc74017ad) Allow git commands in Vagrantfile - \[release/1.6] Update critools to v1.24 ([#&#8203;6895](https://github.com/containerd/containerd/pull/6895)) - [`1520bae0f`](https://github.com/containerd/containerd/commit/1520bae0f44e1a47f68807bd61065135f1560256) update critools to v1.24 </p> </details> ##### Changes from containerd/go-cni <details><summary>6 commits</summary> <p> - go.mod: update libcni to v1.1.1 ([#&#8203;101](https://github.com/containerd/go-cni/pull/101)) - [`cb645ef`](https://github.com/containerd/go-cni/commit/cb645efd5a911122fa150704930c1205b31c2308) go.mod: update libcni to v1.1.1 - add in some serial setup tests; a little make cleanup ([#&#8203;100](https://github.com/containerd/go-cni/pull/100)) - [`42cfe0f`](https://github.com/containerd/go-cni/commit/42cfe0f8dcae8919832c955502b1e9de32282f94) add in some serial setup tests; a little make cleanup - Re-introduce serial network setup ([#&#8203;99](https://github.com/containerd/go-cni/pull/99)) - [`ee1a707`](https://github.com/containerd/go-cni/commit/ee1a707cb4d9c2a1a11e901fddd954ac7bc23494) Re-introduce serial network setup </p> </details> ##### Dependency Changes - **github.com/Microsoft/hcsshim** v0.9.2 -> v0.9.3 - **github.com/containerd/go-cni** v1.1.5 -> v1.1.6 - **github.com/containernetworking/cni** v1.1.0 -> v1.1.1 - **github.com/opencontainers/runc** v1.1.1 -> v1.1.2 - **golang.org/x/sys** [`1d35b9e`](https://github.com/containerd/containerd/commit/1d35b9e2eb4e) -> [`33da011`](https://github.com/containerd/containerd/commit/33da011f77ad) Previous release can be found at [v1.6.4](https://github.com/containerd/containerd/releases/tag/v1.6.4) ### [`v1.6.4`](https://github.com/containerd/containerd/releases/tag/v1.6.4) [Compare Source](https://github.com/containerd/containerd/compare/v1.6.3...v1.6.4) Welcome to the v1.6.4 release of containerd! The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux. ##### Notable Updates - **Update go-cni to fix teardown regression** ([#&#8203;6877](https://github.com/containerd/containerd/pull/6877)) - **Fix broken SELinux relabeling for Kubernetes volume mounts** ([#&#8203;6878](https://github.com/containerd/containerd/pull/6878)) 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 - Mike Brown - Kazuyoshi Kato - Michael Zappa - Wang Bing - Wei Fu - Antonio Ojea - Derek McGowan - Henry Wang - Nabeel Rana - Phil Estes ##### Changes <details><summary>8 commits</summary> <p> - Prepare release notes for 1.6.4 ([#&#8203;6887](https://github.com/containerd/containerd/pull/6887)) - [`0d1d2953b`](https://github.com/containerd/containerd/commit/0d1d2953bfec64910f7e11b5cc0049e4fdafbb0c) Prepare release notes for 1.6.4 - \[release/1.6 backport] Bump opencontainers/selinux from 1.10.0 to 1.10.1 ([#&#8203;6878](https://github.com/containerd/containerd/pull/6878)) - [`42d691fe6`](https://github.com/containerd/containerd/commit/42d691fe6bb18f523b643e8e960f9fa3abb13bc6) Bump opencontainers/selinux from 1.10.0 to 1.10.1 - \[release/1.6] Update go-cni to v1.1.5 backported due to conflict in go.mod ([#&#8203;6877](https://github.com/containerd/containerd/pull/6877)) - [`e9f22e008`](https://github.com/containerd/containerd/commit/e9f22e008b18a383cb440d86c8fd3a93e364f3f4) Update go-cni to v1.1.5 - \[release/1.6] cri: close fifos when container is deleted ([#&#8203;6859](https://github.com/containerd/containerd/pull/6859)) - [`be4909e95`](https://github.com/containerd/containerd/commit/be4909e950da484ceb7bf11ebd858a8757677d8f) cri: close fifos when container is deleted </p> </details> ##### Changes from containerd/go-cni <details><summary>8 commits</summary> <p> - bump github.com/containernetworking/cni v1.1.0 ([#&#8203;98](https://github.com/containerd/go-cni/pull/98)) - [`e24193e`](https://github.com/containerd/go-cni/commit/e24193e4e5ade8070f9c0a73918f7e3fd782b0cc) bump github.com/containernetworking/cni v1.1.0 - Revert "Update loopback version to support check" ([#&#8203;96](https://github.com/containerd/go-cni/pull/96)) - [`186662c`](https://github.com/containerd/go-cni/commit/186662cf27eee1f357c5f71b3a373d78c1e69988) Revert "Update loopback version to support check" - Use revive instead of golint ([#&#8203;92](https://github.com/containerd/go-cni/pull/92)) - [`322e8bf`](https://github.com/containerd/go-cni/commit/322e8bfbe6917a4343bc355f5a7f0525e0007099) Use revive instead of golint - Bump go verion to 1.17 ([#&#8203;91](https://github.com/containerd/go-cni/pull/91)) - [`9b78de4`](https://github.com/containerd/go-cni/commit/9b78de41083664e4ea005986ed39fa81cbb77cf5) Bump go verion to 1.17 </p> </details> ##### Dependency Changes - **github.com/containerd/go-cni** v1.1.4 -> v1.1.5 - **github.com/containernetworking/cni** v1.0.1 -> v1.1.0 - **github.com/opencontainers/selinux** v1.10.0 -> v1.10.1 Previous release can be found at [v1.6.3](https://github.com/containerd/containerd/releases/tag/v1.6.3) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh force-pushed renovate/github.com-containerd-containerd-1.x from 2edd2a7269 to 78bcc82d3d 2022-10-26 16:32:56 +02:00 Compare
kjuulh merged commit 2782e27ce7 into main 2022-10-26 16:52:43 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#11
No description provided.