Skip to content

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:21
· 42 commits to main since this release

⚠️⚠️⚠️ BREAKING CHANGE ⚠️⚠️⚠️

We have stopped publishing the operator image to DockerHub. The manifest messaging-topology-operator.yaml and messaging-topology-operator-with-certmanager.yaml now points to GHCR (GitHub registry).

We do not expect most users to be affected, since GHCR allows to pull without authentication from public repos.

You may be affected if your infrastructure uses a proxy, or a mirror, to pull the operator image from DockerHub.

Upgrade

In this version, some resources changed their names, to make them more specific. The resources that changed name are:

  • Service named webhook-service
  • ValidatingWebhookConfiguration named topology.rabbitmq.com
  • (Cert Manager) Certificate named serving-cert
  • (Cert Manager) Issuer named selfsigned-issuer

When you upgrade to v1.19.0, kubectl will create those resources with different names, and old ones will be left behind. You can either manually delete the old resources, or use the script cleanup-old-resources.sh available in this release.

What's Changed

Full Changelog: v1.18.3...v1.19.0