[bitnami/airflow] Release 19.0.5 (#29291)

* [bitnami/airflow] Release 19.0.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-09-06 23:15:43 +02:00
committed by GitHub
parent cc775b8b48
commit 06c98e8b9a
4 changed files with 24 additions and 20 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 19.0.4 (2024-09-02)
## 19.0.5 (2024-09-06)
* [bitnami/airflow] Release 19.0.4 ([#29159](https://github.com/bitnami/charts/pull/29159))
* [bitnami/airflow] Release 19.0.5 ([#29291](https://github.com/bitnami/charts/pull/29291))
## <small>19.0.4 (2024-09-02)</small>
* [bitnami/airflow] Release 19.0.4 (#29159) ([e8dbe22](https://github.com/bitnami/charts/commit/e8dbe2223fa50fa753e16fb3acd9d322c6d9a671)), closes [#29159](https://github.com/bitnami/charts/issues/29159)
## <small>19.0.3 (2024-08-26)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.0.3
version: 20.0.5
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.27
version: 15.5.28
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:79a051629ea3c48d393866738a0417905ad26a8bb7d6a8e812cde8307ac958e4
generated: "2024-09-02T16:55:15.382199452Z"
digest: sha256:026da1ca68d8271a2cd7c5d3983aca0719a7dc64c4fd866d11dd717dfb3eca6f
generated: "2024-09-06T20:51:16.279754495Z"

View File

@@ -6,19 +6,19 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.0-debian-12-r6
image: docker.io/bitnami/airflow:2.10.1-debian-12-r0
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r46
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r47
- name: airflow-scheduler
image: docker.io/bitnami/airflow-scheduler:2.10.0-debian-12-r3
image: docker.io/bitnami/airflow-scheduler:2.10.1-debian-12-r0
- name: airflow-worker
image: docker.io/bitnami/airflow-worker:2.10.0-debian-12-r3
image: docker.io/bitnami/airflow-worker:2.10.1-debian-12-r0
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r2
image: docker.io/bitnami/git:2.46.0-debian-12-r3
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r29
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
dependencies:
- condition: redis.enabled
name: redis
@@ -47,4 +47,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 19.0.4
version: 19.0.5

View File

@@ -130,7 +130,7 @@ dags:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r29
tag: 12-debian-12-r30
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -195,7 +195,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.0-debian-12-r6
tag: 2.10.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -540,7 +540,7 @@ scheduler:
image:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 2.10.0-debian-12-r3
tag: 2.10.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -875,7 +875,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.10.0-debian-12-r3
tag: 2.10.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1236,7 +1236,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.46.0-debian-12-r2
tag: 2.46.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1616,7 +1616,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20220314.0-debian-12-r46
tag: 0.20220314.0-debian-12-r47
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.