Skip to content

Commit 291ba0a

Browse files
committed
Update versions and prune test fixtures
1 parent 1950d6c commit 291ba0a

File tree

8 files changed

+8
-48942
lines changed

8 files changed

+8
-48942
lines changed

.changes/operator/v25.3.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.

.changes/unreleased/operator-Changed-20251210-125034.yaml

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

acceptance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/redpanda/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

operator/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)