Skip to content

Commit

Permalink
Revert ".github: Pre-release backport-label-updater steps"
Browse files Browse the repository at this point in the history
This reverts commit f5fd113.

These steps are no longer necessary, as the workflow has been
generalized to not explicitly include the list of branches.

Related: cilium/cilium#33934
Signed-off-by: Marco Iorio <[email protected]>
  • Loading branch information
giorio94 authored and aanm committed Jul 23, 2024
1 parent a9d1b4c commit 22277d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/release_template_rc_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ assignees: ''
- `sed -i 's/- \(ft\/\)\?main/- \1vX.Y/g' .github/workflows/*`
- `sed -i 's/@main/@vX.Y/g' .github/workflows/*`
- `sed -i 's/\/main\//\/vX.Y\//g' .github/workflows/*`
- Ensure that the `.github/workflows/call-backport-label-updater.yaml` workflow
includes the `vX.Y` version in the `branch` matrix list.
(as an example, look at the
[workflow](https://github.com/cilium/cilium/blob/9c3694f3ae9f8472d4d6a2a32cf506f77923be53/.github/workflows/call-backport-label-updater.yaml#L16)
in the v1.16 stable branch: `v1.16` is included in the list).
If `vX.Y` is missing, update the workflow removing the oldest
stable version and adding `vX.Y`.
- Ensure that the `CustomResourceDefinitionSchemaVersion` uses a new
minor schema version compared to the previous stable release.
- Update `install/kubernetes/Makefile*`, following the changes made
Expand Down

0 comments on commit 22277d6

Please sign in to comment.