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

* [bitnami/airflow] 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 14:35:53 +02:00
committed by GitHub
co-authored by Bitnami Bot
parent 9434d7cb58
commit fb8524ac91
4 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 23.1.1 (2025-05-07)
## 24.0.0 (2025-05-07)
* [bitnami/airflow] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33333](https://github.com/bitnami/charts/pull/33333))
* [bitnami/airflow] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33518](https://github.com/bitnami/charts/pull/33518))
## <small>23.1.1 (2025-05-07)</small>
* [bitnami/airflow] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33333 ([c74d5b3](https://github.com/bitnami/charts/commit/c74d5b3ea31edbde920c94b16648b88b6ee15dd7)), closes [#33333](https://github.com/bitnami/charts/issues/33333)
## 23.1.0 (2025-05-06)
+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-06T09:45:02.4086591+02:00"
digest: sha256:d023829727da5c3e903ce8395aac7b71e772dffdccda5adbd3a7814b95fd6466
generated: "2025-05-07T13:42:16.588126828+02:00"
+2 -2
View File
@@ -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
@@ -40,4 +40,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 23.1.1
version: 24.0.0
+4
View File
@@ -1307,6 +1307,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 24.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 23.0.0
This major release adds support for Airflow `3.x.y` series. Additionally, previous Airflow `2.x.y` series can be deployed by setting the corresponding image parameters. The chart logic will detect which image version you are using, and it will generate the required Airflow configuration and Kubernetes objects.