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 <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2025-03-17 17:21:41 +05:30
parent 54e14f9312
commit b2774aed79
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
2 changed files with 2 additions and 1 deletions

View File

@ -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))

View File

@ -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