Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release notes for v1.6.37 #11429

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

lujinda
Copy link

@lujinda lujinda commented Feb 25, 2025

Generated notes

containerd 1.6.37

Welcome to the v1.6.37 release of containerd!

The thirty-seventh patch release for containerd 1.6 contains various fixes
and updates.

Highlights

  • Update runc binary to v1.2.5 (#11396)
  • Fix the race condition during GC of snapshots when client retries (#10764)

Container Runtime Interface (CRI)

  • Update the container exit log to info level (#11008)
  • Handle teardown failure to avoid blocking cleanup (#10778)
  • Add check for CNI plugins before tearing down pod network (#10766)

Runtime

  • Fix console TTY leak in runc shim (#11359)
  • Fix panic due to nil dereference cgroups v2 (#11100)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Phil Estes
  • Akihiro Suda
  • Maksym Pavlenko
  • Akhil Mohan
  • Austin Vazquez
  • Samuel Karp
  • Derek McGowan
  • Henry Wang
  • Jin Dong
  • Jing Xu
  • Sebastiaan van Stijn
  • Wei Fu
  • Benjamin Peterson
  • Kazuyoshi Kato
  • Saket Jajoo
  • Sameer
  • Zou Nengren
  • bo.jiang
  • jinda.ljd
  • ningmingxiao
  • root

Changes

58 commits

  • 16ba72ad9 Prepare release notes for v1.6.37
  • Fix console TTY leak in runc shim (#11359)
    • 3e6f219d7 Add integ test to check tty leak
    • bc20f7457 fix master tty leak due to leaking init container object
  • Update install-imgcrypt to allow change install repo (#11418)
    • cbd44298c Update install-imgcrypt to allow change install repo
  • Update runc binary to v1.2.5 (#11396)
  • Update vagrant host OS to fix Vagrant CI runs (#11348)
    • d92457c71 Remove vagrant scp from the install list
  • update runc binary to v1.2.4 (#11237)
  • update runc binary to v1.2.3 (#11144)
  • update build to go1.22.10, test go1.23.4 (#11112)
    • bf89950f5 update build to go1.22.10, test go1.23.4
  • Fix panic due to nil dereference cgroups v2 (#11100)
    • db096794f fix panic due to nil dereference cgroups v2
  • Add almalinux/9 in CI (#11055)
  • Update the container exit log to info level (#11008)
  • update runc binary to 1.2.2 (#11028)
  • Revert "Disable vagrant strict dependency checking" (#11010)
    • f42035a21 Revert "Disable vagrant strict dependency checking"
  • update build to go1.22.9, test go1.23.3 (#10975)
    • 20958cbb0 update build to go1.22.9, test go1.23.3
  • backport: Disable vagrant strict dependency checking (#10966)
    • edb3df5ab Disable vagrant strict dependency checking
  • Update critools-version to 1.29 (#10929)
    • 9eca374a4 Update critools-version to 1.29 in release 1.6
  • update runc binary to 1.2.1 (#10941)
  • services/snapshots: include name of snapshotter in debug logs (#10932)
    • 4e54972f0 services/snapshots: include name of snapshotter in debug logs
  • Make TestContainerPids more resilient (#10937)
    • d7c7a12f3 Make TestContainerPids more resilient
  • Add After=dbus.service to containerd.service (#10860)
    • e6d8e5e9c Add After=dbus.service to containerd.service
  • Handle teardown failure to avoid blocking cleanup (#10778)
    • b1f8b03e7 Handle teardown failure to avoid blocking cleanup
  • Switch from actuated.dev to GH Action runners for arm64 (#10823)
    • ba411483a Switch from actuated.dev to GH Action runners for arm64
    • 8c58f78c2 Update github actions ci to run on forks
  • bump golangci/golangci-lint-action from 4 to 6 (#10819)
    • e4211a530 bump golangci/golangci-lint-action from 4 to 6
  • update to go1.23.2,go1.22.8 (#10809)
  • Update runner images to macOS13 (#10784)
  • Bump crun to 1.16.1 (#10775)
  • Fix the race condition during GC of snapshots when client retries (#10764)
    • 74951d6cf Fix the race condition during GC of snapshots when client retries
  • Add check for CNI plugins before tearing down pod network (#10766)
    • ca6516ee8 [release/1.6] Add check for CNI plugins before tearing down pod network

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.36

@k8s-ci-robot
Copy link

Hi @lujinda. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dosubot dosubot bot added area/cri Container Runtime Interface (CRI) area/runtime Runtime labels Feb 25, 2025
@fuweid
Copy link
Member

fuweid commented Feb 25, 2025

Hi @lujinda thanks for filing this!

would you please add the following items in highlight?

@lujinda
Copy link
Author

lujinda commented Feb 25, 2025

Hi @lujinda thanks for filing this!

would you please add the following items in highlight?

Thanks for getting back to me! I've completed the modifications.

Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fuweid
Copy link
Member

fuweid commented Feb 25, 2025

issues.go:88: Check snapshots failed: failed to create snapshot 2: failed to commit: failed to suspend device "containerd-snapshotter-suite-pool-246942901-snap-3": invalid argument

hmm. it keeps failing.

@dmcgowan dmcgowan merged commit cfc13b6 into containerd:release/1.6 Feb 27, 2025
47 checks passed
@lujinda lujinda deleted the prepare_1.6.37 branch February 27, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cri Container Runtime Interface (CRI) area/runtime Runtime needs-ok-to-test size/S
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants