diff --git a/changelog/bugfixes/2023-11-02-oem-update.md b/changelog/bugfixes/2023-11-02-oem-update.md new file mode 100644 index 00000000000..9074d8d95d7 --- /dev/null +++ b/changelog/bugfixes/2023-11-02-oem-update.md @@ -0,0 +1 @@ +- Fixed iterating over the OEM update payload signatures which prevented the AWS OEM update to 3745.x.y ([update-engine#31](https://github.com/flatcar/update_engine/pull/31)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild index 787d9842ea6..1c153d664c6 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="11309004b8451bf232539bdd3c7b0f5e4f69f5cb" # flatcar-master + CROS_WORKON_COMMIT="0749fb68944de017c638fbfc592cfca83885fe45" # flatcar-3760-backport KEYWORDS="amd64 arm64" fi