You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As CAPV doesn't dictate supported K8s versions, and it supports whatever CAPI supported, about the provider's compatibility with K8s versions, please refer to [CAPI Supported Kubernetes Versions](https://cluster-api.sigs.k8s.io/reference/versions.html).
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ From this point forward changes which should land in the release have to be cher
151
151
i.e. `export USER_FORK=<personal GitHub handle>`
152
152
- `kpromo` uses `[email protected]:...` as remote to push the branch for the PR. If you don't have `ssh`set up you can configure
153
153
git to use `https` instead via `git config --global url."https://github.com/".insteadOf [email protected]:`.
154
-
- This will automatically create a PR in [k8s.io](https://github.com/kubernetes/k8s.io) and assign the CAPI maintainers.
154
+
- This will automatically create a PR in [k8s.io](https://github.com/kubernetes/k8s.io) and assign the CAPV maintainers.
155
155
4. Merge the PR (/lgtm + /hold cancel) and verify the images are available in the production registry:
156
156
- Wait for the [promotion prow job](https://prow.k8s.io/?repo=kubernetes%2Fk8s.io&job=post-k8sio-image-promo) to complete successfully. Then verify that the production images are accessible:
157
157
@@ -170,7 +170,7 @@ From this point forward changes which should land in the release have to be cher
170
170
7. **For minor releases** Modify `Changes since v1.x.y` to `Changes since v1.x`
171
171
**Note**: The release notes tool includes all merges since the previous release branch was branched of.
172
172
2. Publish the release and ensure release is flagged as `pre-release`forall `beta` and `rc` releases or `latest` for a new releasein the most recent release branch.
173
-
6. **For minor releases** Update supported versions inversions.md.
173
+
6. **For minor releases** Update supported versions inREADME.md.
174
174
175
175
- Cutting a release as of today requires permissions to:
0 commit comments