Skip to content

Releases: rabbitmq/cluster-operator

v2.10.0

02 Sep 11:33
v2.10.0
008ed9f
Compare
Choose a tag to compare

⚠️ 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.

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

13 May 02:44
dc28a8b
Compare
Choose a tag to compare

⚠️ 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.

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

03 Apr 13:10
v2.8.0
484d5d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

22 Jan 12:44
35d5293
Compare
Choose a tag to compare

What's Changed

  • Reverting docker/build-push-action version bump due to a known issue by @PujaVad in #1506
  • Maintenance: updates, removal of deprecated modules and function calls by @mkuratczyk in #1520
  • Update apimachinery to 0.29 + all deps by @mkuratczyk in #1522

Full Changelog: v2.6.0...v2.7.0

v2.6.0

29 Nov 16:36
e2d413c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

28 Aug 10:52
481710f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

20 Jul 12:33
c6dcefc
Compare
Choose a tag to compare

What's Changed

  • use RabbitMQ 3.12.2 by default

IMPORTANT: When upgrading to RabbitMQ 3.12 from older versions, please make sure:

  1. You currently run 3.11.18 or newer
  2. All feature flags are enabled (rabbitmqctl list_feature_flags, rabbitmqctl enable_feature_flag all)

Please consult the documentation for more information about upgrading.

Full Changelog: v2.3.0...v2.4.0

v2.3.0

08 Jun 15:47
4ab93d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 Mar 13:22
bb4f20d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

05 Jan 11:31
0f2acc0
Compare
Choose a tag to compare

⚠️ 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.

Multi-arch support

The RabbitMQ cluster-operator now supports both AMD64 and ARM64 architectures out of the box. The image used in the release manifest is a multi-architecture OCI, which is automatically resolved by your container runtime to the underlying image relevant to your architecture.

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0