diff --git a/bitnami/airflow/CHANGELOG.md b/bitnami/airflow/CHANGELOG.md index 1af248f96a..911b64e572 100644 --- a/bitnami/airflow/CHANGELOG.md +++ b/bitnami/airflow/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## 22.4.3 (2024-12-16) +## 22.4.4 (2025-01-07) -* [bitnami/airflow] Release 22.4.3 ([#31058](https://github.com/bitnami/charts/pull/31058)) +* [bitnami/airflow] Release 22.4.4 ([#31234](https://github.com/bitnami/charts/pull/31234)) + +## 22.4.3 (2024-12-16) + +* [bitnami/*] Fix typo in README (#31052) ([b41a51d](https://github.com/bitnami/charts/commit/b41a51d1bd04841fc108b78d3b8357a5292771c8)), closes [#31052](https://github.com/bitnami/charts/issues/31052) +* [bitnami/airflow] Release 22.4.3 (#31058) ([54f5d27](https://github.com/bitnami/charts/commit/54f5d27f24c8322973da46a83957383018d1726a)), closes [#31058](https://github.com/bitnami/charts/issues/31058) ## 22.4.2 (2024-12-13) diff --git a/bitnami/airflow/Chart.lock b/bitnami/airflow/Chart.lock index e5d04e6207..c144be50b3 100644 --- a/bitnami/airflow/Chart.lock +++ b/bitnami/airflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.5.0 + version: 20.6.1 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.3.1 + version: 16.3.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.28.0 -digest: sha256:04ac1821d660627ec5e167601b8953a90a2d0d79aebe1bbed31e2dc4ff155721 -generated: "2024-12-16T16:33:47.235514668Z" + version: 2.29.0 +digest: sha256:3f6e0848d3735d4395b1b7b6d2df3d7a1c1688653232cf1f510a85d2115a022c +generated: "2025-01-07T14:19:45.492554717Z" diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index eed4212e22..3d6bab59ea 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: airflow - image: docker.io/bitnami/airflow:2.10.4-debian-12-r0 + image: docker.io/bitnami/airflow:2.10.4-debian-12-r1 - name: statsd-exporter - image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r1 + image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r2 apiVersion: v2 appVersion: 2.10.4 dependencies: @@ -39,4 +39,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 22.4.3 +version: 22.4.4 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 6c2c4458e7..a9f4c6b4d5 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -88,7 +88,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/airflow - tag: 2.10.4-debian-12-r0 + tag: 2.10.4-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2738,7 +2738,7 @@ metrics: image: registry: docker.io repository: bitnami/statsd-exporter - tag: 0.28.0-debian-12-r1 + tag: 0.28.0-debian-12-r2 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.