Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changes/charts/redpanda/v25.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [v25.3.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.3.1) - 2025-12-10
### Changed
* Bump chart version to install 25.3.x releases by default
5 changes: 5 additions & 0 deletions .changes/operator/v25.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [v25.3.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/operator%2Fv25.3.1) - 2025-12-10
### Added
* ShadowLink CRD for controlling 25.3 shadow link settings. See documentation for details.
### Changed
* Use the kube-system namespace by default for leader election when the operator is running in cluster-scoped mode.
4 changes: 0 additions & 4 deletions .changes/unreleased/operator-Added-20251210-121913.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/operator-Changed-20251210-125034.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

| Branch | Release Series | [End of Support](https://support.redpanda.com/hc/en-us/articles/20617574366743-Redpanda-Supported-Versions) |
| :------------------------------------------------------------------------------------------: | :------------: | :---------------------------------------------------------------------------------------------------------: |
| [`main`](https://github.com/redpanda-data/redpanda-operator/tree/main) | v25.2.x | TBD |
| [`main`](https://github.com/redpanda-data/redpanda-operator/tree/main) | v26.1.x | TBD |
| [`release/v25.3.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.3.x) | v25.3.x | TBD |
| [`release/v25.2.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.2.x) | v25.2.x | TBD |
| [`release/v25.1.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.1.x) | v25.1.x | TBD |
| [`release/v2.4.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v2.4.x) | v2.4.x | Dec 3, 2025 (est.) |
| [`release/v2.3.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v2.3.x) | v2.3.x | Dec 3, 2025 (est.) |
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ tasks:
vars:
DEFAULT_TEST_CERTMANAGER_VERSION: v1.14.2
DEFAULT_TEST_REDPANDA_REPO: docker.redpanda.com/redpandadata/redpanda
DEFAULT_TEST_REDPANDA_VERSION: v25.2.1
DEFAULT_TEST_REDPANDA_VERSION: v25.3.1
DEFAULT_TEST_UPGRADE_REDPANDA_REPO: docker.redpanda.com/redpandadata/redpanda
DEFAULT_TEST_UPGRADE_REDPANDA_VERSION: v24.3.11
DEFAULT_TEST_UPGRADE_OPERATOR_VERSION: v2.3.9-24.3.11
Expand Down
2 changes: 1 addition & 1 deletion acceptance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ require (
github.com/redpanda-data/common-go/secrets v0.1.4 // indirect
github.com/redpanda-data/console/backend v0.0.0-20251127091030-9718993ad186 // indirect
github.com/redpanda-data/redpanda-operator/charts/console/v3 v3.3.0 // indirect
github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.2.1 // indirect
github.com/redpanda-data/redpanda-operator/charts/redpanda/v25 v25.3.1 // indirect
github.com/redpanda-data/redpanda-operator/gotohelm v1.2.1-0.20250909192010-c59ff494d04a // indirect
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20250716004441-6e1647296ad6 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand Down
2 changes: 1 addition & 1 deletion acceptance/steps/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ package steps

var (
DefaultRedpandaRepo = "redpandadata/redpanda"
DefaultRedpandaTag = "v25.2.1"
DefaultRedpandaTag = "v25.3.1"
)
4 changes: 4 additions & 0 deletions charts/redpanda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and is generated by [Changie](https://github.com/miniscruff/changie).


## [v25.3.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.3.1) - 2025-12-10
### Changed
* Bump chart version to install 25.3.x releases by default

## [v25.2.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv25.2.1) - 2025-12-02
### Added
* Added a chart wide `podTemplate` field which may be used to control Pod attributes chart wide.
Expand Down
6 changes: 3 additions & 3 deletions charts/redpanda/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 25.2.1
version: 25.3.1

# The app version is the default version of Redpanda to install.
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging
appVersion: v25.2.11
appVersion: v25.3.1

# kubeVersion must be suffixed with "-0" to be able to match cloud providers
# kubernetes versions like "v1.23.8-gke.1900". Their suffix is interpreted as a
Expand All @@ -52,6 +52,6 @@ annotations:
url: https://helm.sh/docs/intro/install/
artifacthub.io/images: |
- name: redpanda
image: docker.redpanda.com/redpandadata/redpanda:v25.2.1
image: docker.redpanda.com/redpandadata/redpanda:v25.3.1
- name: busybox
image: busybox:latest
4 changes: 2 additions & 2 deletions charts/redpanda/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Find the default values and descriptions of settings in the Redpanda Helm chart.
---

![Version: 25.2.1](https://img.shields.io/badge/Version-25.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.2.11](https://img.shields.io/badge/AppVersion-v25.2.11-informational?style=flat-square)
![Version: 25.3.1](https://img.shields.io/badge/Version-25.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.3.1](https://img.shields.io/badge/AppVersion-v25.3.1-informational?style=flat-square)

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/chart/values.yaml). Each of the settings is listed and described on this page, along with any default values.

Expand Down Expand Up @@ -881,7 +881,7 @@ DEPRECATED: Please use statefulset.sideCars.brokerDecommissioner and statefulset

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

**Default:** `"v25.2.1"`
**Default:** `"v25.3.1"`

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

Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ statefulset:
custom: {}
sideCars:
image:
tag: v25.2.1
tag: v25.3.1
repository: docker.redpanda.com/redpandadata/redpanda-operator
# Additional arguments to pass to the sidecar command. Reserved for internal testing.
# @ignored
Expand Down
Loading
Loading