Skip to content

Commit cf45726

Browse files
authored
Merge pull request #2731 from mbianchidev/master
Adding release cut onboarding handbook
2 parents 2b2c8b6 + c67954a commit cf45726

File tree

3 files changed

+583
-42
lines changed

3 files changed

+583
-42
lines changed

.github/ISSUE_TEMPLATE/cut-release.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Create a tracking issue for a release cut
44
title: Cut v1.x.y-{alpha,beta,rc}.z release
55
labels: sig/release, area/release-eng
66
---
7-
## Scheduled to happen: <!-- Tue, 2021-MM-DD -->
7+
## Scheduled to happen: <!-- Tue, YYYY-MM-DD -->
88

99
_Note for v1.x.0 releases: Having this issue in open state will stop the
1010
periodic run of [`krel fast-forward`](https://testgrid.k8s.io/sig-release-releng-blocking#git-repo-kubernetes-fast-forward)
@@ -72,6 +72,7 @@ Help? Ring @release-managers on slack!
7272

7373
## Release Steps
7474

75+
- [ ] Ensure a green signal has been given by Release Signal **on the day of the cut**
7576
- [ ] Create a thread on #release-management: <!-- Paste link to slack -->
7677
- [ ] Screenshot unhealthy release branch testgrid boards
7778
- [ ] Check the health of the publishing-bot <!-- check if https://github.com/kubernetes/kubernetes/issues/56876 is closed -->
@@ -80,13 +81,14 @@ Help? Ring @release-managers on slack!
8081
- [ ] Release
8182
- NoMock Run
8283
- [ ] Stage
83-
- [ ] Image Promotion: <!-- Paste Pull Request URL here -->
84+
- [ ] Image Promotion PR: <!-- Paste Pull Request URL here -->
8485
- [ ] Release
85-
- [ ] Notify #release-management: <!-- Paste link to slack -->
86-
- [ ] Send notification: <!-- Paste link to kubernetes-dev email -->
87-
- [ ] 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) <!-- Paste Pull Request URL here -->
88-
- [ ] Collect metrics and add them to the `Release steps` table below
89-
<!-- ONLY FOR RC.0 RELEASE - [ ] Finish post-release branch creation tasks -->
86+
- [ ] Send email notification: <!-- Paste link to kubernetes-dev email -->
87+
- [ ] Notify #release-management on Slack: <!-- Paste link to slack -->
88+
- [ ] 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 -->
89+
- [ ] 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)
90+
<!-- ONLY FOR RC.0 RELEASES - [ ] Finish post-release branch creation tasks -->
91+
<!-- ONLY FOR STABLE RELEASES - [ ] Code Thaw PR merged -->
9092

9193
## Release Tools Version
9294

0 commit comments

Comments
 (0)