From 88af01b5310c592ad657f89b7fb0372676660eca Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Fri, 18 Nov 2022 08:24:29 +0000 Subject: [PATCH] app-emulation: Upgrade Containerd 1.6.9 to 1.6.10 --- .../coreos-overlay/app-emulation/containerd/Manifest | 2 +- .../{containerd-1.6.9.ebuild => containerd-1.6.10.ebuild} | 0 .../app-emulation/containerd/containerd-9999.ebuild | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 2 +- .../changelog/updates/2022-11-18-containerd-1.6.10-update.md | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/{containerd-1.6.9.ebuild => containerd-1.6.10.ebuild} (100%) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-11-18-containerd-1.6.10-update.md diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/Manifest b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/Manifest index bdf05d3d64..d68fb2e8e1 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/Manifest @@ -1 +1 @@ -DIST containerd-1.6.9.tar.gz 8695486 BLAKE2B 2848b4d8918233e2ea4c61f99b039205d357321c238959a26462efc1f65e50b12a1f15689e26dbe3c11b668e0d62ab11888dc5ed39e03894941be8b97f4d0fbc SHA512 fabe29103c431fb02ba55342e7cd3d41865803389b941fca9fea4449180d4dbc8eafafd6a8a1174997a7cd3bc2b6111960ccf51042792809b145ea500a534f53 +DIST containerd-1.6.10.tar.gz 8695591 BLAKE2B aa4b3afccab316c6356e94dd02370b7bee468075c425ff3759fc69fe3f807ee17b1ed386b36483c26322e0e8533b8b693d5dbbbe5971c1824d8662d488a3f577 SHA512 02312a8d127b523944e9583433ec87cdc1fc30988b107a8d83438985a010b06c57e93017adb4fcf9db6ec80c1e28327101d7496d63d3832ea9cbfe54d17e3a6c diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.9.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.10.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.9.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.10.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild index c3fc51a897..1689a9d9fb 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then else MY_PV="${PV/_rc/-rc.}" EGIT_COMMIT="v${MY_PV}" - CONTAINERD_COMMIT="cec2382030533cf5797d63a4cdb2b255a9c3c7b6" + CONTAINERD_COMMIT="218b3a2d331ebf2d00bf201f07094eef89084570" SRC_URI="https://${GITHUB_URI}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 arm64" inherit vcs-snapshot diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild index b1b994af5f..1fc807bf0b 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-20.10.ebuild @@ -13,7 +13,7 @@ KEYWORDS="amd64 arm64" RDEPEND=" ~app-emulation/docker-20.10.21 ~app-emulation/docker-cli-20.10.21 - ~app-emulation/containerd-1.6.9 + ~app-emulation/containerd-1.6.10 ~app-emulation/docker-proxy-0.8.0_p20210525 ~app-emulation/docker-runc-1.1.4 =dev-libs/libltdl-2.4.7 diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-11-18-containerd-1.6.10-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-11-18-containerd-1.6.10-update.md new file mode 100644 index 0000000000..e2eae7ad40 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-11-18-containerd-1.6.10-update.md @@ -0,0 +1 @@ +- containerd ([1.6.10](https://github.com/containerd/containerd/releases/tag/v1.6.10))