Skip to content

Commit 3638701

Browse files
committed
docs: update release notes with jobs
Update the release notes to add a reminder that the Prow jobs need to be updated for any new MAJOR.MINOR release. Signed-off-by: Richard Case <[email protected]>
1 parent 85759ce commit 3638701

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/book/src/development/releasing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,13 @@ Promote the container images from the staging registry to the production registr
9494
```
9595
9696
1. Update the Title and Description of the Slack channel to point to the new version.
97+
98+
## Post Release Steps
99+
100+
### Create new Prow jobs
101+
102+
If the release is for a new MAJOR.MINOR version (i.e. not a patch release) then you will need to create a new set of prow jobs for the release branch.
103+
104+
This is done by updating the [test-infra](https://github.com/kubernetes/test-infra) repo. For an example of PR see [this](https://github.com/kubernetes/test-infra/pull/33751) for the v2.7 release series.
105+
106+
Consider removing jobs from an old release as well. We should only keep jobs for 4 release branches.

0 commit comments

Comments
 (0)