From 0a55fafbb7e6ec8cf7e4c969dbdc9ebfc2d2e3af Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Fri, 16 Dec 2022 08:21:10 +0000 Subject: [PATCH] app-emulation: Upgrade Containerd 1.6.12 to 1.6.13 --- .../coreos-overlay/app-emulation/containerd/Manifest | 2 +- .../{containerd-1.6.12.ebuild => containerd-1.6.13.ebuild} | 0 .../app-emulation/containerd/containerd-9999.ebuild | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 2 +- .../changelog/updates/2022-12-16-containerd-1.6.13-update.md | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/{containerd-1.6.12.ebuild => containerd-1.6.13.ebuild} (100%) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-12-16-containerd-1.6.13-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 8d7281691f..5fcd513734 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.12.tar.gz 8698307 BLAKE2B bb91be84d18cd6bcec1287fc6e6fa0d3e8a24116598597cc0b321f2f53b54db356f548c70dee33f1e06b0e964fab144c41dd0d4bfe7fec8f5713d84130ee00d2 SHA512 adec6b28bfeea591af8204341dbdf1477f878be28c318745cacdf1b8de2831e3b4d832ad2026fbd9800d6452b5eb186bd94fe78d4dfed163b1cb32e9a92f38fa +DIST containerd-1.6.13.tar.gz 8698580 BLAKE2B f4aca5e8a305d7398a436758c75ba3c838c2674a1a2e6a8e54c2ca8d8690753a928a17bebe328a6eb349127cdeb285c028533b58fd2e590dce1893725dbaaecc SHA512 d29808541c55e189002653695d9b358d9dd209710c6e9c56b421a0ac7900bd8af6119a6549854cdf4618c32b9a85cfcb2b6f8f782cd0a306cd18756f277601c4 diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.12.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.13.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.12.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.13.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 0d149c2fac..3aa08054d9 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="36ae9ea499e67e0aea79989e9478e307a1e45bee" + CONTAINERD_COMMIT="6a712ee408b318e32ef902949b467fe996edd6d7" 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 dcbbfa806a..4f15cd7755 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.12 + ~app-emulation/containerd-1.6.13 ~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-12-16-containerd-1.6.13-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-12-16-containerd-1.6.13-update.md new file mode 100644 index 0000000000..eb21e2d89a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-12-16-containerd-1.6.13-update.md @@ -0,0 +1 @@ +- containerd ([1.6.13](https://github.com/containerd/containerd/releases/tag/v1.6.13))