-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update module github.com/containerd/containerd to v2 #1275
base: master
Are you sure you want to change the base?
Update module github.com/containerd/containerd to v2 #1275
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
@gardener-ci-robot Thank you for your contribution. |
e4b4cb2
to
034b89c
Compare
034b89c
to
77f6169
Compare
77f6169
to
7f19de2
Compare
@gardener-ci-robot You need rebase this pull request with latest master branch. Please check. |
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.
build error
This PR contains the following updates:
v1.7.18
->v2.0.0
Release Notes
containerd/containerd (github.com/containerd/containerd)
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
newa5ecb01
->18e509b
f223a00
->bc3834c
Previous release can be found at v1.7.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.
v1.7.23
: containerd 1.7.23Compare Source
Welcome to the v1.7.23 release of containerd!
The twenty-third patch release for containerd 1.7 contains various fixes
and updates.
Highlights
Container Runtime Interface (CRI)
Image Distribution
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
37 commits
921f554af
Prepare release notes for v1.7.238f16d6588
Revert "update runc binary to 1.1.15"41e8f24cd
Switch from actuated.dev to GH Action runners for arm64dd811f224
Update github actions ci to run on forks284484af4
bump golangci/golangci-lint-action from 4 to 6814c59ba5
update to go1.23.2,go1.22.8ae11176fa
prow: allow ENABLE_CRI_SANDBOXES to be configured7fd794a7c
TestNewBinaryIOCleanup: fix a comment, minor rewrite0714a2952
Add errdefs aliases113a9f1fc
update runc binary to 1.1.155305b03f2
Update runner images to macOS13950740390
Allow proxy plugins to have capabilitiese8aae7824
Bump crun to 1.16ee1c39b79
CI: bump up crun to 1.15cb5e6a01a
Fix the race condition during GC of snapshots when client retries278bd0f72
[release/1.7] Add check for CNI plugins before tearing down pod network18403239e
Synchronize 1.7 error package with errdefsd8d27205b
Revert "migrate errdefs package to github.com/containerd/errdefs module"e82d201b3
Revert "replace uses of github.com/containerd/containerd/errdefs"51939238f
Revert "errdefs: denote deprecation as a godoc comment"ae80077e8
Revert "golangci-lint: enable depguard for packages that moved"32675f983
Revert "remove imports of errdefs package"Changes from containerd/errdefs
29 commits
46a6522
Add errdefs/pkg package303a6ea
Update to Go 1.22.8 in CIe70104e
Upgrade to golangci-lint@v1.61.0ffe5586
Upgrade to golangci/golangci-lint-action@v6908b04b
Upgrade to actions/checkout@v4608b83c
Upgrade to actions/setup-go@v58e82ae4
Upgrade macOS runner image to macOS 1341d12e1
Complete interface definitions for errorsb9dce4d
Add support for grpc error detailsffb0349
Update Resolve function to support Is interfacedc9b20e
Add support for custom error messages9f87502
Add a resolve error function to return first errorf96dfda
Add stack package for managing error stack traces70fd2d7
Add collapsible error type6022faf
Add typeurl to go mod9564d8f
Fix Cancelled interface typofd0e482
Split gRPC and HTTP error utility into seperate packagesf727cdb
Add HTTP status code and error type conversion9854dc7
Add more grpc error typesDependency Changes
Previous release can be found at v1.7.22
v1.7.22
: containerd 1.7.22Compare Source
Welcome to the v1.7.22 release of containerd!
The twenty-second patch release for containerd 1.7 contains various fixes
and updates.
Highlights
Build and Release Toolchain
Container Runtime Interface (CRI)
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
16 commits
43174ee6a
Prepare release notes for v1.7.220c4ba21d8
integration: regression test for issue 105891cc2cfa4b
fifosync: cross-process synchronizationf338717ed
runc-shim: handle pending execs as running686c69490
runc-shim: refuse to start execs after init exits760935e52
runc-shim: remove misleading comment19d678f73
update to go1.22.7, go1.23.13658d5b40
Include change in cri server88d001c74
Cumulative stats can't decrease33e8a2005
update runc binary to 1.1.14Dependency Changes
This release has no dependency changes
Previous release can be found at v1.7.21
v1.7.21
: containerd 1.7.21Compare Source
Welcome to the v1.7.21 release of containerd!
The twenty-first patch release for containerd 1.7 contains various fixes
and updates.
Highlights
Build and Release Toolchain
Container Runtime Interface (CRI)
StopContainer
idempotent (#10528)StopPodSandbox
idempotent (#10527)Go client
Runtime
/run/containerd
gets created with correct perms (#10534)Deprecations
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
45 commits
975f279ee
Prepare release notes for v1.7.21d63bd8464
go.mod: keep minimum go version at go1.21c76028088
update golangci-lint to 1.60.13b263d082
add go1.23.0, drop go1.21.x09ca004de
Fix TestNewBinaryIOCleanup on Go 1.23 and Linux 5.49269d97b1
hide wsstream under internal/ to prevent external use59815fa44
golangci-lint should only look for problems in new code1c431dc6f
Run go mod tidy226f93d92
Add copyright headers6f3252733
switch over references to the new package0a85d476a
Fix up some constant references82bfa44d0
Copy over wsstream from k8s v1.31.0-rc.1 release52b79f337
Update CRIAPIV1Alpha2 warning lastOccurrence every calldce0b5a6d
migrate to github.com/moby/sys/userns65f7d0740
pkg/userns: deprecate and migrate to github.com/moby/sys/user/usernsf21675c27
vendor: github.com/moby/sys/user v0.2.0228914a5e
update to go1.21.13 / go1.22.63ff82ba0f
Fix TestNewBinaryIOCleanup failing with gotipd51143f6f
script/setup/install-runc: fix runc using incorrect version7bb1455d8
update auths code comment/run/containerd
gets created with correct perms (#10534)16c5fc768
Ensure /run/containerd is created with correct permsStopContainer
idempotent (#10528)6da4e40b2
MakeStopContainer
RPC idempotentStopPodSandbox
idempotent (#10527)b3b6f1507
MakeStopPodSandbox
RPC idempotent0db46f664
client: fix tasks with PID 0 cannot be forced to delete9afb8dcdf
deprecation: update warnings for CRI config fieldsb140792e4
introspection: regenerate UUID if state is emptyf9beac3db
Set stderr to empty string when using terminal on Windows.Dependency Changes
Previous release can be found at v1.7.20
v1.7.20
: containerd 1.7.20Compare Source
Welcome to the v1.7.20 release of containerd!
The twentieth patch release for containerd 1.7 contains various fixes
and updates.
Highlights
Container Runtime Interface (CRI)
[cri] ttrpc: closed
during ListPodSandboxStats (#10423)Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
16 commits
7f2d4cd97
Prepare release notes for v1.7.203a02c523d
deps: Update otelgrpcdf86bdd5d
CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes209ee4f10
CRI: An empty DNSConfig != unspecifiedce65228af
Support for dropping inheritable capabilities[cri] ttrpc: closed
during ListPodSandboxStats (#10423)610498df7
Fix for[cri] ttrpc: closed
during ListPodSandboxStatse61c7932e
update to go1.21.12 / go1.22.5c7d5e430a
errdefs: denote deprecation as a godoc commentDependency Changes
e6e6cda
-> [989df2b
](https://redirect.github.com/containerd/conConfiguration
📅 Schedule: Branch creation - "after 07:30am,before 07:15pm,every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.