Skip to content

Commit cae1f90

Browse files
committed
operator: cut release v2.4.1
1 parent 9c9aa06 commit cae1f90

16 files changed

+2844
-2921
lines changed

.changes/operator/v2.4.1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v2.4.1 - 2025-04-08
2+
### Added
3+
* Added scheduled sync of ghost broker decommissioner to ensure it's running, even if no watches trigger the reconciler.
4+
### Changed
5+
* Reconciliation will attempt to create all resources regardless of errors encounter.
6+
All errors will be reported at the end of the reconciliation loop.
7+
8+
* [Chart] Moved all template rendering into `entry-point.yaml` to match the redpanda and console charts.
9+
* The redpanda operator's helm chart has been merged into the operator itself.
10+
11+
Going forward the chart's `version` and `appVersion` will always be equal.
12+
* The `useFlux` field now defaults to `false`
13+
* The `chartRef.useFlux: false` configuration, is now considered stable.
14+
* The `chartVersion` field supports only charts within the `v5.9.x` and `v5.10.x` series. Pre-existing Redpanda resources with an older version should be upgraded before upgrading the operator.
15+
### Fixed
16+
* Reverse order of applying resources to first create ClusterRole and then ClusterRoleBinding.
17+
When Redpanda custom resource has enabled RBAC the reconciliation was blocked due
18+
ClusterRoleBinding referencing not yet created ClusterRole.
19+
20+
* Certificate reloading for webhook and metrics endpoints should now behave correctly.

.changes/unreleased/operator-Added-20250402-120514.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250306-171557.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250310-170442.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250327-132132.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250327-160013.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250327-160111.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/operator-Changed-20250327-160328.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/operator-Fixed-20250228-153909.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/operator-Fixed-20250328-112231.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)