Skip to content

Commit

Permalink
Merge pull request #2489 from brooksn/dev-docs-updates
Browse files Browse the repository at this point in the history
Update docs: changes to creating a release
  • Loading branch information
brooksn authored Feb 24, 2022
2 parents e296337 + 8e246f0 commit 676d5cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions developer-docs/upgrading_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@ Next, we need to create a release candidate (RC). The Drone (CI) process that bu

* Click "Releases"
* Click "Draft new release"
* Select the target branch
* Enter the desired version into the "Tag version" box.
* Example tag: `v1.21.4+rke2r2`
* **NOTE** Make sure to create the tag against the correct release branch. In the example above, that would map to release branch `release-1.21`.

Ensure "prerelease" checkbox is selected.

CI will run and build the release assets as well as kick off an image build for [RKE2 Upgrade images](https://hub.docker.com/r/rancher/rke2-upgrade/tags?page=1&ordering=last_updated).

_**Note: Once an RC is released for QA, the release branch associated with the RC is now considered frozen until the final release is complete. If additional PRs need to get merged in after an RC, but before the final release, you should notify the RKE2 team of this immediately. After merging, an additional RC will need to be released for QA.**_
Expand All @@ -70,6 +73,7 @@ Along with creating a new RKE2 release, we need to trigger a new build of the as

* Click "Releases"
* Click "Draft new release"
* Select the target branch
* Enter the desired version into the "Tag version" box.
* Example tag: `v1.21.4-rc1+rke2r1.testing.0`
* The first part of the tag here must match the tag created in the RKE2 repo.
Expand Down

0 comments on commit 676d5cf

Please sign in to comment.