Skip to content

Commit

Permalink
[bitnami/airflow] Release 19.0.4 (#29159)
Browse files Browse the repository at this point in the history
* [bitnami/airflow] Release 19.0.4 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Sep 2, 2024
1 parent 4ec696e commit e8dbe22
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
8 changes: 6 additions & 2 deletions bitnami/airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 19.0.3 (2024-08-25)
## 19.0.4 (2024-09-02)

* [bitnami/airflow] add resources to loaddags initcontainer try 2 ([#28992](https://github.com/bitnami/charts/pull/28992))
* [bitnami/airflow] Release 19.0.4 ([#29159](https://github.com/bitnami/charts/pull/29159))

## <small>19.0.3 (2024-08-26)</small>

* [bitnami/airflow] add resources to loaddags initcontainer try 2 (#28992) ([77376c3](https://github.com/bitnami/charts/commit/77376c3e6777c47f950f6fdc6d7e7bc6a8889f89)), closes [#28992](https://github.com/bitnami/charts/issues/28992)

## <small>19.0.2 (2024-08-22)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 20.0.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.23
version: 15.5.27
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:8a91d2ace1c92d490bedda2f873436f3a52f57fa77925a0d9ae60ad4d0ebdbd4
generated: "2024-08-22T10:58:59.053349794Z"
digest: sha256:79a051629ea3c48d393866738a0417905ad26a8bb7d6a8e812cde8307ac958e4
generated: "2024-09-02T16:55:15.382199452Z"
14 changes: 7 additions & 7 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.0-debian-12-r1
image: docker.io/bitnami/airflow:2.10.0-debian-12-r6
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r42
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r46
- name: airflow-scheduler
image: docker.io/bitnami/airflow-scheduler:2.10.0-debian-12-r0
image: docker.io/bitnami/airflow-scheduler:2.10.0-debian-12-r3
- name: airflow-worker
image: docker.io/bitnami/airflow-worker:2.10.0-debian-12-r0
image: docker.io/bitnami/airflow-worker:2.10.0-debian-12-r3
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r0
image: docker.io/bitnami/git:2.46.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
image: docker.io/bitnami/os-shell:12-debian-12-r29
apiVersion: v2
appVersion: 2.10.0
dependencies:
Expand Down Expand Up @@ -47,4 +47,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 19.0.3
version: 19.0.4
12 changes: 6 additions & 6 deletions bitnami/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dags:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r27
tag: 12-debian-12-r29
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -195,7 +195,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.0-debian-12-r1
tag: 2.10.0-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -540,7 +540,7 @@ scheduler:
image:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 2.10.0-debian-12-r0
tag: 2.10.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -875,7 +875,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.10.0-debian-12-r0
tag: 2.10.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1236,7 +1236,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.46.0-debian-12-r0
tag: 2.46.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1616,7 +1616,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20220314.0-debian-12-r42
tag: 0.20220314.0-debian-12-r46
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit e8dbe22

Please sign in to comment.