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

[release-0.20] Bump containerd/containerd to latest release #4149

Open
wants to merge 1 commit into
base: release-0.20
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ projects:
repos:
- name: containerd
versions:
- tag: v1.7.23
- tag: v1.7.24
go_version: "1.22"
- org: distribution
repos:
Expand Down
2 changes: 1 addition & 1 deletion projects/containerd/containerd/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://github.com/containerd/cgroups/v3
** github.com/containerd/console; version v1.0.3 --
https://github.com/containerd/console

** github.com/containerd/containerd; version v1.7.23 --
** github.com/containerd/containerd; version v1.7.24 --
https://github.com/containerd/containerd

** github.com/containerd/containerd/api; version v1.7.19 --
Expand Down
15 changes: 5 additions & 10 deletions projects/containerd/containerd/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
22e5372271b51913542ed6884f286115efe129ff1ddbf47cd11d799a261b72a0 _output/bin/containerd/linux-amd64/containerd
fd8d08c191a1b91b07dd906fbb0056a37abaf0cd7fc66d495152cb335836943f _output/bin/containerd/linux-amd64/containerd-shim
d31b17389999f818af357a75c20c7c68fe90f4894f769da0d98e42715c7618f2 _output/bin/containerd/linux-amd64/containerd-shim-runc-v1
7b2bb6902faa14c206d6aef195c22e3b0c7ecb9f203e317c7d6ca167317d89c0 _output/bin/containerd/linux-amd64/containerd-shim-runc-v2
45949d29c2b7c87b2f6cd2a154fd2fe453f056d10491cf694c9771fdec302669 _output/bin/containerd/linux-amd64/ctr
f617cecc46a65875fe0f185dadfbe496f3d048fc8eff4a61c291489718fa18d6 _output/bin/containerd/linux-arm64/containerd
ac0ba0afd5c3653f2b9e66d2fac17ff885a29306cf2b8998f2a552f44322f1d1 _output/bin/containerd/linux-arm64/containerd-shim
c20f29a41ed2328896836d6eca3630d351ed3ec9306b031942216c737f3380d2 _output/bin/containerd/linux-arm64/containerd-shim-runc-v1
937b40d154153d518cbeba555de5e5a28407989f4b8e4ebddf0fc4ffd9187171 _output/bin/containerd/linux-arm64/containerd-shim-runc-v2
8be16eb7ba6e395d92d59b6cdc00708844129c49c1cd94ec5191aa015938dfeb _output/bin/containerd/linux-arm64/ctr
a743816a0ccbe85b8196f6ab53dd46df23126a612002c9436759a4367d8eb3b8 _output/bin/containerd/linux-amd64/containerd
b842670a077ff3819c4d67524222a9b652cbce125e0a42d9188b09900774f451 _output/bin/containerd/linux-amd64/containerd-shim
541fa7201684ebfb9f7dd9cce0bb6be2b3fdf5656eb1de6396211b560e8a06ca _output/bin/containerd/linux-amd64/containerd-shim-runc-v1
e603a818595e0e6e89ec1fb07cfbdfbe5a6cfd8ae12ab6aff133fbdebee5eee3 _output/bin/containerd/linux-amd64/containerd-shim-runc-v2
0cc6c3eb906379e0d1c1cf0b82405fbc2908b63c396c1079918f199a8f627e66 _output/bin/containerd/linux-amd64/ctr
2 changes: 1 addition & 1 deletion projects/containerd/containerd/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.23
v1.7.24
4 changes: 2 additions & 2 deletions projects/containerd/containerd/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **containerd**
![Version](https://img.shields.io/badge/version-v1.7.23-blue)
![Version](https://img.shields.io/badge/version-v1.7.24-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTWhoMS9lejNIZmxuZzB2NThxU1N5VXNoVVR3MlNWYVBqajA4M3QwN3BERHRjN3oxSGxCcmk4R3pqVVU0aVVHYVVsRnVReU5pdnRRQ1FGQ2djT0pmbjVzPSIsIml2UGFyYW1ldGVyU3BlYyI6ImpGdnQ4d05CL21Lbjdsa0oiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[containerd](https://github.com/containerd/containerd) is available as a daemon for Linux and Windows. It manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond.
Expand All @@ -10,7 +10,7 @@
[repo](https://github.com/containerd/containerd) and decide on new version.
1. Update the `GIT_TAG` file to have the new desired version based on the upstream release tags.
1. Compare the old tag to the new, looking specifically for Makefile changes.
ex: [1.6.20 compared to 1.6.21](https://github.com/containerd/containerd/compare/v1.6.20...v1.7.23). Check the release [dockerfile](https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile)
ex: [1.6.20 compared to 1.6.21](https://github.com/containerd/containerd/compare/v1.6.20...v1.7.24). Check the release [dockerfile](https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile)
and [Makefile](https://github.com/containerd/containerd/blob/main/Makefile#L99) for any build flag changes, tag changes, dependencies, etc.
1. Verify the golang version has not changed. The version specified in the release github [action](https://github.com/containerd/containerd/blob/main/.github/workflows/release.yml#L16)
should be considered the source of truth.
Expand Down