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
$ git tag -m "Release for cloud-provider-openstack to support Kubernetes release x" vX.Y.Z
23
+
$ git tag vX.Y.Z
24
24
$ git push upstream vX.Y.Z
25
25
```
26
26
27
-
4.[Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will make the new docker images and make [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) to repository.
27
+
4.[Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will make [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) to repository.
28
+
Cloudbuild should build new images to gcr.io/k8s-staging-provider-os.
28
29
29
-
5. Make release notes and publish the release.
30
+
5. Make PR https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-provider-os/images.yaml to promote gcr.io images to registry.k8s.io.
31
+
32
+
6. Make release notes and publish the release after the new images are published.
0 commit comments