-
Couldn't load subscription status.
- Fork 426
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
Merged
Merged
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 0ff990a Update k8s-release-cut.md
mbianchidev ee41dbe Update k8s-release-cut.md
mbianchidev b8ec74d Update k8s-release-cut.md
mbianchidev 72bdc17 Update k8s-release-cut.md
mbianchidev 4f27b66 Include Green Release Signal prereq
mbianchidev c8a97fe Added green release signal checklist item
mbianchidev 41bf32d Added email groups mention
mbianchidev 5d954da Made branch creation and rc.0 process more readable
mbianchidev 7fe8d09 Update k8s-release-cut.md
mbianchidev 6965be7 Add clarification on release branch job creation
mbianchidev 2199edd Update k8s-release-cut.md
mbianchidev 30b01ce Link update
mbianchidev b6bba60 Update branch-manager.md
mbianchidev bc04d5b Update branch-manager.md
mbianchidev 1cbc680 Removed embargo time (not enforced anymore for official release)
mbianchidev 280d4f0 Update k8s-release-cut.md
mbianchidev dfe96c8 Update k8s-release-cut.md
mbianchidev e06c13b Update k8s-release-cut.md
mbianchidev 77e667b Update k8s-release-cut.md
mbianchidev 3a92ec8 Update k8s-release-cut.md
mbianchidev 5c80469 Update branch-manager.md
mbianchidev f6b537a Update k8s-release-cut.md
mbianchidev 0940dac Update k8s-release-cut.md
mbianchidev c656fa8 Update k8s-release-cut.md
mbianchidev c67954a Update cut-release.md
mbianchidev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -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) | ||
| | @@ -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 --> | ||
| | @@ -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 --> | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be only for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed, we need to fix this! | ||
| | ||
| ## Release Tools Version | ||
| | ||
| | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
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.
I would clarify that this is only for the prereleases, we don't have a green release signal for other releases (in fact, that's covered by
Screenshot unhealthy release branch testgrid boardsfor other releases)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.
Agreed, we need to fix this!