Skip to content

Instantly share code, notes, and snippets.

@dcantah
Last active August 2, 2022 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcantah/7e1aef7bf809270960c2814d0d976a2b to your computer and use it in GitHub Desktop.
Save dcantah/7e1aef7bf809270960c2814d0d976a2b to your computer and use it in GitHub Desktop.
1.6.7 Release notes run

containerd 1.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 (#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
  • Akihiro Suda
  • Kazuyoshi Kato
  • Derek McGowan
  • Mike Brown
  • Sebastiaan van Stijn
  • Wei Fu
  • Baoshuo
  • Gabriel Adrian Samfira
  • Henry Wang
  • Iceber Gu
  • Marvin Giessing

Changes

37 commits

  • 6a854d4b5 Update mailmap
  • 61612e1a2 Prepare release notes for 1.6.7
  • 78f438957 Merge pull request #7244 from dcantah/update-go-1.17.13
  • d199ee462 Update golang to 1.17.13
  • d97553c9a Merge pull request #7242 from dcantah/cp-windows-svc-osstderr
  • 0578d20c5 Change os.Stderr reassign for Windows service
  • 7438c0a7b Merge pull request #7230 from estesp/cp-7206
  • 2e236d4fc Merge pull request #7227 from dcantah/cp-hpcstats-test
  • 12cae4961 Update Vagrant CI to macos-12
  • bc4091aae chore: bump macos runner version
  • cb73bd050 Windows HostProcess container CRI stats test
  • ac388525a Add validations for Windows HostProcess CRI configs
  • d97257190 Merge pull request #7200 from dcantah/1.6-hcsshim-v0.9.4
  • 0007f40fe [release/1.6] go.mod: Bump hcsshim to v0.9.4
  • 6ae451b97 Merge pull request #7217 from estesp/update-fedora
  • c9607e78c Update Fedora version to 36
  • 1f5ca004e Merge pull request #7170 from AkihiroSuda/riscv64-1.6
  • 2952b66c0 CI: add riscv64 builds
  • 6b2dc9a37 release/Dockerfile: update Ubuntu to 22.04 for supporting riscv64
  • 745dc07c4 seccomp: support riscv64
  • c2f841f21 Create ppc64le release
  • 73b85c0c5 Merge pull request #7171 from AkihiroSuda/cherrypick-6810-1.6
  • 0a0a154d6 Merge pull request #7172 from AkihiroSuda/cherrypick-7149-1.6
  • 86b55bd8d seccomp: allow clock_settime64 when CAP_SYS_TIME is added
  • f3da3e51f allow ptrace(2) by default for kernel >= 4.8
  • 604d0bdf5 Merge pull request #7160 from thaJeztah/1.6_update_go
  • aa1101068 [release/1.6] update golang to 1.17.12
  • 4e92d8e7e Merge pull request #7131 from kzys/backport/1.6/7126
  • 37dfc5c9d [release/1.6] Fix WWW-Authenticate parsing
  • 288440aad Merge pull request #7133 from kzys/backport/1.6/7106
  • fa2016d58 [release/1.6] Downgrade MinGW to version 10.2.0
  • 6309dc487 Merge pull request #7051 from Iceber/fix-run-controller-manager-1.6
  • 99c56d217 ctr: fix label args used in NewContainer
  • 3dce36e42 Merge pull request #7045 from kzys/backport/1.6/7022
  • 51de785f8 [release/1.6] Make building static binaries simpler
  • 9abd4b3f3 Merge pull request #7036 from thaJeztah/1.6_update_runc2
  • 2ea4e6348 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment