From 8ea34ecbe23b2db36a98ba1a3c182b9f6d9378da Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Fri, 3 Mar 2023 08:23:05 +0000 Subject: [PATCH] app-emulation: Upgrade Containerd 1.6.18 to 1.6.19 --- .../coreos-overlay/app-emulation/containerd/Manifest | 2 +- .../{containerd-1.6.18.ebuild => containerd-1.6.19.ebuild} | 0 .../app-emulation/containerd/containerd-9999.ebuild | 2 +- .../coreos-overlay/app-torcx/docker/docker-20.10.ebuild | 2 +- .../changelog/updates/2023-03-03-containerd-1.6.19-update.md | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/{containerd-1.6.18.ebuild => containerd-1.6.19.ebuild} (100%) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-03-03-containerd-1.6.19-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 7cf239b101..2bc7821edf 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.18.tar.gz 8705058 BLAKE2B 926ac90e9b76dc03b93fd8a242040a5a9bbb024a7e23344e9a528a586c1505702173c3cffa821c238798b17076a4db5ccb689bc23bff6e7d4bee49990d417427 SHA512 3a8d1a4f892d251fde7098f99c3dc620d7eb077d64e8f98fe82ec4dd8c88067a9a5e13e9ec6b38abdf624e67dbf53a1d24fe50f64065a742d2276becc789fdc8 +DIST containerd-1.6.19.tar.gz 8706434 BLAKE2B cd6a85721f0752b6c7c5c098153d581375db6f877e261097a7d74a78dc0957e6beeea38c1aa7c53227ed84e727744811fa38863097cb137b8ba775e1f04fb9b2 SHA512 dca78d472dfbc6fc4d9b0b3a0d0a131d3575163c52e4fe18ea2c6147868b8822c54046c0709974e9b90472b882ba3890ada7f0fcbf31549efffba0d91531886c diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.18.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.19.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.18.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-1.6.19.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 ed95bf49c5..bae06cc0fa 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="204e30211cba2e8cdb7ae617879898e51bbba8bc" + CONTAINERD_COMMIT="58ae9d7e4853e621285cc87dc86f7fd71b74cee3" 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 a7c67e5829..4f269fbfa9 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.23 ~app-emulation/docker-cli-20.10.23 - ~app-emulation/containerd-1.6.18 + ~app-emulation/containerd-1.6.19 ~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/2023-03-03-containerd-1.6.19-update.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-03-03-containerd-1.6.19-update.md new file mode 100644 index 0000000000..b217a235a3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2023-03-03-containerd-1.6.19-update.md @@ -0,0 +1 @@ +- containerd ([1.6.19](https://github.com/containerd/containerd/releases/tag/v1.6.19))