Skip to content

Commit 5607e46

Browse files
committed
1 parent 045ef15 commit 5607e46

File tree

7 files changed

+2662
-2648
lines changed

7 files changed

+2662
-2648
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
#### Fixed
99
#### Removed
1010

11+
### [5.9.7](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.7) - 2024-10-14
12+
#### Added
13+
#### Changed
14+
* Bump Redpanda app version
15+
#### Fixed
16+
#### Removed
17+
1118
### [5.9.6](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.6) - 2024-10-09
1219
#### Added
1320
* Added the ability to override the name of the bootstrap user created when SASL authentication is enabled. [#1547](https://github.com/redpanda-data/helm-charts/pull/1547)
@@ -276,10 +283,17 @@
276283

277284
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD
278285
#### Added
286+
#### Changed
287+
#### Fixed
288+
#### Removed
289+
290+
### [0.7.30](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.30) - 2024-10-14
291+
#### Added
279292
* Add Enabled flag that is used in Redpanda chart
280293
* Add test example for oidc configuration [#1503](https://github.com/redpanda-data/helm-charts/pull/1503)
281294
#### Changed
282-
* Align Console init container default value
295+
* Bump Console app version
296+
* Align Console init container default value
283297
* The minimum Kubernetes version has been bumped to `1.25.0`
284298
#### Fixed
285299
* License json tag to correctly set Console license [#1510](https://github.com/redpanda-data/helm-charts/pull/1510)

charts/console/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ type: application
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2828

2929
# Chart versions do not track appVersion
30-
version: 0.7.29
30+
version: 0.7.30
3131

3232
# The app version is the version of the Chart application
33-
appVersion: v2.7.0
33+
appVersion: v2.7.2
3434

3535
kubeVersion: ">= 1.25.0-0"
3636

@@ -46,4 +46,4 @@ annotations:
4646
url: https://helm.sh/docs/intro/install/
4747
artifacthub.io/images: |
4848
- name: redpanda
49-
image: docker.redpanda.com/redpandadata/console:v2.7.0
49+
image: docker.redpanda.com/redpandadata/console:v2.7.2

charts/console/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 Console Helm chart.
44
---
55

6-
![Version: 0.7.29](https://img.shields.io/badge/Version-0.7.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.7.0](https://img.shields.io/badge/AppVersion-v2.7.0-informational?style=flat-square)
6+
![Version: 0.7.30](https://img.shields.io/badge/Version-0.7.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.7.2](https://img.shields.io/badge/AppVersion-v2.7.2-informational?style=flat-square)
77

88
This page describes the official Redpanda Console 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/console/values.yaml).
99
Each of the settings is listed and described on this page, along with any default values.

0 commit comments

Comments
 (0)