Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps github.com/containerd/containerd/v2 from 2.0.3 to 2.0.4.

Release notes

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

containerd 2.0.4

Welcome to the v2.0.4 release of containerd!

The fourth patch release for containerd 2.0 includes various bug fixes and updates.

Highlights

  • Fix integer overflow in User ID handling (GHSA-265r-hfxg-fhmg)
  • Respect client.WithTimeout option on connect (#11536)
  • Update image type checks to avoid unnecessary logs for attestations (#11537)

Node Resource Interface (NRI)

  • Fix incorrect runtime name being passed to NRI (#11529)

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

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Paweł Gronowski
  • Akhil Mohan
  • Phil Estes
  • Samuel Karp
  • Craig Ingram
  • ningmingxiao

Changes

  • 1a43cb6a1 Merge commit from fork
  • 07a0b5419 (cherry picked from commit de1341c201ffb0effebbf51d00376181968c8779)
  • Prepare release notes for v2.0.4 (#11541)
  • Respect client.WithTimeout option on connect (#11536)
    • 6b5efba83 client: Respect client.WithTimeout option
  • Update image type checks to avoid unnecessary logs for attestations (#11537)
    • 916d48722 core/remotes: Handle attestations in MakeRefKey
    • df4d905a6 core/images: Ignore attestations when traversing children
  • Fix incorrect runtime name being passed to NRI (#11529)
  • update build to go1.23.7, test go1.24.1 (#11514)
    • e5ad0d0a0 update build to go1.23.7, test go1.24.1
  • docs: include note about unprivileged sysctls (#11506)
    • a39f1146b docs: include note about unprivileged sysctls
  • e2e: use the shim bundled with containerd artifact (#11503)
    • 81b3384a0 e2e: use the shim bundled with containerd artifact

... (truncated)

Commits
  • 1a43cb6 Merge commit from fork
  • bf82ae2 Merge pull request #11541 from dmcgowan/prepare-2.0.4
  • 06a886a Prepare release notes for v2.0.4
  • e9989a2 Merge pull request #11536 from k8s-infra-cherrypick-robot/cherry-pick-11508-t...
  • b6ab437 Merge pull request #11537 from k8s-infra-cherrypick-robot/cherry-pick-11327-t...
  • 916d487 core/remotes: Handle attestations in MakeRefKey
  • df4d905 core/images: Ignore attestations when traversing children
  • 6b5efba client: Respect client.WithTimeout option
  • 76db058 Merge pull request #11529 from ningmingxiao/v2.0_fix
  • 07a0b54 (cherry picked from commit de1341c201ffb0effebbf51d00376181968c8779)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependencies or external services go Pull requests that update go code labels Mar 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 18, 2025 00:18
Copy link

netlify bot commented Mar 18, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit df4fbef
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/67d8bbdc44f27400085ebcae
😎 Deploy Preview https://deploy-preview-3042--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the chore Changes that do not impact the existing functionality label Mar 18, 2025
@mdelapenya mdelapenya removed the chore Changes that do not impact the existing functionality label Mar 18, 2025
@mdelapenya mdelapenya merged commit 62e7068 into main Mar 18, 2025
16 checks passed
@mdelapenya mdelapenya deleted the dependabot/go_modules/modules/compose/github.com/containerd/containerd/v2-2.0.4 branch March 18, 2025 09:11
mdelapenya added a commit that referenced this pull request Mar 28, 2025
* main:
  chore: prepare for next minor development cycle (0.37.0)
  chore: use new version (v0.36.0) in modules and examples
  chore: dockerise docs build (#3060)
  chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb (#3059)
  chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#3057)
  chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (#3052)
  chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)
  chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)
  chore(deps): bump golang.org/x/net in /modules/scylladb (#3058)
  chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)
  chore(deps): bump golang.org/x/net in /modules/databend (#3055)
  feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (#3008)
  fix: update script path in chmod
  fix: update sonar script path (#3045)
  chore(ci): manage Sonar projects from Github actions (#3039)
  chore(deps): bump github.com/docker/buildx in /modules/compose (#3043)
  chore(deps): bump github.com/containerd/containerd/v2 (#3042)
  deps(compose): bump compose to v2.34.0 and compose-go to v2.4.9 (#3041)
  chore(deps): bump golang.org/x/net in /modules/yugabytedb (#3040)
  chore(deps)!: bump github.com/docker/docker from 27.1.1+incompatible to 28.0.1+incompatible (#3017)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies or external services go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant