Skip to content

Commit 0832ae8

Browse files
committed
chart/redpanda: Cut release v5.10.6
## v5.10.6 - 2025-11-21 ### Changed * Bump Redpanda operator sidecar container tag to 2.4.5 ### Deprecated * - `statefulset.sideCars.controllers.createRBAC` is deprecated and no longer respected. In most cases, setting this field to `false` would result in a broken deployment. RBAC may be controlled via `rbac.enabled` or per controller via `statefulset.sideCars.controllers.{pvcUnbinder,brokerDecommissioner}.enabled`. * `statefulset.sideCars.controllers.run` has been unused for many releases and is now deprecated. Individual controllers may be enabled/disabled by setting their enabled field: `statefulset.sideCars.pvcUnbinder.enabled`, `statefulset.sideCars.brokerDecommissioner.enabled`.
1 parent 9691bc1 commit 0832ae8

File tree

8 files changed

+2751
-2746
lines changed

8 files changed

+2751
-2746
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v5.10.6 - 2025-11-21
2+
### Changed
3+
* Bump Redpanda operator sidecar container tag to 2.4.5
4+
### Deprecated
5+
* - `statefulset.sideCars.controllers.createRBAC` is deprecated and no longer respected. In most cases, setting this field to `false` would result in a broken deployment. RBAC may be controlled via `rbac.enabled` or per controller via `statefulset.sideCars.controllers.{pvcUnbinder,brokerDecommissioner}.enabled`.
6+
* `statefulset.sideCars.controllers.run` has been unused for many releases and is now deprecated. Individual controllers may be enabled/disabled by setting their enabled field: `statefulset.sideCars.pvcUnbinder.enabled`, `statefulset.sideCars.brokerDecommissioner.enabled`.

.changes/unreleased/charts-redpanda-Deprecated-20251021-143834.yaml

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

.changes/unreleased/charts-redpanda-Deprecated-20251021-144413.yaml

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

charts/redpanda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

8+
## v5.10.6 - 2025-11-21
9+
### Changed
10+
* Bump Redpanda operator sidecar container tag to 2.4.5
11+
### Deprecated
12+
* - `statefulset.sideCars.controllers.createRBAC` is deprecated and no longer respected. In most cases, setting this field to `false` would result in a broken deployment. RBAC may be controlled via `rbac.enabled` or per controller via `statefulset.sideCars.controllers.{pvcUnbinder,brokerDecommissioner}.enabled`.
13+
* `statefulset.sideCars.controllers.run` has been unused for many releases and is now deprecated. Individual controllers may be enabled/disabled by setting their enabled field: `statefulset.sideCars.pvcUnbinder.enabled`, `statefulset.sideCars.brokerDecommissioner.enabled`.
14+
815
## v5.10.5 - 2025-11-05
916
### Changed
1017
* Client certificates are now named `$FULLNAME-$CERT-client-cert`.

charts/redpanda/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# The chart version and the app version are not the same and will not track
2424
# together. The chart version is a semver representation of changes to this
2525
# chart.
26-
version: 5.10.5
26+
version: 5.10.6
2727

2828
# The app version is the default version of Redpanda to install.
2929
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging

charts/redpanda/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: Find the default values and descriptions of settings in the Redpanda Helm chart.
44
---
55

6-
![Version: 5.10.5](https://img.shields.io/badge/Version-5.10.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.12](https://img.shields.io/badge/AppVersion-v25.1.12-informational?style=flat-square)
6+
![Version: 5.10.6](https://img.shields.io/badge/Version-5.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.12](https://img.shields.io/badge/AppVersion-v25.1.12-informational?style=flat-square)
77

88
This page describes the official Redpanda Helm Chart. In particular, this page describes the contents of the chart’s [`values.yaml` file](https://github.com/redpanda-data/helm-charts/blob/main/charts/redpanda/values.yaml). Each of the settings is listed and described on this page, along with any default values.
99

@@ -995,7 +995,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset
995995
**Default:**
996996

997997
```
998-
{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.4.4"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
998+
{"createRBAC":true,"enabled":false,"healthProbeAddress":":8085","image":{"repository":"docker.redpanda.com/redpandadata/redpanda-operator","tag":"v2.4.6"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
999999
```
10001000

10011001
### [statefulset.sideCars.controllers.createRBAC](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.createRBAC)
@@ -1030,7 +1030,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset
10301030

10311031
### [statefulset.sideCars.image.tag](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.image.tag)
10321032

1033-
**Default:** `"v2.4.5"`
1033+
**Default:** `"v2.4.6"`
10341034

10351035
### [statefulset.sideCars.pvcUnbinder.enabled](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.pvcUnbinder.enabled)
10361036

0 commit comments

Comments
 (0)