Skip to content

Adding release cut onboarding handbook #2731

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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
454a274
Create k8s-release-cut.md
mbianchidev Feb 18, 2025
0ff990a
Update k8s-release-cut.md
mbianchidev Feb 18, 2025
ee41dbe
Update k8s-release-cut.md
mbianchidev Feb 18, 2025
b8ec74d
Update k8s-release-cut.md
mbianchidev Feb 18, 2025
72bdc17
Update k8s-release-cut.md
mbianchidev Feb 19, 2025
4f27b66
Include Green Release Signal prereq
mbianchidev Mar 14, 2025
c8a97fe
Added green release signal checklist item
mbianchidev Mar 14, 2025
41bf32d
Added email groups mention
mbianchidev Mar 21, 2025
5d954da
Made branch creation and rc.0 process more readable
mbianchidev Apr 8, 2025
7fe8d09
Update k8s-release-cut.md
mbianchidev Apr 8, 2025
6965be7
Add clarification on release branch job creation
mbianchidev Apr 9, 2025
2199edd
Update k8s-release-cut.md
mbianchidev Apr 15, 2025
30b01ce
Link update
mbianchidev Apr 17, 2025
b6bba60
Update branch-manager.md
mbianchidev Apr 17, 2025
bc04d5b
Update branch-manager.md
mbianchidev Apr 17, 2025
1cbc680
Removed embargo time (not enforced anymore for official release)
mbianchidev Apr 22, 2025
280d4f0
Update k8s-release-cut.md
mbianchidev Apr 22, 2025
dfe96c8
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
e06c13b
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
77e667b
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
3a92ec8
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
5c80469
Update branch-manager.md
mbianchidev Apr 23, 2025
f6b537a
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
0940dac
Update k8s-release-cut.md
mbianchidev Apr 23, 2025
c656fa8
Update k8s-release-cut.md
mbianchidev Apr 24, 2025
c67954a
Update cut-release.md
mbianchidev Apr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/cut-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Create a tracking issue for a release cut
title: Cut v1.x.y-{alpha,beta,rc}.z release
labels: sig/release, area/release-eng
---
## Scheduled to happen: <!-- Tue, 2021-MM-DD -->
## Scheduled to happen: <!-- Tue, YYYY-MM-DD -->

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

## Release Steps

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

## Release Tools Version

Expand Down
Loading