From 6bf0667369e158065bda2c10af5b2fc53709371e 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:25:40 +0200 Subject: [PATCH] [bitnami/appsmith] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 (#33497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/appsmith] feat!: :arrow_up: :boom: Bump Redis(TM) 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/appsmith/CHANGELOG.md | 8 ++++++-- bitnami/appsmith/Chart.lock | 8 ++++---- bitnami/appsmith/Chart.yaml | 4 ++-- bitnami/appsmith/README.md | 4 ++++ 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index c4849d2f28..5633c5904f 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.2.11 (2025-05-06) +## 6.0.0 (2025-05-07) -* [bitnami/appsmith] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33336](https://github.com/bitnami/charts/pull/33336)) +* [bitnami/appsmith] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33497](https://github.com/bitnami/charts/pull/33497)) + +## 5.2.11 (2025-05-06) + +* [bitnami/appsmith] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#3333 ([261a251](https://github.com/bitnami/charts/commit/261a2519c584fb942b26ab2dbf5fd230607a9483)), closes [#33336](https://github.com/bitnami/charts/issues/33336) ## 5.2.10 (2025-04-30) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 063184d382..1f8bafeada 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/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: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 16.5.5 + version: 16.5.6 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.31.0 -digest: sha256:1566b0b03f6cb35d1e1d48553fc77600de4581715667a9ac08641858e8da9f1a -generated: "2025-05-06T09:51:34.18454322+02:00" +digest: sha256:dcc82b34b9f1794f66da1edde5db04aaf9dbb7bc7ed1d7f6a3f0c5da701409ac +generated: "2025-05-07T11:24:31.961889891+02:00" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index b6b6f2c8f1..1a5ce4a675 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -18,7 +18,7 @@ dependencies: - condition: redis.enabled name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.x.x + version: 21.x.x - condition: mongodb.enabled name: mongodb repository: oci://registry-1.docker.io/bitnamicharts @@ -40,4 +40,4 @@ maintainers: name: appsmith sources: - https://github.com/bitnami/charts/tree/main/bitnami/appsmith -version: 5.2.11 +version: 6.0.0 diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index f2c6870bdc..aacd00ba08 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -757,6 +757,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 6.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 5.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).