messaging-topology-operator
messaging-topology-operator copied to clipboard
RabbitMQ messaging topology operator
All topology objects are part of the `all` category (see [kubectl categories](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#categories)). This significantly slows down `kubectl` when a user runs `kubectl get all`. I don't think most users want...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.3 to 0.18.1. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.1 What's Changed [release-0.18] :bug: Cache: Fix label defaulting of byObject when namespaces are configured by @k8s-infra-cherrypick-robot in...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] Changelog Sourced...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.2. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.2 2.17.2 Fixes fix: close files [32259c8] fix github output log level for skipped specs [780e7a3] Maintenance Bump...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.3 to 0.30.0. Commits 3aa4577 Update dependencies to v0.30.0 tag 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30 ade2ae2 Update x/net for CVE-2023-45288 b4632b7 Merge pull request #123932...
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.14.0 to 0.15.0. Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.15.0 What's Changed :sparkles: Markers can now indicate their priority when applying by @dprotaso in kubernetes-sigs/controller-tools#706 :sparkles: crd:...
## Describe the bug We're seeing a slow memory leak over the course of a few days that's resulting in the operator pod being OOMkilled. Logs look fairly normal except...
When I delete the rabbitmq namespace, it gets stuck in Terminating state due to some user and permission that cannot be deleted from message-topology-operator. From the describe of the user...
**Is your feature request related to a problem? Please describe.** It is not possible to update permissions, topic permissions or bindings at the moment. This is due to a limitation...