From 9daa628a3e71a75a154775e971952d27614b4122 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 May 2025 18:28:46 +0200 Subject: [PATCH] [bitnami/airflow] :zap: :arrow_up: Update dependency references (#33572) * [bitnami/airflow] Release 24.0.1 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/airflow/CHANGELOG.md | 6 +++++- bitnami/airflow/Chart.yaml | 14 ++++++++------ bitnami/airflow/values.yaml | 4 ++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/bitnami/airflow/CHANGELOG.md b/bitnami/airflow/CHANGELOG.md index d2d3e2fb59..41a3fdd32b 100644 --- a/bitnami/airflow/CHANGELOG.md +++ b/bitnami/airflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 24.0.1 (2025-05-08) + +* [bitnami/airflow] :zap: :arrow_up: Update dependency references ([#33572](https://github.com/bitnami/charts/pull/33572)) + ## 24.0.0 (2025-05-07) -* [bitnami/airflow] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33518](https://github.com/bitnami/charts/pull/33518)) +* [bitnami/airflow] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 (#33518) ([fb8524a](https://github.com/bitnami/charts/commit/fb8524ac91a57c98a817a73ba7cf518064801df8)), closes [#33518](https://github.com/bitnami/charts/issues/33518) ## 23.1.1 (2025-05-07) diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index d25cc8a6f3..2724d115bb 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -2,14 +2,14 @@ # SPDX-License-Identifier: APACHE-2.0 annotations: - tanzuCategory: service category: WorkFlow - licenses: Apache-2.0 images: | - name: airflow - image: docker.io/bitnami/airflow:3.0.0-debian-12-r3 + image: docker.io/bitnami/airflow:3.0.0-debian-12-r4 - name: statsd-exporter - image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r15 + image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r16 + licenses: Apache-2.0 + tanzuCategory: service apiVersion: v2 appVersion: 3.0.0 dependencies: @@ -26,7 +26,9 @@ dependencies: tags: - bitnami-common version: 2.x.x -description: Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies. +description: Apache Airflow is a tool to express and execute workflows as directed + acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress + and handle task dependencies. home: https://bitnami.com icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/airflow/img/airflow-stack-220x234.png keywords: @@ -40,4 +42,4 @@ maintainers: name: airflow sources: - https://github.com/bitnami/charts/tree/main/bitnami/airflow -version: 24.0.0 \ No newline at end of file +version: 24.0.1 diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index c675d98a0b..10fc56c7bd 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -94,7 +94,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/airflow - tag: 3.0.0-debian-12-r3 + tag: 3.0.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2830,7 +2830,7 @@ metrics: image: registry: docker.io repository: bitnami/statsd-exporter - tag: 0.28.0-debian-12-r15 + tag: 0.28.0-debian-12-r16 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.