File tree Expand file tree Collapse file tree 8 files changed +8
-48942
lines changed
Expand file tree Collapse file tree 8 files changed +8
-48942
lines changed Original file line number Diff line number Diff line change 11## [ v25.3.1] ( https://github.com/redpanda-data/redpanda-operator/releases/tag/operator%2Fv25.3.1 ) - 2025-12-10
22### Added
33* ShadowLink CRD for controlling 25.3 shadow link settings. See documentation for details.
4+ ### Changed
5+ * Use the kube-system namespace by default for leader election when the operator is running in cluster-scoped mode.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ require (
206206 github.com/redpanda-data/common-go/secrets v0.1.4 // indirect
207207 github.com/redpanda-data/console/backend v0.0.0-20251127091030-9718993ad186 // indirect
208208 github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.3.0 // indirect
209- github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.2 .1 // indirect
209+ github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.3 .1 // indirect
210210 github.com/redpanda-data/redpanda-operator/gotohelm v1.2.1-0.20250909192010-c59ff494d04a // indirect
211211 github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20250716004441-6e1647296ad6 // indirect
212212 github.com/rivo/uniseg v0.4.7 // indirect
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ annotations:
5252 url: https://helm.sh/docs/intro/install/
5353 artifacthub.io/images : |
5454 - name: redpanda
55- image: docker.redpanda.com/redpandadata/redpanda:v25.2 .1
55+ image: docker.redpanda.com/redpandadata/redpanda:v25.3 .1
5656 - name: busybox
5757 image: busybox:latest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/invopop/jsonschema v0.12.0
1818 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
1919 github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.3.0
20- github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.2 .1
20+ github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.3 .1
2121 github.com/redpanda-data/redpanda-operator/operator v0.0.0-20250528175436-e8cca0053dc6
2222 github.com/redpanda-data/redpanda-operator/pkg v0.0.0-20250528175436-e8cca0053dc6
2323 github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
88## [ v25.3.1] ( https://github.com/redpanda-data/redpanda-operator/releases/tag/operator%2Fv25.3.1 ) - 2025-12-10
99### Added
1010* ShadowLink CRD for controlling 25.3 shadow link settings. See documentation for details.
11-
11+ ### Changed
12+ * Use the kube-system namespace by default for leader election when the operator is running in cluster-scoped mode.
1213## [ v25.2.1] ( https://github.com/redpanda-data/redpanda-operator/releases/tag/operator%2Fv25.2.1 ) - 2025-12-02
1314### Added
1415* Roles can be declaratively managed using RedpandaRole CRD
You can’t perform that action at this time.
0 commit comments