Skip to content

Commit fd48de6

Browse files
committed
charts/redpanda: Prepare release 5.10.1
1 parent bff73fc commit fd48de6

File tree

7 files changed

+9
-15
lines changed

7 files changed

+9
-15
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v5.10.1 - 2025-04-08
2+
### Changed
3+
* bumped `appVersion` to [v25.1.1](https://github.com/redpanda-data/redpanda/releases/tag/v25.1.1).
4+
### Fixed
5+
* Fixed an issue where not explicitly specifying a SASL auth mechanism when SASL is enabled caused Console to fail to start up.
6+
* Prevent broker nodes from restarting when solely the cluster replica amount changes

.changes/unreleased/charts-redpanda-Changed-20250407-131745.yaml

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

.changes/unreleased/charts-redpanda-Fixed-20250321-091820.yaml

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

.changes/unreleased/charts-redpanda-Fixed-20250321-164212.yaml

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

charts/redpanda/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## v5.10.1 - 2025-04-08
99
### Changed
1010
* bumped `appVersion` to [v25.1.1](https://github.com/redpanda-data/redpanda/releases/tag/v25.1.1).
1111
### Fixed

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.21
26+
version: 5.10.1
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: 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.21](https://img.shields.io/badge/Version-5.9.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.1](https://img.shields.io/badge/AppVersion-v25.1.1-informational?style=flat-square)
6+
![Version: 5.10.1](https://img.shields.io/badge/Version-5.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v25.1.1](https://img.shields.io/badge/AppVersion-v25.1.1-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)