Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps github.com/containerd/containerd/v2 from 2.1.1 to 2.1.2.

Release notes

Sourced from github.com/containerd/containerd/v2's releases.

containerd 2.1.2

Welcome to the v2.1.2 release of containerd!

The second patch release for containerd 2.1 contains various fixes and updates.

Highlights

  • Fix check of wrapped errors in erofs snapshotter (#11935)

Go client

  • Improve mount error message (#11884)

Image Distribution

  • Fix transfer differ selection (#11936)
  • Enable DuplicationSuppressor in transfer service (#11932)

Runtime

  • Properly shutdown non-groupable shims to prevent resource leaks (#11971)

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

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Kirtana Ashok
  • Austin Vazquez
  • Maksym Pavlenko
  • ningmingxiao
  • Gao Xiang
  • Henry Wang
  • Jin Dong
  • Phil Estes
  • Wei Fu

Changes

  • Prepare release notes for v2.1.2 (#11962)
  • Properly shutdown non-groupable shims to prevent resource leaks (#11971)
    • cff1feb28 *: properly shutdown non-groupable shims to prevent resource leaks
  • ci: bump golang [1.23.10,1.24.4] in build and release (#11968)
    • 2ce169aae ci: bump golang [1.23.10,1.24.4] in build and release
  • Backport Enable CIs to run on WS2022 and WS2025 (#11955)

... (truncated)

Commits
  • 64ed272 Merge pull request #11962 from kiashok/tag-2.1.2
  • 63b9eae Prepare release notes for v2.1.2
  • 5531309 Merge pull request #11971 from k8s-infra-cherrypick-robot/cherry-pick-11916-t...
  • cff1feb *: properly shutdown non-groupable shims to prevent resource leaks
  • a86074c Merge pull request #11968 from austinvazquez/cherry-pick-go-06052025-updates-...
  • 2ce169a ci: bump golang [1.23.10,1.24.4] in build and release
  • 8bb5e71 Merge pull request #11955 from kiashok/update-to-ws2025
  • 8286a48 Merge pull request #11848 from k8s-infra-cherrypick-robot/cherry-pick-11838-t...
  • 70bcb9b Enable CIs to run on WS2022 and WS2025
  • 8b04df7 Merge pull request #11952 from k8s-infra-cherrypick-robot/cherry-pick-11900-t...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 13, 2025 09:41
@dependabot dependabot bot requested review from ndeloof and glours June 13, 2025 09:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 13, 2025
@glours glours enabled auto-merge (rebase) June 13, 2025 10:07
@glours glours merged commit eef448d into main Jun 13, 2025
27 checks passed
@glours glours deleted the dependabot/go_modules/github.com/containerd/containerd/v2-2.1.2 branch June 13, 2025 10:07
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 23, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `v2.37.1` -> `v2.37.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>docker/compose (docker/compose)</summary>

### [`v2.37.2`](https://github.com/docker/compose/releases/tag/v2.37.2)

[Compare Source](docker/compose@v2.37.1...v2.37.2)

#### What's Changed

##### ✨ Improvements

- introduce `use_api_socket` by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12908

##### 🐛 Fixes

- restore ContainerName in images --json by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12943
- fix panic using w shortcut on project without watch support by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12944

##### 🔧  Internal

- move `run` logic inside backend by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12908

##### ⚙️ Dependencies

- bump compose-go to v2.6.5 by [@&#8203;ndeloof](https://github.com/ndeloof) in docker/compose#12958
- build(deps): bump github.com/containerd/containerd/v2 from 2.1.1 to 2.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in docker/compose#12939

**Full Changelog**: docker/compose@v2.37.1...v2.37.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant