From b2774aed79b2e66be18950dd1b3733b6086a4c06 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Mon, 17 Mar 2025 17:21:41 +0530 Subject: [PATCH] overlay coreos-init: Distribute new sub key 2025 This pulls in flatcar/init#129 to distribute the new sub key. Signed-off-by: Sayan Chowdhury --- changelog/changes/2025-03-10-image-signing-key.md | 1 + .../coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/changes/2025-03-10-image-signing-key.md diff --git a/changelog/changes/2025-03-10-image-signing-key.md b/changelog/changes/2025-03-10-image-signing-key.md new file mode 100644 index 0000000000..894fb217b9 --- /dev/null +++ b/changelog/changes/2025-03-10-image-signing-key.md @@ -0,0 +1 @@ +- Added new image signing pub key to `flatcar-install`, needed for download verification of releases built from March 2025 onwards, if you have copies of `flatcar-install` or the image signing pub key, you need to update them as well ([init#129](https://github.com/flatcar/init/pull/129)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild index 3d0c4e8c88..18cbad9b3f 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="f73923083ce2ac885ccd43b394875e17f9a12794" # flatcar-3510-backport + CROS_WORKON_COMMIT="2cb83b77b49202b1671395427369979a7963c10a" # flatcar-3510-backport KEYWORDS="amd64 arm arm64 x86" fi