Update dependency containerd/nerdctl to v2.3.1#728
Open
gardener-ci-robot wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.2→2.3.1Release Notes
containerd/nerdctl (containerd/nerdctl)
v2.3.1Compare Source
Changes
This is the release of nerdctl v2.3.1.
This is a patch release for v2.3.0. It promotes the v2.3.x line to a GA release by updating
nerdctl-fullto use the stable containerd v2.3.1 instead of the beta containerd build used in v2.3.0.Major changes:
nerdctl compose:healthcheckfield in service configs (#4869, thanks to @opjt)nerdctl compose down(#4901, thanks to @ysedira)nerdctl network:nerdctl-full:--sig-proxyflag in the command reference (#4903, thanks to @MukundaKatta)--interactiveflag documentation (#4904, thanks to @MukundaKatta)Full changes: https://github.com/containerd/nerdctl/milestone/61?closed=1
Thanks to @ChengyuZhu6, @opjt, @immanuwell, @ysedira, @MukundaKatta, and @omribz156.
Compatible containerd versions
This release of nerdctl is expected to be used with containerd v1.7, v2.0, v2.1, v2.2, or v2.3.
Some features may not work with other releases of containerd.
About the binaries
nerdctl-2.3.1-linux-amd64.tar.gz): nerdctl onlynerdctl-full-2.3.1-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNIMinimal
Extract the archive to a path like
/usr/local/binor~/bin.tar Cxzvvf /usr/local/bin nerdctl-2.3.1-linux-amd64.tar.gz
Full
Extract the archive to a path like
/usr/localor~/.local.tar Cxzvvf /usr/local nerdctl-full-2.3.1-linux-amd64.tar.gz
Included components
See
share/doc/nerdctl-full/README.md:Quick start
Rootful
Rootless
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/26232089277
The sha256sum of the SHA256SUMS file itself is
8a0586ff11d4d5a5d19d59494a10af8c6d41dd95ca72ff347f62d5288bc5131a.Release manager: Chengyu Zhu (@ChengyuZhu6)
v2.3.0Compare Source
(EDIT by @AkihiroSuda)
This release of nerdctl-full uses a beta release of containerd. Expected to be fixed in v2.3.1.
#4885
Changes
This is the release of nerdctl v2.3.0.
Major changes:
nerdctl image:nerdctl image convert(#4779, thanks to @must108)nerdctl search:nerdctl searchcommand (#4660)nerdctl container:nerdctl runandnerdctl info(#4639, thanks to @ningmingxiao)nerdctl run --gpushandling by using CDI (#4617, thanks to @elezar)nerdctl run(#4718, thanks to @weiyuhang2011)--ipcoptions tonerdctl runhelp text and shell completion (#4731, thanks to @haytok)nerdctl cpwith tarballs (#4704, thanks to @sondavidb)HostConfigfields to the Docker-compatiblenerdctl container inspectresponse (#4850, thanks to @ayush-panta)nerdctl build:--source-policy-filesupport (#4712, thanks to @tinovyatkin)nerdctl network:nerdctl network inspectoutput (#4680, thanks to @coderbirju)/proc/net/tcp6and/proc/net/udp6on IPv6-disabled systems (#4824, thanks to @shouhei)nerdctl compose:Rootless:
-rargument from the rootless nsenter invocation (#4837, thanks to @MayCXC)nerdctl-full:Documentation:
--security-opt label=<selinuxlabel>entry in the command reference (#4882, thanks to @ogulcanaydogan)CI and tests:
Misc:
make uninstall(#4797, thanks to @mvanhorn)commonLockcleanup (#4819, thanks to @fedebram)[command]instead of[flags](#4733, thanks to @niveshdandyan)And more!
Full changes: https://github.com/containerd/nerdctl/milestone/60?closed=1
Thanks to @ChengyuZhu6, @AkihiroSuda, @ningmingxiao, @MayCXC, @unsuman, @haytok, @shouhei, @ayush-panta, @fedebram, @sathiraumesh, @yankay, @Swapnanil-Gupta, @IstvanCsVarga, @Siddhesh002, @coderbirju, @juannio, @mvanhorn, @must108, @Shubhranshu153, @rohansood10, @sondavidb, @weiyuhang2011, @shiv-tyagi, @tinovyatkin, @niveshdandyan, @JoonsooWon, @robertcal, @zhangyoufu, @munshinuwed, @elezar, and @ogulcanaydogan.
Compatible containerd versions
This release of nerdctl is expected to be used with containerd v1.7, v2.0, v2.1, v2.2, or v2.3.
Some features may not work with other releases of containerd.
About the binaries
nerdctl-2.3.0-linux-amd64.tar.gz): nerdctl onlynerdctl-full-2.3.0-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNIMinimal
Extract the archive to a path like
/usr/local/binor~/bin.tar Cxzvvf /usr/local/bin nerdctl-2.3.0-linux-amd64.tar.gz
Full
Extract the archive to a path like
/usr/localor~/.local.tar Cxzvvf /usr/local nerdctl-full-2.3.0-linux-amd64.tar.gz
Included components
See
share/doc/nerdctl-full/README.md:Quick start
Rootful
Rootless
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/25372158155
The sha256sum of the SHA256SUMS file itself is
4223bdd43903172682bf5a72b580a31304b83bf50d120bc3e0ddd88a470ba230.Release manager: Chengyu Zhu (@ChengyuZhu6)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.