From f8020786b72334bc26b7df0848a598cdf33554e7 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Fri, 5 Aug 2022 08:25:17 +0000 Subject: [PATCH] app-emulation: Upgrade Containerd 1.6.6 to 1.6.7 --- .../coreos-overlay/app-emulation/containerd/Manifest | 2 +- .../{containerd-1.6.6.ebuild => containerd-1.6.7.ebuild} | 0 .../app-emulation/containerd/containerd-9999.ebuild | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 2 +- .../changelog/updates/2022-08-05-containerd-1.6.7-update.md | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/{containerd-1.6.6.ebuild => containerd-1.6.7.ebuild} (100%) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-08-05-containerd-1.6.7-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 b3815fa9c3..1f2a65759f 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.6.tar.gz 8653283 BLAKE2B 81516080f893aeaaab32fb440d0aa792cbc4b0d99807be88d33e578dfa74ba22ea3f5b31be0e758eebf6098f348d3c7d43857b6b76cc0fe56e89156bf58b2a93 SHA512 f16f23384dbaa67075f2d35b7fc752938dd15601bbe3a919bc8eaa53fa1b2dea2e2d7f613a0f2f492910213dc2f7e96f0a1d38dde35bfb6d15f18167313f9817 +DIST containerd-1.6.7.tar.gz 8662678 BLAKE2B 649945ffd5f8add62b5e4f4509823a713361a47889d9d95abd5b3ff4e0fbb3dfd6e07c4c996bbcf67a40393750de8311776c8a4c25c2d1fabcd4df25d0a4267c SHA512 38c933e6c230003f992c58f1aa2cca71ecce2087dfe855ea4e30668f219aeb9f7f99ff5abc516326b4764bdf358681ce901d7bc86dd7847b599d1a9c3381fae2 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.6.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.7.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.6.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.7.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 147c4652d5..9d7e4b6ab4 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="d0d56c1a4ace8bae8c7c98d28ba98f0537ebe704" + CONTAINERD_COMMIT="eab4a99fdccaa90c0e2a85692231657980a883cc" 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 cccf161319..c560fd90a3 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.17 ~app-emulation/docker-cli-20.10.17 - ~app-emulation/containerd-1.6.6 + ~app-emulation/containerd-1.6.7 ~app-emulation/docker-proxy-0.8.0_p20210525 ~app-emulation/docker-runc-1.1.3 =dev-libs/libltdl-2.4.6 diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-08-05-containerd-1.6.7-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-08-05-containerd-1.6.7-update.md new file mode 100644 index 0000000000..b50704c049 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-08-05-containerd-1.6.7-update.md @@ -0,0 +1 @@ +- containerd ([1.6.7](https://github.com/containerd/containerd/releases/tag/v1.6.7))