1.7.1
IMPORTANT INFORMATION
As part of this release, we renamed the validating webhook used in the Operator from validating-webhook-configuration to topology.rabbitmq.com. The previous name was too generic and had potential to collide with other webhook configuration names, even more given that it's not namespaced.
Read this before you upgrade: after you upgrade to this version, you will have to manually delete the webhook validating-webhook-configuration object using: kubectl delete ValidatingWebhookConfiguration/validating-webhook-configuration
What's Changed
- Update copyright dates. by @MirahImage in #397
- Rename ValidatingWebhookConfiguration to avoid conflicts from other c… by @evankanderson in #389
- Add debug pprof endpoints to topology operator by @coro in #396
Changes in tests
- openshift integration by @DanielePalaia in #403
Dependency changes
- Bump k8s.io/klog/v2 from 2.60.1 to 2.70.0 by @dependabot in #405
- Bump sigs.k8s.io/controller-runtime from 0.12.1 to 0.12.2 by @dependabot in #406
- Bump k8s.io/client-go from 0.24.1 to 0.24.2 by @dependabot in #402
- Bump k8s.io/code-generator from 0.24.0 to 0.24.2 by @dependabot in #400
Full Changelog: v1.7.0...v1.7.1