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

* [bitnami/superset] feat!: ⬆️ 💥 Bump Redis(R) 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:32 +02:00
committed by GitHub
co-authored by Bitnami Bot
parent 454dd1fe99
commit da6da50e47
4 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 2.0.3 (2025-05-07)
## 3.0.0 (2025-05-07)
* [bitnami/superset] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33439](https://github.com/bitnami/charts/pull/33439))
* [bitnami/superset] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33512](https://github.com/bitnami/charts/pull/33512))
## <small>2.0.3 (2025-05-07)</small>
* [bitnami/superset] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#3343 ([579785a](https://github.com/bitnami/charts/commit/579785a27121c71fe803e31fdf1b3071c2cc62a5)), closes [#33439](https://github.com/bitnami/charts/issues/33439) [#33402](https://github.com/bitnami/charts/issues/33402)
## <small>2.0.2 (2025-05-06)</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: 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:4e96e7deb3123f109d43507a618b2b9b45e84cdffece913eb3d85c6a6acd926c
generated: "2025-05-06T11:07:51.488851669+02:00"
digest: sha256:d023829727da5c3e903ce8395aac7b71e772dffdccda5adbd3a7814b95fd6466
generated: "2025-05-07T12:38:27.091111714+02:00"
+2 -2
View File
@@ -14,7 +14,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
@@ -38,4 +38,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/superset
- https://github.com/bitnami/containers/tree/main/bitnami/superset
- https://github.com/apache/superset
version: 2.0.3
version: 3.0.0
+4
View File
@@ -742,6 +742,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 3.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 2.0.0
This version replaces the value `flower.auth.usePasswordFiles` with the new value `usePasswordFiles`. When using `usePasswordFiles=true`, , all credentials will be mounted as files instead of using an environment variable.