Author: jscheffl
Date: Sun Mar 22 21:49:21 2026
New Revision: 83269

Log:
Release Airflow Helm Chart Check 1.20.0 from 1.20.0rc2

Added:
   release/airflow/helm-chart/1.20.0/
   release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz
   release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.asc
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.asc
   release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.prov
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.prov
   release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.sha512
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.sha512
   release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz
   release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.asc
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.asc
   release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.sha512
      - copied unchanged from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.sha512

Copied: release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz (from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz)
==============================================================================
Binary file (source and/or target). No diff available.

Copied: release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.asc (from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.asc)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.asc    Sun Mar 22 
21:49:21 2026        (r83269, copy of r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.asc)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iIoEABYIADIWIQTv2pFQEcR1H4o62Xmu/SnIumDA9AUCab8DAxQcanNjaGVmZmxA
+YXBhY2hlLm9yZwAKCRCu/SnIumDA9B6xAP9Tw9OEFfeVP8cYkj+JGbv0ludZZp7r
+uHAqcxFisPn3gAD+PFMGQtTgM5pYYDmM6L7+o0ckDns9cO54pC0s2k+RkgE=
+=ZxrT
+-----END PGP SIGNATURE-----

Copied: release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.prov (from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.prov)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.prov   Sun Mar 22 
21:49:21 2026        (r83269, copy of r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.prov)
@@ -0,0 +1,264 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+annotations:
+  artifacthub.io/changes: |
+    - description: Add missing deprecation warnings for workers section
+      kind: changed
+      links:
+      - name: '#63659'
+        url: https://github.com/apache/airflow/pull/63659
+    - description: Remove automatic `KUBERNETES_ENVIRONMENT_VARIABLES` and 
`KUBERNETES_SECRETS`
+        prefixes from chart helpers
+      kind: changed
+      links:
+      - name: '#60750'
+        url: https://github.com/apache/airflow/pull/60750
+    - description: Remove JWT secrets from triggerer, worker and dag-processor
+      kind: changed
+      links:
+      - name: '#63204'
+        url: https://github.com/apache/airflow/pull/63204
+    - description: Add workers.celery.nodeSelector & 
workers.kubernetes.nodeSelector
+      kind: changed
+      links:
+      - name: '#61957'
+        url: https://github.com/apache/airflow/pull/61957
+    - description: >
+        Add workers.celery.terminationGracePeriodSeconds & 
workers.kubernetes.terminationGracePeriodSeconds
+      kind: changed
+      links:
+      - name: '#61892'
+        url: https://github.com/apache/airflow/pull/61892
+    - description: Add workers.celery.resources & workers.kubernetes.resources
+      kind: changed
+      links:
+      - name: '#61890'
+        url: https://github.com/apache/airflow/pull/61890
+    - description: Add workers.celery.keda section
+      kind: changed
+      links:
+      - name: '#61820'
+        url: https://github.com/apache/airflow/pull/61820
+    - description: Add workers.celery.podDisruptionBudget
+      kind: changed
+      links:
+      - name: '#61414'
+        url: https://github.com/apache/airflow/pull/61414
+    - description: Add workers.celery.containerLifecycleHooks & 
workers.kubernetes.containerLifecycleHooks
+      kind: changed
+      links:
+      - name: '#61369'
+        url: https://github.com/apache/airflow/pull/61369
+    - description: Refactor Git-Sync livenessProbe & deprecate readinessProbe 
& add startupProbe
+      kind: changed
+      links:
+      - name: '#62334'
+        url: https://github.com/apache/airflow/pull/62334
+    - description: Default airflow version to 3.1.8
+      kind: changed
+      links:
+      - name: '#63392'
+        url: https://github.com/apache/airflow/pull/63392
+    - description: Drop support for all Airflow versions below 2.11 in Helm 
Chart
+      kind: changed
+      links:
+      - name: '#61018'
+        url: https://github.com/apache/airflow/pull/61018
+    - description: Support Helm template expressions in podAnnotations
+      kind: changed
+      links:
+      - name: '#63019'
+        url: https://github.com/apache/airflow/pull/63019
+    - description: Warn on deprecated per-component securityContext values
+      kind: changed
+      links:
+      - name: '#62729'
+        url: https://github.com/apache/airflow/pull/62729
+    - description: Add *.iml to .gitignore in all distributions
+      kind: fixed
+      links:
+      - name: '#63636'
+        url: https://github.com/apache/airflow/pull/63636
+    - description: More restrictive chart rendering logic
+      kind: fixed
+      links:
+      - name: '#63464'
+        url: https://github.com/apache/airflow/pull/63464
+    - description: Omit api-server spec.replicas when HPA is enabled
+      kind: fixed
+      links:
+      - name: '#63187'
+        url: https://github.com/apache/airflow/pull/63187
+    - description: Add workers.celery.kerberosSidecar & 
workers.kubernetes.kerberosSidecar
+        sections
+      kind: fixed
+      links:
+      - name: '#61881'
+        url: https://github.com/apache/airflow/pull/61881
+    - description: Cleanup Helm Chart documentation
+      kind: fixed
+      links:
+      - name: '#62544'
+        url: https://github.com/apache/airflow/pull/62544
+    - description: Upgrade important CI environment
+      kind: fixed
+      links:
+      - name: '#62792'
+        url: https://github.com/apache/airflow/pull/62792
+    - description: Fix chart NOTES.txt showing deprecation warnings only 
without secret
+        key
+      kind: fixed
+      links:
+      - name: '#62722'
+        url: https://github.com/apache/airflow/pull/62722
+    - description: 'Fix tpl rendering for TLS hosts in ingress templates 
#62358'
+      kind: fixed
+      links:
+      - name: '#62548'
+        url: https://github.com/apache/airflow/pull/62548
+    - description: Upgrade important CI environment
+      kind: fixed
+      links:
+      - name: '#62610'
+        url: https://github.com/apache/airflow/pull/62610
+    - description: Fix all build-system/requires including transitive 
dependencies
+      kind: fixed
+      links:
+      - name: '#62570'
+        url: https://github.com/apache/airflow/pull/62570
+    - description: Add ingress deprecation warnings for apiServer, statsd, and 
pgbouncer
+      kind: fixed
+      links:
+      - name: '#62490'
+        url: https://github.com/apache/airflow/pull/62490
+    - description: 'Add missing support for:  securityContexts and 
containerLifecycleHooks'
+      kind: fixed
+      links:
+      - name: '#60677'
+        url: https://github.com/apache/airflow/pull/60677
+    - description: Fix webserver.defaultUser.enabled=false not honored
+      kind: fixed
+      links:
+      - name: '#62143'
+        url: https://github.com/apache/airflow/pull/62143
+    - description: Allow to use short SPDX licence identifier for selected 
files
+      kind: fixed
+      links:
+      - name: '#62073'
+        url: https://github.com/apache/airflow/pull/62073
+  artifacthub.io/links: |
+    - name: Documentation
+      url: https://airflow.apache.org/docs/helm-chart/1.20.0/
+  artifacthub.io/screenshots: |
+    - title: Home Page
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/home_dark.png
+    - title: DAG Overview Dashboard
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_dashboard.png
+    - title: DAGs View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dags.png
+    - title: Assets View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/asset_view.png
+    - title: Grid View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_grid.png
+    - title: Graph View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_graph.png
+    - title: Variable View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/variable_hidden.png
+    - title: Code View
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_code.png
+apiVersion: v2
+appVersion: 3.1.8
+dependencies:
+- - condition: postgresql.enabled
+  name: postgresql
+  repository: https://charts.bitnami.com/bitnami
+  version: 13.2.24
+description: The official Helm chart to deploy Apache Airflow, a platform to 
programmatically
+  author, schedule, and monitor workflows
+home: https://airflow.apache.org/
+icon: https://airflow.apache.org/images/airflow_dark_bg.png
+keywords:
+- - apache
+- - airflow
+- - workflow
+- - scheduler
+maintainers:
+- - email: [email protected]
+  name: Apache Airflow PMC
+name: airflow
+sources:
+- - https://github.com/apache/airflow
+type: application
+version: 1.20.0
+annotations:
+  category: Database
+  images: |
+    - name: os-shell
+      image: docker.io/bitnami/os-shell:11-debian-11-r91
+    - name: postgres-exporter
+      image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r2
+    - name: postgresql
+      image: docker.io/bitnami/postgresql:16.1.0-debian-11-r15
+  licenses: Apache-2.0
+apiVersion: v2
+appVersion: 16.1.0
+dependencies:
+- - name: common
+  repository: oci://registry-1.docker.io/bitnamicharts
+  tags:
+  - bitnami-common
+  version: 2.x.x
+description: PostgreSQL (Postgres) is an open source object-relational 
database known
+  for reliability and data integrity. ACID-compliant, it supports foreign 
keys, joins,
+  views, triggers and stored procedures.
+home: https://bitnami.com
+icon: 
https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
+keywords:
+- - postgresql
+- - postgres
+- - database
+- - sql
+- - replication
+- - cluster
+maintainers:
+- - name: VMware, Inc.
+  url: https://github.com/bitnami/charts
+name: postgresql
+sources:
+- - https://github.com/bitnami/charts/tree/main/bitnami/postgresql
+version: 13.2.24
+annotations:
+  category: Infrastructure
+  licenses: Apache-2.0
+apiVersion: v2
+appVersion: 2.13.3
+description: A Library Helm Chart for grouping common logic between bitnami 
charts.
+  This chart is not deployable by itself.
+home: https://bitnami.com
+icon: https://bitnami.com/downloads/logos/bitnami-mark.png
+keywords:
+- - common
+- - helper
+- - template
+- - function
+- - bitnami
+maintainers:
+- - name: VMware, Inc.
+  url: https://github.com/bitnami/charts
+name: common
+sources:
+- - https://github.com/bitnami/charts
+type: library
+version: 2.13.3
+
+...
+files:
+  airflow-1.20.0.tgz: 
sha256:29740c59c42960f14ac710069686a70220c011e210b6ca7d7f4d0f748da0917a
+-----BEGIN PGP SIGNATURE-----
+
+iIoEARYIADIWIQTv2pFQEcR1H4o62Xmu/SnIumDA9AUCab8ChRQcanNjaGVmZmxA
+YXBhY2hlLm9yZwAKCRCu/SnIumDA9GsbAP9EmFwIkZMkvl3YdM/LksUheJp8ORy3
+7rdscyfX6YmphwD/dTeG2ACDE8VjLi7XJwLFqnOMoW40DBy4oYQHY5xU7As=
+=MpvJ
+-----END PGP SIGNATURE-----

Copied: release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.sha512 (from 
r83250, dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.sha512)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/airflow/helm-chart/1.20.0/airflow-1.20.0.tgz.sha512 Sun Mar 22 
21:49:21 2026        (r83269, copy of r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-1.20.0.tgz.sha512)
@@ -0,0 +1 @@
+c7df2f2bb6f29fb5240bbe050862a849a254eb36b444e38604c7f6411cc845411014d4a2da7e6b7e735b36181638d298936c493feb27bab4b829a44b52870978
  airflow-1.20.0.tgz

Copied: release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz 
(from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz)
==============================================================================
Binary file (source and/or target). No diff available.

Copied: 
release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.asc (from 
r83250, dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.asc)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.asc    
Sun Mar 22 21:49:21 2026        (r83269, copy of r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.asc)
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iIoEABYIADIWIQTv2pFQEcR1H4o62Xmu/SnIumDA9AUCab8DAxQcanNjaGVmZmxA
+YXBhY2hlLm9yZwAKCRCu/SnIumDA9EqrAP9vHyJZd21L4TOiMlNiOlHr79OWWKKG
+menlhxYvOEpyGAD/fT9bDbGM3msx7bdwVVFsdCV7SfRRAW60IHWCpvzQug4=
+=OgXq
+-----END PGP SIGNATURE-----

Copied: 
release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.sha512 
(from r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.sha512)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ release/airflow/helm-chart/1.20.0/airflow-chart-1.20.0-source.tar.gz.sha512 
Sun Mar 22 21:49:21 2026        (r83269, copy of r83250, 
dev/airflow/helm-chart/1.20.0rc2/airflow-chart-1.20.0-source.tar.gz.sha512)
@@ -0,0 +1 @@
+53df6827ec3c25a618406b8b305f56f3aa9e8030ef4a9f5cd837e5d6387b9c9edee173de33d2e224869756172c7246fe8a06dc35fded5cc20f9fc110b389b197
  airflow-chart-1.20.0-source.tar.gz

Reply via email to