Skip to content

Commit

Permalink
redpanda: release 5.9.7
Browse files Browse the repository at this point in the history
This commit releases the redpanda chart version 5.9.7.

It also includes a bump of `kubeVersion` across all the charts to be consistent
with out docs.
  • Loading branch information
chrisseto committed Oct 9, 2024
1 parent 6f9995c commit 822e839
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@

### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-FILLMEIN) - YYYY-MM-DD
#### Added
#### Changed
#### Fixed
#### Removed

### [5.9.6](https://github.com/redpanda-data/helm-charts/releases/tag/redpanda-5.9.6) - 2024-10-09
#### Added
* 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)
#### Changed
* The minimum Kubernetes version has been bumped to `1.25.0`
#### Fixed
* Chart render failures in tooling compiled with go < 1.19 (e.g. helm 3.10.x) have been fixed.
#### Removed
* `post_upgrade_job.*`, and the post-upgrade job itself, has been removed. All
it's functionality has been consolidated into the `post_install_job`, which
Expand Down Expand Up @@ -185,6 +193,7 @@
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/operator-FILLMEIN) - YYYY-MM-DD
#### Added
#### Changed
* The minimum Kubernetes version has been bumped to `1.25.0`
#### Fixed
#### Removed

Expand Down Expand Up @@ -245,6 +254,7 @@
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-FILLMEIN) - YYYY-MM-DD
#### Added
#### Changed
* The minimum Kubernetes version has been bumped to `1.25.0`
#### Fixed
#### Removed

Expand All @@ -267,6 +277,7 @@
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD
#### Added
#### Changed
* The minimum Kubernetes version has been bumped to `1.25.0`
#### Fixed
#### Removed

Expand Down
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version: 0.7.29
# The app version is the version of the Chart application
appVersion: v2.7.0

kubeVersion: ">= 1.21.0-0"
kubeVersion: ">= 1.25.0-0"

icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/n

## Requirements

Kubernetes: `>= 1.21.0-0`
Kubernetes: `>= 1.25.0-0`

## Settings

Expand Down
2 changes: 2 additions & 0 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ version: 0.4.31
# ** NOTE for maintainers: please enssure the artifacthub image annotation is updated before merging
appVersion: v2.2.4-24.2.5

kubeVersion: ">= 1.25.0-0"

sources:
- https://github.com/redpanda-data/helm-charts
icon: https://go.redpanda.com/hubfs/Redpandas/operator-panda.png
Expand Down
2 changes: 2 additions & 0 deletions charts/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/n

## Requirements

Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 51.2.0 |
Expand Down
4 changes: 2 additions & 2 deletions charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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: 5.9.5
version: 5.9.6

# The app version is the default version of Redpanda to install.
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging
Expand All @@ -32,7 +32,7 @@ appVersion: v24.2.5
# 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
# pre-release. Our "-0" allows pre-releases to be matched.
kubeVersion: "^1.21.0-0"
kubeVersion: ">= 1.25.0-0"

dependencies:
- name: console
Expand Down
4 changes: 2 additions & 2 deletions charts/redpanda/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: 5.9.5](https://img.shields.io/badge/Version-5.9.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.2.5](https://img.shields.io/badge/AppVersion-v24.2.5-informational?style=flat-square)
![Version: 5.9.6](https://img.shields.io/badge/Version-5.9.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v24.2.5](https://img.shields.io/badge/AppVersion-v24.2.5-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/values.yaml). Each of the settings is listed and described on this page, along with any default values.

Expand All @@ -18,7 +18,7 @@ Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/n

## Requirements

Kubernetes: `^1.21.0-0`
Kubernetes: `>= 1.25.0-0`

| Repository | Name | Version |
|------------|------|---------|
Expand Down

0 comments on commit 822e839

Please sign in to comment.