Skip to content

Commit 84531a1

Browse files
committed
charts/redpanda: Cut v5.9.29 release
* Bump Redpanda operator sidecar container tag to `v2.3.14-24.3.17`.
1 parent 1952032 commit 84531a1

File tree

9 files changed

+2678
-2658
lines changed

9 files changed

+2678
-2658
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v5.9.29 - 2025-11-20
2+
### Changed
3+
* Bump Redpanda operator sidecar container tag to `v2.3.14-24.3.17`.

acceptance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.23.8
44

55
require (
66
github.com/cucumber/godog v0.14.1
7+
github.com/fluxcd/helm-controller/api v0.37.2
78
github.com/fluxcd/source-controller/api v1.2.3
89
github.com/go-logr/logr v1.4.2
910
github.com/prometheus/common v0.55.0
@@ -76,7 +77,6 @@ require (
7677
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
7778
github.com/fatih/color v1.17.0 // indirect
7879
github.com/felixge/httpsnoop v1.0.4 // indirect
79-
github.com/fluxcd/helm-controller/api v0.37.2 // indirect
8080
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
8181
github.com/fluxcd/pkg/apis/kustomize v1.2.0 // indirect
8282
github.com/fluxcd/pkg/apis/meta v1.2.0 // indirect

acceptance/main_test.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"sync"
1717
"testing"
1818

19+
helmv2beta2 "github.com/fluxcd/helm-controller/api/v2beta2"
1920
sourcev1beta2 "github.com/fluxcd/source-controller/api/v1beta2"
2021
"github.com/go-logr/logr"
2122
"github.com/stretchr/testify/require"
@@ -63,6 +64,7 @@ var setupSuite = sync.OnceValues(func() (*framework.Suite, error) {
6364
redpandav1alpha1.AddToScheme,
6465
redpandav1alpha2.AddToScheme,
6566
sourcev1beta2.AddToScheme,
67+
helmv2beta2.AddToScheme,
6668
).
6769
WithHelmChart("https://charts.jetstack.io", "jetstack", "cert-manager", helm.InstallOptions{
6870
Name: "cert-manager",
@@ -117,6 +119,17 @@ var setupSuite = sync.OnceValues(func() (*framework.Suite, error) {
117119
if err != nil && !apierrors.IsNotFound(err) {
118120
require.NoError(t, err)
119121
}
122+
t.Log("removing finalizer for any Helm Release")
123+
var hrl helmv2beta2.HelmReleaseList
124+
err = t.List(ctx, &hrl)
125+
if err != nil && !apierrors.IsNotFound(err) {
126+
require.NoError(t, err)
127+
}
128+
for _, hr := range hrl.Items {
129+
hr.Finalizers = []string{}
130+
// Ignore update errors
131+
t.Update(ctx, &hr)
132+
}
120133
})
121134
}).
122135
RegisterTag("cluster", 1, ClusterTag).

charts/redpanda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.29 - 2025-11-20
9+
### Changed
10+
* Bump Redpanda operator sidecar container tag to `v2.3.14-24.3.17`.
11+
812
## v5.9.28 - 2025-07-18
913
### Changed
1014
* Bump appVersion version to `v24.3.18`.

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.28
26+
version: 5.9.29
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.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)
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)
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.13-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.14-24.3.17"},"metricsAddress":":9082","pprofAddress":":9083","resources":{},"run":["all"],"securityContext":{}}
999999
```
10001000

10011001
### [statefulset.sideCars.controllers.resources](https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=statefulset.sideCars.controllers.resources)
@@ -1018,7 +1018,7 @@ To create `Guaranteed` Pods for Redpanda brokers, provide both requests and limi
10181018

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

1021-
**Default:** `"v2.3.13-24.3.17"`
1021+
**Default:** `"v2.3.14-24.3.17"`
10221022

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

0 commit comments

Comments
 (0)