2.0.0
Breaking Changes ⚠️
This version requires RabbitMQ 3.9.9 upwards. Please ensure all existing RabbitMQ clusters are 3.9.9 upwards before upgrading else those RabbitMQ clusters will fail to start after cluster-operator upgrade.
If you cannot upgrade some of your existing RabbitMQ clusters to 3.9.9 or newer, pause reconciliation before upgrading the cluster-operator.
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
- Update copyright dates. by @MirahImage in #1069
- Update CodeQL workflow by @Zerpet in #1085
- More reliable system tests by @coro in #1086
- short if return by @jiuker in #1084
- Adding a workflow to create a PR to k8s-operatorhub/community-operators by @DanielePalaia in #1103
- Update crd after k8s api and controller-gen bump by @ChunyiLyu in #1107
- Use EntryDescription for DescribeTable tests by @ChunyiLyu in #1109
- Stop testing rmq 3.8 by @ChunyiLyu in #1110
- Remove RabbitMQ 3.8 support by @ansd in #1111
- Fix spelling mistakes found by goreportcard. by @MirahImage in #1112
- Set cluster size hint by @ChunyiLyu in #1113
- Remove version restriction on JSON-log example by @coro in #1115
- Exclude dependabot from auto-generated release notes by @coro in #1116
- OPERATORHUB WORKFLOW by @DanielePalaia in #1118
- Bump golang to 1.19 by @ChunyiLyu in #1130
- Add govulncheck to makefile. by @MirahImage in #1129
- Fixing .yaml to .yml bug on operatorhub pipeline by @DanielePalaia in #1132
- Bump k8s api to 1.25 (controller-runtime 0.13) by @ChunyiLyu in #1139
- Bump k8s dependencies to 1.25.1 by @ChunyiLyu in #1143
- Fix FileDescriptorsNearLimit alert rule by @ElfoLiNk in #1140
- Explicitly install a known golang version. by @MirahImage in #1144
New Contributors
Full Changelog: v1.14.0...v2.0.0