-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update module github.com/containerd/containerd to v2 #767
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-containerd-containerd-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
ccdf2a1
to
32e74db
Compare
marians
requested changes
Nov 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fails in go mod tidy
with
go: errors parsing go.mod:
go.mod:174:2: replace github.com/containerd/containerd: version "v2.0.0" invalid: should be v0 or v1, not v2
32e74db
to
91a0645
Compare
2ba628b
to
cf420ae
Compare
b6194aa
to
a521f39
Compare
da70533
to
71764da
Compare
71764da
to
e455f59
Compare
e3b3af9
to
8a87895
Compare
9e5e078
to
0ca0051
Compare
0ca0051
to
158f494
Compare
d5fa95e
to
138bc08
Compare
4adcd98
to
02264dc
Compare
d0c2849
to
efc1487
Compare
efc1487
to
6c4ea8b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
v1.7.25
->v2.0.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
containerd/containerd (github.com/containerd/containerd)
v2.0.3
: containerd 2.0.3Compare Source
Welcome to the v2.0.3 release of containerd!
The third patch release for containerd 2.0 includes various bug fixes and updates.
Highlights
Container Runtime Interface (CRI)
Node Resource Interface (NRI)
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
42 commits
b8dde9189
Prepare release notes for v2.0.3eaa7ca80d
proxy: break up writes from the remote writer to avoid grpc limitsc7f64196f
Fix privileged container sysfs can't be rw because pod is ro by default92ae2951f
Update CDI dependency to v0.8.1.569af34cb
Prefer runtime options for PluginInfo request0ce93e16a
prevent oom watcher depend on shim pkg.f3284aa68
CI: arm64-8core-32gb -> ubuntu-24.04-armb5313993c
Revert "Add timestamp to PodSandboxStatusResponse for kubernetes Evented PLEG"f95a426b8
move the device after the options when using mkfs.ext44d19a6adf
update build to go1.23.6, test go1.24.0c738c3aab
build(deps): bump actions/cache from 4.1.2 to 4.2.0fcf64305c
Update vendor files to fix build failured3437eb29
Upgrade x/net to 0.33.00785bd8cc
Update install-imgcrypt to allow change install repo697c59c63
Update runc binary to v1.2.506891f899
fix go-cni race condition79cdbf61b
cri,nri: block NRI plugin sync. during event processing.9d5cfce83
Update github.com/containerd/imgcrypt to v2.0.0f58939c33
Remove deprecated WithCDIDevices in oci spec opts3d53430fe
Move CDI device spec out of the OCI package1f4e5688e
update to go1.23.5 / go1.22.113a6ab80d0
build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2Changes from containerd/go-cni
2 commits
75a2440
fix: recursive RLock() mutex acquisionDependency Changes
4fcff4a
newPrevious release can be found at v2.0.2
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz
: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.
v2.0.2
: containerd 2.0.2Compare Source
Welcome to the v2.0.2 release of containerd!
The second patch release for containerd 2.0 includes a number of bug fixes and improvements.
Highlights
Container Runtime Interface (CRI)
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
23 commits
cdaf4dfb4
Prepare release notes for v2.0.2eb125e1dd
Update platforms to latest rc468079c5c
Remove confusing warning in cri runtime config migrationa2d9d4fd5
Fix runtime platform loading in cri image plugin init184ffad01
Add integ test to check tty leak17181ed33
fix master tty leak due to leaking init container object8666e7422
Bump up otelttrpc to 0.1.0ctr images import --all-platforms
: fix unpack (#11236)c4270430d
ctr:ctr images import --all-platforms
: fix unpack7373ddd70
update runc binary to v1.2.4f34147772
downgrade go-difflib and go-spew to tagged releasesplugin
import (#11213)dca769485
chore: add a build tag to disable containerd plugin import5942b3fcb
Update golangci to 1.60.3Changes from containerd/otelttrpc
6 commits
2d46141
upgrade golang, deps, CI versions64922e7
Add dependabot CI2ba3be1
Fix concurrent map panic on inject metadataf50a922
UT for concurrent inject/extract metadataChanges from containerd/platforms
6 commits
7c58292
Move windows matcher logic so all platforms can use86a86b7
replace testify with stdlib in tests364665a
Replace arm64 minor variant logic with lookup tableChanges from containerd/ttrpc
5 commits
430f734
Add MD.Clonec4d96d5
server: fix Serve() vs. immediate Shutdown() race.ed6c3ba
server_test: add Serve()/Shutdown() race test.Dependency Changes
ea5083f
-> v0.1.0d8f796a
-> v1.1.15d4384e
-> v1.0.0Previous release can be found at v2.0.1
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz
: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.
v2.0.1
: containerd 2.0.1Compare Source
Welcome to the v2.0.1 release of containerd!
The first patch release for containerd 2.0 includes a number of bug fixes and improvements.
Highlights
Container Runtime Interface (CRI)
Image Distribution
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
50 commits
b0ece5dc5
Prepare release notes for v2.0.1fe6957084
build(deps): bump actions/attest-build-provenance from 1.4.4 to 2.1.0eb2ce6882
update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+44cdca68b
ctr pull unpack for default platform using transfer service018d83650
internal/cri: should not apply IoOwner options5eb7995a9
feat: update go-cni version for CNI STATUSa2302ea89
Add integration test for custom configurationbe5eda069
complete cri grpc config migrationa53eff53d
update runc binary to v1.2.373f57acb0
Update differ to handle zstd media types290e8bc70
update to go1.23.4 / go1.22.1062b790bfa
CI: update Fedora to 413ba2df924
fix panic due to nil dereference cgroups v234a45cab2
Publish attestation as release artifact7dec6b460
move rocky 9.4 to almalinux/9 in CIcf07f28ee
*: should align pipe's owner with init process986088866
fix: set the credentials even if not provided30b929ece
fsverity_test.go: fix major/minor device number resolving10996a334
fsverity_test.go: fix nil pointer dereference, fix test fail9081e979f
update runc binary to 1.2.26399c936f
Revert "Disable vagrant strict dependency checking"a7f2b562f
fsverity_linux.go: Fix fsverity.IsEnabled() for big endian systems389e781ea
build(deps): bump github.com/containerd/typeurl/v2 from 2.2.2 to 2.2.35b879f30c
update to go1.23.3 / go1.22.9458215f6c
ci: enable marking 2.0 releases as lateste99c2b55c
Avoid arch info in the sed/replace when building cri-cni-containerd.tar.gzChanges from containerd/go-cni
7 commits
208eca9
support CNI status verb386f475
Fix ci.yml indenta9b0675
Another doc commit to trigger lint?14af454
Bump github actions dependency versions9e0d096
Trivial doc commit to trigger lintDependency Changes
Previous release can be found at v2.0.0
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz
: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.
v2.0.0
: containerd 2.0.0Compare Source
Welcome to the v2.0.0 release of containerd!
The first major release of containerd 2.x focuses on the continued stability of
containerd's core feature set with an easy upgrade from containerd 1.x. This
release includes the stabilization of new features added in the last 1.x release
as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases.
See containerd 2.0 documentation for details on what is new and has changed in this release.
Highlights
LimitNOFILE
fromcontainerd.service
(#8924)aufs
snapshotter (#8263)Build and Release Toolchain
cri-containerd-*.tar.gz
release bundles (#9096)Container Runtime Interface (CRI)
Go client
Image Distribution
Runtime
io.containerd.runtime.v1.linux
andio.containerd.runc.v1
(#8262)Security Advisories
Breaking
disable_cgroup
from CRI config (#10594)LimitNOFILE
fromcontainerd.service
(#8924)io.containerd.runtime.v1.linux
andio.containerd.runc.v1
(#8262)aufs
snapshotter (#8263)Deprecations
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Dependency Changes
1f10f66
->e8a1dd7
5330a85
->2b5cbb2
ea5083f
newd8f796a
a7dc8b6
newcca7078
new3a7f492
-> v1.1.0946c877
->2e043c6
5d4384e
78d3cae
->7828495
2eb08e3
-> v0.0.4686a1a2
new432b235
-> v0.9.0aacd6d4
new90d013b
-> v0.3.05fefd90
new324edc3
newConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.