-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump github.com/containerd/containerd/v2 from 2.0.3 to 2.0.5 #1
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
base: main
Are you sure you want to change the base?
chore(deps): bump github.com/containerd/containerd/v2 from 2.0.3 to 2.0.5 #1
Conversation
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.3 to 2.0.5. - [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.5) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's GuideThis PR upgrades the containerd v2 dependency from 2.0.3 to 2.0.5 by updating the module version in go.mod, refreshing go.sum, and regenerating the vendor directory to include all containerd v2.0.5 sources. Sequence Diagram: Synchronous Image Deletion in containerd v2.0.5 (CRI)sequenceDiagram
participant Client as CRI Client
participant ImageService as containerd ImageService
Client->>ImageService: DeleteImage(Request)
activate ImageService
ImageService->>ImageService: Process deletion synchronously
ImageService-->>Client: DeleteImageResponse (Success/Failure)
deactivate ImageService
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps github.com/containerd/containerd/v2 from 2.0.3 to 2.0.5.
Release notes
Sourced from github.com/containerd/containerd/v2's releases.
... (truncated)
Commits
fb4c30d
Merge pull request #11717 from dmcgowan/backport-go-1.23.8d60230c
Merge pull request #11713 from dmcgowan/prepare-v2.0.55bcf0a9
use go1.23.8 as the default go version4838f33
update to go 1.24.2, 1.23.8a8082cd
Prepare release notes for v2.0.5ab513cd
Merge pull request #11710 from dmcgowan/backport-1170758b715a
Disable arm64 criu testing in GH Actionsb4a53e8
disable portmap test in ubuntu-22 to make CI happy4bcf472
add option to skip tests in critestea7be04
Merge pull request #11698 from k8s-infra-cherrypick-robot/cherry-pick-11670-t...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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Bump the github.com/containerd/containerd/v2 dependency to v2.0.5 and update vendored files accordingly
Chores: