magnum/releasenotes/notes/update-cloud-provider-openstack-repo-e6209ce2e3986e12.yaml
Jake Yip a41c884463 Update cloud-provider-openstack registry
cloud-provider-openstack has changed their image repo. To use the
plugins matching later versions of k8s, this needs to be updated.

Also update tags for CI test to match version being tested.

[1] https://github.com/kubernetes/cloud-provider-openstack/pull/2169

Change-Id: I9390db5e1aa357c17a39a7c208d837befafd3820
2024-02-28 18:57:55 +11:00

19 lines
871 B
YAML

---
upgrade:
- |
The registry for cloud-provider-openstack has been updated from
`docker.io/k8scloudprovider` to `registry.k8s.io/provider-os/`.
critical:
- |
Magnum Core Team has historically limit changing of defaults in labels.
This is because existing Cluster Templates in a deployment falls back to
using the defaults in code if a specific label is not specified. If
defaults change, an existing deployment's Cluster Templates may stop
working after a Magnum upgrade.
Magnum will now no longer keep image tag labels (e.g. cloud_provider_tag,
flannel_tag) static. Please specify explicitly all image tags for the
images your Cluster Templates will be using, to prevent a future change
breaking your Cluster Templates. Refer to the documentation under
'Supported Labels' for a list of labels Magnum is tested with.