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
Create the PR after generating release notes according to RELEASE.md. Verify that the release PR looks good and make changes if necessary. When this PR is merged, release automation will push the tag to upstream and create a draft release notes.
Publish the release.
Mark the release as "latest" if it is the most recent minor release.
E.g. if both v1.1 and v1.2 are supported with patch releases, then only v1.2.z should be marked as "latest".
Tasks
Tasks for a new release
v0.14.0of the Cluster API Provider OpenStack.For details, see RELEASE.md.
XorY] Create a new release branch calledrelease-X.Y.XorY] Add a new entry of new release branch to depandabot.yml.XorY] Add a new entry of new release branch to security-scan.yaml.XorY] Add a new entry to metadata.yamlas described in the CAPI book
on the release branch prior to release.
adding the new sha=>tag mapping to images.yaml. CAPO v0.14.0 kubernetes/k8s.io#8958
Mark the release as "latest" if it is the most recent minor release.
E.g. if both v1.1 and v1.2 are supported with patch releases, then only v1.2.z should be marked as "latest".
Post-release tasks
XorY] Update the periodic jobs.Make sure there are periodic jobs for the new release branch, and clean up jobs for branches that are no longer supported. Update CAPO periodics with release-0.14 kubernetes/test-infra#36271
XorY] Update the clusterctl upgrade testsand the e2e config
to include the new release branch.
It is also a good idea to update the Cluster API versions we test against and to clean up older versions that we no longer want
to test. 🌱 E2E: Update versions for v0.14 #2967