Skip to content

Commit b61a93a

Browse files
committed
charts/redpanda: cut release v5.9.28
1 parent efa5114 commit b61a93a

File tree

6 files changed

+2493
-2485
lines changed

6 files changed

+2493
-2485
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v5.9.28 - 2025-07-18
2+
### Changed
3+
* Bump appVersion version to `v24.3.18`.
4+
### Fixed
5+
* `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=false` which rendered the sidecar inoperable.

.changes/unreleased/charts-redpanda-Fixed-20250717-155155.yaml

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

charts/redpanda/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.28 - 2025-07-18
9+
### Changed
10+
* Bump appVersion version to `v24.3.18`.
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=false` which rendered the sidecar inoperable.
15+
816
## v5.9.27 - 2025-07-15
917
### Changed
1018
* Bump Redpanda operator sidecar container tag to `v2.3.13-24.3.17`.

charts/redpanda/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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.27
26+
version: 5.9.28
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
30-
appVersion: v24.3.17
30+
appVersion: v24.3.18
3131

3232
# kubeVersion must be suffixed with "-0" to be able to match cloud providers
3333
# kubernetes versions like "v1.23.8-gke.1900". Their suffix is interpreted as a
@@ -56,6 +56,6 @@ annotations:
5656
url: https://helm.sh/docs/intro/install/
5757
artifacthub.io/images: |
5858
- name: redpanda
59-
image: docker.redpanda.com/redpandadata/redpanda:v24.3.17
59+
image: docker.redpanda.com/redpandadata/redpanda:v24.3.18
6060
- name: busybox
6161
image: busybox:latest

charts/redpanda/README.md

Lines changed: 1 addition & 1 deletion
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.27](https://img.shields.io/badge/Version-5.9.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.3.17](https://img.shields.io/badge/AppVersion-v24.3.17-informational?style=flat-square)
6+
![Version: 5.9.28](https://img.shields.io/badge/Version-5.9.28-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

0 commit comments

Comments
 (0)