diff --git a/bitnami/superset/CHANGELOG.md b/bitnami/superset/CHANGELOG.md index 8f331a4f5f..e9e5a75029 100644 --- a/bitnami/superset/CHANGELOG.md +++ b/bitnami/superset/CHANGELOG.md @@ -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)) + +## 2.0.3 (2025-05-07) + +* [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) ## 2.0.2 (2025-05-06) diff --git a/bitnami/superset/Chart.lock b/bitnami/superset/Chart.lock index e96d808d9c..f3dab916f9 100644 --- a/bitnami/superset/Chart.lock +++ b/bitnami/superset/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:4e96e7deb3123f109d43507a618b2b9b45e84cdffece913eb3d85c6a6acd926c -generated: "2025-05-06T11:07:51.488851669+02:00" +digest: sha256:d023829727da5c3e903ce8395aac7b71e772dffdccda5adbd3a7814b95fd6466 +generated: "2025-05-07T12:38:27.091111714+02:00" diff --git a/bitnami/superset/Chart.yaml b/bitnami/superset/Chart.yaml index 6f29bf2909..ceadc186af 100644 --- a/bitnami/superset/Chart.yaml +++ b/bitnami/superset/Chart.yaml @@ -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 diff --git a/bitnami/superset/README.md b/bitnami/superset/README.md index 7edf2994b9..c43a1620f8 100644 --- a/bitnami/superset/README.md +++ b/bitnami/superset/README.md @@ -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® 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 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.