Skip to content

Commit f4ea48d

Browse files
committed
final nits
Signed-off-by: mbianchidev <mbianchidev@github.com>
1 parent df80a02 commit f4ea48d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/ISSUE_TEMPLATE/cut-release.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ Help? Ring @release-managers on slack!
8888
- [ ] Update [`schedule.yaml` file](https://github.com/kubernetes/website/blob/main/data/releases/schedule.yaml) with the latest release using [`schedule-builder`](https://github.com/kubernetes/release/tree/master/cmd/schedule-builder) (_patch releases only_) <!-- Paste Pull Request URL here -->
8989
- [ ] Collect metrics and add them to the `Release steps` table below through `krel history --branch release-1.xx --date-from yyyy-mm-dd` (current date)
9090
<!-- ONLY FOR RC.0 RELEASES - [ ] Post-release branch creation tasks -->
91-
<!-- ONLY FOR RC.1 RELEASES - [ ] Ensure that the new OBS project is set -->
92-
<!-- ONLY FOR STABLE RELEASES - [ ] Code Thaw PR merged and mention @release-managers nudging them to perform the propedeutic tasks for the next alpha (e.g. setting up the new OBS project) -->
91+
<!-- ONLY FOR .0 RELEASE - [ ] Code Thaw PR merged and OBS project created for the new minor release -->
9392

9493
## Release Tools Version
9594

.github/ISSUE_TEMPLATE/post-release-branch-creation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Help? Ring @release-managers on slack!
1818
-->
1919

2020
- [ ] Create a thread in #release-management: <!-- Paste link to Slack thread -->
21-
- [ ] Promote the subsequent minor release alpha.0 image
22-
- [ ] (optional) Remove jobs for EOL versions, **only** if agreed upon with Release Managers and totally ok to delegate this to @release-managers
21+
- [ ] (optional) Remove jobs for EOL versions, **only** if agreed upon with Release Managers
2322
<!--
2423
Branch Managers might not have a context on if it is "safe" to remove the EOL jobs. We try to be firm with the deadlines and stop cutting patches as soon as we reach the EOL date, but e.g. there might be a new patch needed because of some important security fix, in which case only Release Managers will know about that.
2524

release-engineering/handbooks/post-release-branch-creation.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<!-- toc -->
44
- [Post release branch creation](#post-release-branch-creation)
55
- [Checklist](#checklist)
6-
- [Promote the subsequent minor release alpha.0 image](#promote-the-subsequent-minor-release-alpha0-image)
76
- [Remove EOL version jobs from test-infra (optional)](#remove-eol-version-jobs-from-test-infra-optional)
87
- [Update milestone applier rules and check milestone requirements](#update-milestone-applier-rules-and-check-milestone-requirements)
98
- [Update Kubekins-e2e v2 variants](#update-kubekins-e2e-v2-variants)
@@ -32,12 +31,6 @@ It is essential to follow these steps to maintain the integrity of the release p
3231

3332
Open a new issue using [this template](https://github.com/kubernetes/sig-release/issues/new?template=post-release-branch-creation.md).
3433

35-
### Promote the subsequent minor release alpha.0 image
36-
37-
Recall that an alpha.0 of the next minor release is created during the rc.0 cut?
38-
39-
To assist downstream consumers of Kubernetes, this new alpha is automatically cut to bring our next release tag to the tip of `master`, what we need to do manually is [promoting](k8s-release-cut.md#7-image-promotion) the alpha.0 image, after the rc.0 image ProwJob is green.
40-
4134
### Remove EOL version jobs from test-infra (optional)
4235

4336
Consider removing jobs for versions that are going EOL. This is sometimes done before adding new jobs to avoid overwhelming the Prow cluster.

0 commit comments

Comments
 (0)