|
|
@@ -10,10 +10,10 @@ When doing a release it's best to start with with the ["Create Release" issue t
|
|
|
Otherwise the `latest` documentation will point to the older version. Also avoid to release both versions at the same time to avoid race conditions in the CI pipeline (updating docs, GitHub Release, helm chart release).
|
|
|
|
|
|
1. Run `Create Release` Action to create a new release, pass in the desired version number to release.
|
|
|
- 1. choose the right `branch` to execute the action: use `main` when creating a new release. Use `release-x.y` when you want to bump a LTS release.
|
|
|
- 1. ⚠️ make sure that CI on the relevant branch has completed the docker build/push jobs. Otherwise an old image will be promoted.
|
|
|
-1. GitHub Release, Changelog will be created by the `release.yml` workflow which also promotes the container image.
|
|
|
-1. update Helm Chart, see below
|
|
|
+ 1. choose the right `branch` to execute the action: use `main` when creating a new release.
|
|
|
+ 2. ⚠️ make sure that CI on the relevant branch has completed the docker build/push jobs. Otherwise an old image will be promoted.
|
|
|
+2. GitHub Release, Changelog will be created by the `release.yml` workflow which also promotes the container image.
|
|
|
+3. update Helm Chart, see below
|
|
|
|
|
|
## Release Helm Chart
|
|
|
|
|
|
@@ -22,6 +22,3 @@ Otherwise the `latest` documentation will point to the older version. Also avoid
|
|
|
1. run `/ok-to-test-managed` commands for all cloud providers
|
|
|
1. merge PR if everything is green
|
|
|
1. CI picks up the new chart version and creates a new GitHub Release for it
|
|
|
-1. create/merge into release branch
|
|
|
- 1. on a `minor` release: create a new branch `release-x.y`
|
|
|
- 1. on a `patch` release: merge main into `release-x.y`
|