Skip to content

Instantly share code, notes, and snippets.

@dmcgowan
Created May 3, 2022 00:11
Show Gist options
  • Save dmcgowan/7604d2f3cac5da03a378f5716a8c40db to your computer and use it in GitHub Desktop.
Save dmcgowan/7604d2f3cac5da03a378f5716a8c40db to your computer and use it in GitHub Desktop.
containerd 1.6.4

containerd 1.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 (#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
  • Antonio Ojea
  • Derek McGowan
  • Henry Wang
  • Nabeel Rana
  • Phil Estes
  • Wei Fu

Changes

7 commits

  • 0d1d2953b Prepare release notes for 1.6.4
  • [release/1.6 backport] Bump opencontainers/selinux from 1.10.0 to 1.10.1 (#6878)
    • 42d691fe6 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)
  • [release/1.6] cri: close fifos when container is deleted (#6859)
    • be4909e95 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

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