-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release image: Allow arbitrary pre-release identifiers #33718
Conversation
backporting #29173 to v1.16 branch so that this change gets forward ported when we create new stable branches. |
/test-backport-1.16 |
Is this accurate? GitHub reports that the linked commit is already in v1.16 EDIT: Oh well yeah probably that commit is in the branch but we broke this when branching off, because we were copying directly from the v1.15 versions of the workflows cc @aanm . If we apply this patch as-is then the existing process should make sure we don't reintroduce this issue during the next v1.17 cycle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but the commit reference is a bit misleading. Technically this is probably more of a case for:
Fixes: f5bdf28e8af1 ("Prepare v1.16 stable branch")
389fab9
to
f03427a
Compare
Make the filter patterns for release image tags more lenient to allow arbitrary pre-release identifiers beyond rc. We made a similar change in main branch [^1], but the change got lost when we branched v1.16. Fixes: f5bdf28 ("Prepare v1.16 stable branch") [^1]: #29173 Signed-off-by: Michi Mutsuzaki <[email protected]>
f03427a
to
b3619f7
Compare
updated the commit message 🚀 |
/test-backport-1.16 |
Make the filter patterns for release image tags more lenient to allow arbitrary pre-release identifiers beyond rc. We made a similar change in main branch 1, but the change got lost when we branched v1.16.
Fixes: f5bdf28 ("Prepare v1.16 stable branch")
Footnotes
https://github.com/cilium/cilium/pull/29173 ↩