Skip to content

Commit e56f9fa

Browse files
committed
charts/redpanda: Cut v5.9.30 release
* Bump Redpanda operator sidecar container tag to `v2.3.15-24.3.18`. * - `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 b2705f7 commit e56f9fa

File tree

10 files changed

+2774
-2762
lines changed

10 files changed

+2774
-2762
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v5.9.30 - 2025-12-01
2+
### Changed
3+
* Bump Redpanda operator sidecar container tag to `v2.3.15-24.3.18`.
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.9.30 - 2025-12-01
9+
### Changed
10+
* Bump Redpanda operator sidecar container tag to `v2.3.15-24.3.18`.
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.9.29 - 2025-11-20
916
### Changed
1017
* Bump Redpanda operator sidecar container tag to `v2.3.14-24.3.17`.

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.9.29
26+
version: 5.9.30
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.9.29](https://img.shields.io/badge/Version-5.9.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.18](https://img.shields.io/badge/AppVersion-v24.3.18-informational?style=flat-square)
6+
![Version: 5.9.30](https://img.shields.io/badge/Version-5.9.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.18](https://img.shields.io/badge/AppVersion-v24.3.18-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.3.14-24.3.17"},"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.3.15-24.3.18"},"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.3.14-24.3.17"`
1033+
**Default:** `"v2.3.15-24.3.18"`
10341034

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

24.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)