From b26a77d5a0408437d0b8b67da5a17d328f62071e Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 9 Mar 2023 17:57:18 +0900 Subject: [PATCH] coreos-base/coreos-init: Distribute new sub key This pulls in https://github.com/flatcar/init/pull/92 to distribute the new sub key before we start signing with it from July. --- .../changelog/changes/2023-03-09-image-signing-key.md | 1 + .../coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-image-signing-key.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-image-signing-key.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-image-signing-key.md new file mode 100644 index 0000000000..2d7ed5d8a0 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2023-03-09-image-signing-key.md @@ -0,0 +1 @@ +- Added new image signing pub key to `flatcar-install`, needed for download verification of releases built from July 2023 onwards, if you have copies of `flatcar-install` or the image signing pub key, you need to update them as well ([init#92](https://github.com/flatcar/init/pull/92)) 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 70d9aae8ce..efe728075e 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="7eaf6029c4a0df9996d027a54ac4e716aa305d58" # flatcar-master + CROS_WORKON_COMMIT="fbb1ec8e9d95598d65e4eac408dbc5f75b9b6138" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi