From fbd5bb745d86abe017030bce7b58e3d70703d1ce Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Mon, 14 Mar 2022 09:10:58 +0100 Subject: [PATCH] version.txt: Fix SDK version (to 3165.0.0) Release automation does not yet update the SDK version on release. It remains stuck on the last nightly version of the main branch when a new Alpha is released. This change updates the SDK version manually; the root cause needs to be addressed in the release script helpers. The change also updates coreos-overlay to the commit published with alpha-3165.0.0. Signed-off-by: Thilo Fromm --- sdk_container/.repo/manifests/version.txt | 6 +++--- sdk_container/src/third_party/coreos-overlay | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk_container/.repo/manifests/version.txt b/sdk_container/.repo/manifests/version.txt index 55212dd40f..81e9fd3230 100644 --- a/sdk_container/.repo/manifests/version.txt +++ b/sdk_container/.repo/manifests/version.txt @@ -1,4 +1,4 @@ -FLATCAR_VERSION=3165.0.0+nightly-20220301-0139 +FLATCAR_VERSION=3165.0.0 FLATCAR_VERSION_ID=3165.0.0 -FLATCAR_BUILD_ID="nightly-20220301-0139" -FLATCAR_SDK_VERSION=3165.0.0+nightly-20220301-0139 +FLATCAR_BUILD_ID="" +FLATCAR_SDK_VERSION=3165.0.0 diff --git a/sdk_container/src/third_party/coreos-overlay b/sdk_container/src/third_party/coreos-overlay index cce78b6804..5d88413b85 160000 --- a/sdk_container/src/third_party/coreos-overlay +++ b/sdk_container/src/third_party/coreos-overlay @@ -1 +1 @@ -Subproject commit cce78b6804efad045c3278d0d1f75ba6a4deaad3 +Subproject commit 5d88413b85aaba02debfd78f2560b481460ebc34