This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new dfd827e447 Release notes for helm chart 1.10.0 (#31771)
dfd827e447 is described below

commit dfd827e4472fa63e30c6724c4a16ef26fd4a396f
Author: Jed Cunningham <[email protected]>
AuthorDate: Fri Jun 23 07:18:40 2023 -0600

    Release notes for helm chart 1.10.0 (#31771)
---
 chart/Chart.yaml                          | 173 ++++++++----------------------
 chart/RELEASE_NOTES.rst                   |  42 ++++++++
 chart/newsfragments/31979.significant.rst |   3 -
 3 files changed, 85 insertions(+), 133 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 710326e93b..1d513f54d0 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -67,160 +67,73 @@ annotations:
     - title: Task Instance Context Menu
       url: 
https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/context.png
   artifacthub.io/changes: |
-    - description: Add support for ``hostAliases`` for Airflow webserver and 
scheduler
+    - description: Add support for container security context
       kind: added
       links:
-      - name: '#30051'
-        url: https://github.com/apache/airflow/pull/30051
-    - description: Add support for annotations on StatsD Deployment and 
cleanup CronJob
-      kind: added
-      links:
-      - name: '#30126'
-        url: https://github.com/apache/airflow/pull/30126
-    - description: Add support for annotations in logs PVC
-      kind: added
-      links:
-      - name: '#29270'
-        url: https://github.com/apache/airflow/pull/29270
-    - description: Add support for annotations in extra ConfigMap and Secrets
-      kind: added
-      links:
-      - name: '#30303'
-        url: https://github.com/apache/airflow/pull/30303
-    - description: Add support for pod annotations to PgBouncer
-      kind: added
-      links:
-      - name: '#30168'
-        url: https://github.com/apache/airflow/pull/30168
-    - description: Add support for ``ttlSecondsAfterFinished`` on 
``migrateDatabaseJob``
-        and ``createUserJob``
-      kind: added
-      links:
-      - name: '#29314'
-        url: https://github.com/apache/airflow/pull/29314
-    - description: Add support for using SHA digest of Docker images
-      kind: added
-      links:
-      - name: '#30214'
-        url: https://github.com/apache/airflow/pull/30214
-    - description: Template extra volumes in Helm Chart
+      - name: '#31043'
+        url: https://github.com/apache/airflow/pull/31043
+    - description: Validate ``executor`` and ``config.core.executor`` match
       kind: changed
       links:
-      - name: '#29357'
-        url: https://github.com/apache/airflow/pull/29357
-    - description: Make Liveness/Readiness Probe timeouts configurable for 
PgBouncer Exporter
+      - name: '#30693'
+        url: https://github.com/apache/airflow/pull/30693
+    - description: Support ``minAvailable`` property for PodDisruptionBudget
       kind: changed
       links:
-      - name: '#29752'
-        url: https://github.com/apache/airflow/pull/29752
-    - description: Enable individual trigger logging
+      - name: '#30603'
+        url: https://github.com/apache/airflow/pull/30603
+    - description: Add ``volumeMounts`` to dag processor ``waitForMigrations``
       kind: changed
       links:
-      - name: '#29482'
-        url: https://github.com/apache/airflow/pull/29482
-    - description: Add ``config.kubernetes_executor`` to values
-      kind: fixed
-      links:
-      - name: '#29818'
-        url: https://github.com/apache/airflow/pull/29818
-    - description: Block extra properties in image config
-      kind: fixed
-      links:
-      - name: '#30217'
-        url: https://github.com/apache/airflow/pull/30217
-    - description: Remove replicas if KEDA is enabled
-      kind: fixed
-      links:
-      - name: '#29838'
-        url: https://github.com/apache/airflow/pull/29838
-    - description: Mount ``kerberos.keytab`` to worker when enabled
-      kind: fixed
+      - name: '#30990'
+        url: https://github.com/apache/airflow/pull/30990
+    - description: Template extra volumes
+      kind: changed
       links:
-      - name: '#29526'
-        url: https://github.com/apache/airflow/pull/29526
-    - description: Fix adding annotations for dag persistence PVC
+      - name: '#30773'
+        url: https://github.com/apache/airflow/pull/30773
+    - description: Fix webserver probes timeout and period
       kind: fixed
       links:
-      - name: '#29622'
-        url: https://github.com/apache/airflow/pull/29622
-    - description: Fix ``bitnami/postgresql`` default username and password
+      - name: '#30609'
+        url: https://github.com/apache/airflow/pull/30609
+    - description: Add missing ``waitForMigrations`` for workers
       kind: fixed
       links:
-      - name: '#29478'
-        url: https://github.com/apache/airflow/pull/29478
-    - description: Add global volumes in pod template file
+      - name: '#31625'
+        url: https://github.com/apache/airflow/pull/31625
+    - description: Add missing ``priorityClassName`` to K8S worker pod template
       kind: fixed
       links:
-      - name: '#29295'
-        url: https://github.com/apache/airflow/pull/29295
-    - description: Add log groomer sidecar to triggerer service
+      - name: '#31328'
+        url: https://github.com/apache/airflow/pull/31328
+    - description: Adding log groomer sidecar to dag processor
       kind: fixed
       links:
-      - name: '#29392'
-        url: https://github.com/apache/airflow/pull/29392
-    - description: Helm deployment fails when ``postgresql.nameOverride`` is 
used
+      - name: '#30726'
+        url: https://github.com/apache/airflow/pull/30726
+    - description: Do not propagate global security context to statsd and redis
       kind: fixed
       links:
-      - name: '#29214'
-        url: https://github.com/apache/airflow/pull/29214
-    - description: 'Docs: Add gitSync optional env description'
-      kind: changed
-      links:
-      - name: '#29378'
-        url: https://github.com/apache/airflow/pull/29378
-    - description: 'Docs: Add webserver NodePort example'
-      kind: changed
-      links:
-      - name: '#29460'
-        url: https://github.com/apache/airflow/pull/29460
-    - description: 'Docs: Include Rancher in Helm chart install instructions'
-      kind: changed
-      links:
-      - name: '#28416'
-        url: https://github.com/apache/airflow/pull/28416
-    - description: 'Docs: Change RSA SSH host key to reflect update from 
Github'
-      kind: changed
-      links:
-      - name: '#30286'
-        url: https://github.com/apache/airflow/pull/30286
-    - description: 'Misc: Update Airflow version to 2.5.3'
-      kind: changed
-      links:
-      - name: '#30411'
-        url: https://github.com/apache/airflow/pull/30411
-    - description: 'Misc: Switch to newer versions of PgBouncer and PgBouncer 
Exporter
-        in chart'
-      kind: changed
-      links:
-      - name: '#29919'
-        url: https://github.com/apache/airflow/pull/29919
-    - description: 'Misc: Reformat chart templates'
-      kind: changed
-      links:
-      - name: '#29917'
-        url: https://github.com/apache/airflow/pull/29917
-    - description: 'Misc: Reformat chart templates part 2'
-      kind: changed
-      links:
-      - name: '#29941'
-        url: https://github.com/apache/airflow/pull/29941
-    - description: 'Misc: Reformat chart templates part 3'
+      - name: '#31865'
+        url: https://github.com/apache/airflow/pull/31865
+    - description: 'Misc: Default Airflow version to 2.6.2'
       kind: changed
       links:
-      - name: '#30312'
-        url: https://github.com/apache/airflow/pull/30312
-    - description: 'Misc: Replace deprecated k8s registry references'
+      - name: '#31979'
+        url: https://github.com/apache/airflow/pull/31979
+    - description: 'Misc: Use template comments for the chart license header'
       kind: changed
       links:
-      - name: '#29938'
-        url: https://github.com/apache/airflow/pull/29938
-    - description: 'Misc: Fix ``airflow_dags_mount`` formatting'
+      - name: '#30569'
+        url: https://github.com/apache/airflow/pull/30569
+    - description: 'Misc: Align ``apiVersion`` and ``kind`` order in chart 
templates'
       kind: changed
       links:
-      - name: '#29296'
-        url: https://github.com/apache/airflow/pull/29296
-    - description: 'Misc: Fix ``webserver.service.ports`` formatting'
+      - name: '#31850'
+        url: https://github.com/apache/airflow/pull/31850
+    - description: 'Misc: Cleanup Kubernetes < 1.23 support'
       kind: changed
       links:
-      - name: '#29297'
-        url: https://github.com/apache/airflow/pull/29297
+      - name: '#31847'
+        url: https://github.com/apache/airflow/pull/31847
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index df38e5b4d0..94276da77e 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -23,6 +23,48 @@ Run ``helm repo update`` before upgrading the chart to the 
latest version.
 
 .. towncrier release notes start
 
+
+Airflow Helm Chart 1.10.0 (2023-06-26)
+--------------------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Default Airflow image is updated to ``2.6.2`` (#31979)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The default Airflow image that is used with the Chart is now ``2.6.2``, 
previously it was ``2.5.3``.
+
+New Features
+^^^^^^^^^^^^
+
+- Add support for container security context (#31043)
+
+Improvements
+^^^^^^^^^^^^
+
+- Validate ``executor`` and ``config.core.executor`` match (#30693)
+- Support ``minAvailable`` property for PodDisruptionBudget (#30603)
+- Add ``volumeMounts`` to dag processor ``waitForMigrations`` (#30990)
+- Template extra volumes (#30773)
+
+Bug Fixes
+^^^^^^^^^
+
+- Fix webserver probes timeout and period (#30609)
+- Add missing ``waitForMigrations`` for workers (#31625)
+- Add missing ``priorityClassName`` to K8S worker pod template (#31328)
+- Adding log groomer sidecar to dag processor (#30726)
+- Do not propagate global security context to statsd and redis (#31865)
+
+Misc
+^^^^
+
+- Default Airflow version to 2.6.2 (#31979)
+- Use template comments for the chart license header (#30569)
+- Align ``apiVersion`` and ``kind`` order in chart templates (#31850)
+- Cleanup Kubernetes < 1.23 support (#31847)
+
 Airflow Helm Chart 1.9.0 (2023-04-14)
 -------------------------------------
 
diff --git a/chart/newsfragments/31979.significant.rst 
b/chart/newsfragments/31979.significant.rst
deleted file mode 100644
index 8a5a6f3e0e..0000000000
--- a/chart/newsfragments/31979.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``2.6.2``
-
-The default Airflow image that is used with the Chart is now ``2.6.2``, 
previously it was ``2.5.3``.

Reply via email to