From de6e982e0bebc1bcd8226cc98a76a43ab706983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n=20Garc=C3=ADa?= Date: Wed, 7 May 2025 13:24:27 +0200 Subject: [PATCH] [bitnami/discourse] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 (#33501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/discourse] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Javier J. Salmerón García Signed-off-by: Bitnami Bot Co-authored-by: Bitnami Bot --- bitnami/discourse/CHANGELOG.md | 9 +++++++-- bitnami/discourse/Chart.lock | 8 ++++---- bitnami/discourse/Chart.yaml | 4 ++-- bitnami/discourse/README.md | 4 ++++ 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md index 66880682e2..419fe5e8a6 100644 --- a/bitnami/discourse/CHANGELOG.md +++ b/bitnami/discourse/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## 15.1.15 (2025-05-06) +## 16.0.0 (2025-05-07) -* [bitnami/discourse] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33352](https://github.com/bitnami/charts/pull/33352)) +* [bitnami/discourse] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33501](https://github.com/bitnami/charts/pull/33501)) + +## 15.1.15 (2025-05-06) + +* [bitnami/discourse] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#333 ([7947c69](https://github.com/bitnami/charts/commit/7947c69dd2d9a0a262e430cbb48683d8ee95ef45)), closes [#33352](https://github.com/bitnami/charts/issues/33352) +* [bitnami/discourse] Release 15.1.14 (#33241) ([bceff0f](https://github.com/bitnami/charts/commit/bceff0fcc3f5c0091ba103662bc540cf6ccdd3a4)), closes [#33241](https://github.com/bitnami/charts/issues/33241) ## 15.1.13 (2025-04-09) diff --git a/bitnami/discourse/Chart.lock b/bitnami/discourse/Chart.lock index e738cb9d2c..4cccfdbc11 100644 --- a/bitnami/discourse/Chart.lock +++ b/bitnami/discourse/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.13.4 + version: 21.0.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.6.6 + version: 16.6.7 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.31.0 -digest: sha256:5c3c11245a8023df821d6dd5a25713838d25f09ef494759c8459d30f1f841a2e -generated: "2025-05-06T10:03:28.512733692+02:00" +digest: sha256:d3803d9c5e0e8a6fe50d8dbc85d72ce33beb9fb574a21ad5940b5e8dd830534e +generated: "2025-05-07T11:33:52.653405646+02:00" diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index 46964a5971..78b75696eb 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -16,7 +16,7 @@ dependencies: - condition: redis.enabled name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.X.X + version: 21.X.X - condition: postgresql.enabled name: postgresql repository: oci://registry-1.docker.io/bitnamicharts @@ -42,4 +42,4 @@ maintainers: name: discourse sources: - https://github.com/bitnami/charts/tree/main/bitnami/discourse -version: 15.1.15 +version: 16.0.0 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index efc6e0bb8d..111b330fd4 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -577,6 +577,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 16.0.0 + +This major updates the Redis® subchart to its newest major, 21.0.0, which updates Redis® from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade. + ### To 15.1.0 This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).