[bitnami/appsmith] feat!: ⬆️ 💥 Bump Redis(R) to 8.0 (#33497)

* [bitnami/appsmith] feat!: ⬆️ 💥 Bump Redis(TM) to 8.0

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Javier J. Salmerón García
2025-05-07 13:25:40 +02:00
committed by GitHub
co-authored by Bitnami Bot
parent da6da50e47
commit 6bf0667369
4 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -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))
## <small>5.2.11 (2025-05-06)</small>
* [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)
## <small>5.2.10 (2025-04-30)</small>
+4 -4
View File
@@ -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"
+2 -2
View File
@@ -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
+4
View File
@@ -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&reg; subchart to its newest major, 21.0.0, which updates Redis&reg; 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).