-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-prioritysig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
Description
Immediately after cutting the March patch releases, the ci builds started failing:
The error as shown in the build log shows its related to the version string:
level=info msg="Using build version: v1.25.8-1+3a14fe1af239a0"
level=fatal msg="failed to run: find latest version: build version v1.25.8-1+3a14fe1af239a0 is not valid for release"
Upon further investigation, the builds are failing because the regular expressions that check the version string don't catch the gitCommt string without the rc.0:
👉 This is matched: v1.25.8-rc.0.31+36b707f892c523
👉 This is not matched: v1.25.8-1+3a14fe1af239a0
We only started seeing this as these are the first releases we cut after we stopped building the rc.0 immediately after tagging the repo.
More details on this slack thread in #release-ci-signal.
Thanks to @BenTheElder for reporting.
/cc @saschagrunert @kubernetes/release-engineering
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-prioritysig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
