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

build(deps): Bump github.com/containerd/nerdctl/v2 from 2.0.0 to 2.0.3 #1212

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps github.com/containerd/nerdctl/v2 from 2.0.0 to 2.0.3.

Release notes

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

v2.0.1

Changes

  • Config:

  • Logging:

  • Network:

    • Fix permissions for /etc/{resolv.conf, hosts} with umask 0077 (#3708, thanks to @​apostasie)
  • Compose:

  • nerdctl-full:

    • Update runc (1.2.2), BuildKit (0.18.0), stargz-snapshotter (0.16.2), CNI plugins (1.6.1) (#3680 #3711 #3713, thanks to @​yankay)

Full changes: https://github.com/containerd/nerdctl/milestone/38?closed=1 Thanks to @​ErikJiang @​Zheaoli @​apostasie @​austinvazquez @​coderbirju @​djdongjin @​haytok @​pinglanlu @​pqiaohaoq @​ryfow @​swagatbora90 @​xyz-li @​yankay

Compatible containerd versions

This release of nerdctl is expected to be used with containerd v1.6, v1.7, or v2.0.

About the binaries

  • Minimal (nerdctl-2.0.1-linux-amd64.tar.gz): nerdctl only
  • Full (nerdctl-full-2.0.1-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNI

Minimal

Extract the archive to a path like /usr/local/bin or ~/bin .

-rwxr-xr-x root/root  26423448 2024-12-02 20:05 nerdctl
-rwxr-xr-x root/root     22657 2024-12-02 20:04 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root      8708 2024-12-02 20:04 containerd-rootless.sh

Full

Extract the archive to a path like /usr/local or ~/.local .

drwxr-xr-x 0/0               0 2024-12-02 20:12 bin/
-rwxr-xr-x 0/0        30399924 2015-10-21 00:00 bin/buildctl
</tr></table> 

... (truncated)

Commits
  • 1220ce7 Merge pull request #3746 from AkihiroSuda/dev
  • bcc9fa7 update containerd-fuse-overlayfs (2.1.0)
  • 6dac2cf update BuildKit (0.18.1)
  • 407f5fc Merge pull request #3740 from fahedouch/improve-rootless-doc
  • 00f6acd Merge pull request #3742 from containerd/dependabot/go_modules/docker-2e8e87be6b
  • 17eeb5b Merge pull request #3743 from containerd/dependabot/docker/tonistiigi/xx-1.6.0
  • f934774 build(deps): bump tonistiigi/xx from 1.5.0 to 1.6.0
  • e8bca25 build(deps): bump the docker group with 2 updates
  • 84fc734 Merge pull request #3738 from containerd/dependabot/go_modules/github.com/cyp...
  • e3e6c3d [doc] rootlesskit port driver configuration
  • 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 10, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/nerdctl/v2-2.0.2 branch 2 times, most recently from 7e2e767 to 41543ae Compare December 19, 2024 15:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/nerdctl/v2-2.0.2 branch 2 times, most recently from df1c640 to f8fd5a2 Compare December 24, 2024 18:24
Bumps [github.com/containerd/nerdctl/v2](https://github.com/containerd/nerdctl) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/containerd/nerdctl/releases)
- [Commits](containerd/nerdctl@v2.0.0...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/nerdctl/v2-2.0.2 branch from f8fd5a2 to 68743b9 Compare December 28, 2024 04:58
go.mod Outdated Show resolved Hide resolved
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

A newer version of github.com/containerd/nerdctl/v2 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Signed-off-by: Justin Alvarez <[email protected]>
Signed-off-by: Justin Alvarez <[email protected]>
@pendo324 pendo324 changed the title build(deps): Bump github.com/containerd/nerdctl/v2 from 2.0.0 to 2.0.2 build(deps): Bump github.com/containerd/nerdctl/v2 from 2.0.0 to 2.0.3 Jan 21, 2025
@sondavidb
Copy link

LGTM on CI pass (looks like the Windows runners are giving us some trouble...)

@pendo324
Copy link
Member

LGTM

Thanks for the review.

(looks like the Windows runners are giving us some trouble...)

Yeah, I've seen this across a few different runs so it definitely seems like a runner issue. I've tried to restart some of them, let's see if it helps.

@pendo324 pendo324 merged commit 3a207c1 into main Feb 5, 2025
42 checks passed
@pendo324 pendo324 deleted the dependabot/go_modules/github.com/containerd/nerdctl/v2-2.0.2 branch February 5, 2025 16:04
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.

2 participants