[bitnami/airflow] Release 21.4.1 (#30229)

* [bitnami/airflow] Release 21.4.1 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-11-05 19:57:42 +01:00
committed by GitHub
parent d5d454cbda
commit 237ac1afdb
4 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
# Changelog
## 21.4.1 (2024-11-05)
* [bitnami/airflow] Release 21.4.1 ([#30229](https://github.com/bitnami/charts/pull/30229))
## 21.4.0 (2024-11-05)
* [bitnami/airflow] Support adding SSH keys to load DAGs/plugins from private repos ([#30224](https://github.com/bitnami/charts/pull/30224))
* [bitnami/airflow] Support adding SSH keys to load DAGs/plugins from private repos (#30224) ([d5d454c](https://github.com/bitnami/charts/commit/d5d454cbdac891c68ae04b957ce2a53e90b742e8)), closes [#30224](https://github.com/bitnami/charts/issues/30224)
## 21.3.0 (2024-11-05)
+3 -3
View File
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.2-debian-12-r8
image: docker.io/bitnami/airflow:2.10.3-debian-12-r0
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r50
apiVersion: v2
appVersion: 2.10.2
appVersion: 2.10.3
dependencies:
- condition: redis.enabled
name: redis
@@ -39,4 +39,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 21.4.0
version: 21.4.1
+1 -1
View File
@@ -1324,4 +1324,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+1 -1
View File
@@ -83,7 +83,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.2-debian-12-r8
tag: 2.10.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'