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
Seems like the point explaining how to promote images from staging is
gone, this commit adds it back, fixes formatting and moves the file into
the `docs` directory.
$ git tag -m "Release for cloud-provider-openstack to support Kubernetes release x" vX.Y.Z
37
+
$ git push upstream vX.Y.Z
38
+
```
39
+
40
+
5. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will create new [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) and generate a [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) in the repository.
41
+
42
+
6. Make PR modifying [images.yaml](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-provider-os/images.yaml) to promote gcr.io images to registry.k8s.io. The point is to copy the proper image sha256 hashes from the staging repository to the images.yaml.
43
+
44
+
7. Once images are promoted create release notes using the "Generate release notes" button in the GitHub "New release" UI and publish the release.
0 commit comments