You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump Redpanda helm chart dependency to 5.9.29
* `ClusterRole`s for the PVCUnbinder and BrokerDecommissioner are now enabled / disabled when their respective controller is enabled / disabled.
Previously `ClusterRole`s were always generated and could only be disabled by setting `statefulset.sideCars.controllers.createRBAC` to `false` which rendered the sidecar inoperable.
*`ClusterRole`s for the PVCUnbinder and BrokerDecommissioner are now enabled / disabled when their respective controller is enabled / disabled.
6
+
7
+
Previously `ClusterRole`s were always generated and could only be disabled by setting `statefulset.sideCars.controllers.createRBAC` to `false` which rendered the sidecar inoperable.
Copy file name to clipboardExpand all lines: operator/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and is generated by [Changie](https://github.com/miniscruff/changie).
6
6
7
7
8
+
## v2.3.15-24.3.18 - 2025-11-22
9
+
### Changed
10
+
* Bump Redpanda helm chart dependency to 5.9.29
11
+
### Fixed
12
+
*`ClusterRole`s for the PVCUnbinder and BrokerDecommissioner are now enabled / disabled when their respective controller is enabled / disabled.
13
+
14
+
Previously `ClusterRole`s were always generated and could only be disabled by setting `statefulset.sideCars.controllers.createRBAC` to `false` which rendered the sidecar inoperable.
0 commit comments