Release Notes
- Merge pull request #524 from rabbitmq/tls-rotation [a637934]
- Use Expect/EventuallyWithOffset in system_tests/utils [f481878]
- Mount tls secrets using projected volume not subpath [8427c41]
- Merge pull request #523 from rabbitmq/pause-reconcile [d8a14c8]
- Add pause & resume reconciliation commands to cli plugin [b97a788]
- Spport pausing reconciliation by setting label on the CR [a27503b]
- Merge pull request #516 from rabbitmq/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.0 [d84f9e0]
- Merge pull request #521 from rabbitmq/pr-1.19 [ce22254]
- Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.0 [7aa94c2]
- Merge pull request #519 from rabbitmq/dependabot/go_modules/github.com/onsi/gomega-1.10.4 [0f497bf]
- Merge pull request #522 from rabbitmq/dependabot/go_modules/github.com/go-delve/delve-1.5.1 [d761a0c]
- Bump github.com/go-delve/delve from 1.5.0 to 1.5.1 [69d51c0]
- Include k8s 1.20.0 in PR tests [8f75db6]
- Bump github.com/onsi/gomega from 1.10.3 to 1.10.4 [5f973a1]
- Merge pull request #513 from rabbitmq/prometheus-example [9b90fc9]
- Fix sporadic examples failures [30a323f]
- Fix failing examples [7e14406]
- Fix failing example dry run due to missing CRD [9b6d495]
- Add monitoring example [8e7038f]
Notes
Upgrading the cluster-operator to this version will update RabbitMQ clusters (i.e. will cause rolling updates of the underlying StatefulSets). If you want to control when a RabbitMQ cluster gets updated, make sure to pause reconciliation before upgrading the cluster-operator. After upgrading the cluster-operator, resume reconciliation whenever it's safe to update the RabbitMQ cluster. See Pause reconciliation for a RabbitMQ cluster.