Skip to content

Commit

Permalink
chore: minor touchups to rotation guide (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Sep 12, 2024
1 parent 54d1f80 commit 14e2222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on the latest kubernetes version. These steps should be executed in order.
6. Create a new branch in the [cdk8s-plus](https://github.com/cdk8s-team/cdk8s-plus) off the current default branch.
The new branch should be named `k8s-XX/main` (e.g. `k8s-25/main` for K8s v1.25.0).

7. On a new branch, based off `k8s-XX/main`, do the following:
7. **On a new branch**, based off `k8s-XX/main`, do the following:

1. Bump the minor version in [latest-k8s-version.txt](./projenrc/latest-k8s-version.txt)
2. ([`README.md`](./README.md)): In the table of supported versions, add a new row and remove the oldest one.
Expand All @@ -52,7 +52,7 @@ The new branch should be named `k8s-XX/main` (e.g. `k8s-25/main` for K8s v1.25.0

8. Wait for the PR above to be merged and verify that automation builds/tags/releases the new version successfully.

9. Update cdk8s-plus default branch to the new branch in the [GitHub repo settings](https://github.com/cdk8s-team/cdk8s-plus/settings/branches).
9. Update cdk8s-plus default branch to the new branch in the [GitHub repo settings](https://github.com/cdk8s-team/cdk8s-plus/settings).

10. Update any existing PRs to use k8s-XX/main as the base.

Expand Down

0 comments on commit 14e2222

Please sign in to comment.