Upgrading the cluster-operator to this version will update RabbitMQ clusters (i.e. will cause rolling update 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.
Release Notes
- Merge pull request #679 from rabbitmq/bump-rabbit [ae3231c]
- Merge pull request #677 from rabbitmq/test-examples [0b3d6e5]
- Explicitly use rabbitmq container in kubectl exec (#680) [86850a9]
- Correct component label of RabbitMQ PodMonitor [4e78a3a]
- Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2 (#678) [83381ca]
- Bump RabbitMQ image to v3.8.16 [2da5372]
- Provide container name for pod exec in test examples [22cac11]
- Bump github.com/eclipse/paho.mqtt.golang from 1.3.3 to 1.3.4 (#674) [8a27f93]
- Bump RabbitMQ image to v3.8.15 (#673) [7c7cb13]
- Use Prometheus TLS port if TLS is enabled (#672) [3dbd157]
- Wider randomized_startup_delay_range (#675) [e849acd]
- Update app.kubernetes.io/component labels on resources (#671) [3ab52f0]
- Fix pipeline [f0588eb]
- Add RabbitMQ Alerts 🚨 (#667) [8836b1f]
- Provide container name when using podExec helper function [e86e16c]
- Merge pull request #668 from rabbitmq/systest [a0cf9c2]
- Provide container name in podExec helper function [3100f08]
- Nicely format definitions.json [69207a4]
- Add system test for stream [77232b2]
- Add port for stream plugin [c888867]
- Update inter-node peer verification example README [e2b6ac3]
- Ditto [73accce]
- Link to the Troubleshooting TLS guide [16bc432]
- Link to the mutual peer verification example here [8e1d97a]
- Example wording [55ef754]
- Mutual peer verification example: README edits [71d24f6]
- Basic TLS example wording [e6b6830]
- TLS example README edits [7965125]
- Merge pull request #657 from rabbitmq/dependabot/go_modules/github.com/go-stomp/stomp-2.1.4incompatible [9909d3b]
- Use ServiceMonitor instead of PodMonitor (#664) [b9f4a5f]
- Bump github.com/go-stomp/stomp [cf242df]
- Merge pull request #663 from rabbitmq/dependabot/go_modules/github.com/michaelklishin/rabbit-hole/v2-2.8.0 [d4034a7]
- Move pull_request_template.md into .github dir [6b008a5]
- Bump github.com/michaelklishin/rabbit-hole/v2 from 2.7.0 to 2.8.0 [03b97eb]
- Merge pull request #660 from rabbitmq/categories-all [1752c4a]
- Ditto but for mutual peer verification of inter-node communication links [7b1fda7]
- Explain what "mTLS" is [773f7c8]
- Add RabbitmqClusters to categories all [3aba4eb]
- Errors when received PVC shrink requests (#658) [bf3f55a]
- Observed generation (#637) [6dbc83d]
- Merge pull request #651 from srteam2020/main [86bced0]
- Merge pull request #655 from rabbitmq/dependabot/go_modules/github.com/onsi/ginkgo-1.16.1 [990b61a]
- Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1 [0df4520]
- fix #648: use fmt.Errorf [3d48973]
- fix #648: add more comments in prepareForDeletion and better error msg in statefulSetUID [9aff91f]
- fix #648: delete the statefulset with precondition set to the correct UID [a621a6a]