From f7f005f180221a1ba5dc17ef4ff49ee21a46b540 Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:34:52 -0700 Subject: [PATCH] Release notes for helm chart 1.13.0 (#37806) --- chart/Chart.yaml | 161 ++++------------------ chart/RELEASE_NOTES.rst | 32 +++++ chart/newsfragments/37704.significant.rst | 3 - chart/reproducible_build.yaml | 4 +- 4 files changed, 58 insertions(+), 142 deletions(-) delete mode 100644 chart/newsfragments/37704.significant.rst diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c184534d98863..c818f353d063b 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: airflow -version: 1.13.0-dev +version: 1.13.0 appVersion: 2.8.2 description: The official Helm chart to deploy Apache Airflow, a platform to programmatically author, schedule, and monitor workflows @@ -65,151 +65,38 @@ annotations: - title: Code View url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/code.png artifacthub.io/changes: | - - description: Enable native HPA for Airflow Workers + - description: Support labels specific to the database migration objects and pods kind: added links: - - name: '#36174' - url: https://github.com/apache/airflow/pull/36174 - - description: Add init container + sidecar support for Airflow Kerberos - kind: added - links: - - name: '#35548' - url: https://github.com/apache/airflow/pull/35548 - - description: Support MySQL backend as KEDA trigger - kind: added - links: - - name: '#36167' - url: https://github.com/apache/airflow/pull/36167 - - description: Improve PriorityClass to improve debuggability - kind: changed - links: - - name: '#36365' - url: https://github.com/apache/airflow/pull/36365 - - description: Add ``securityContexts`` in dag processors log groomer sidecar - kind: changed - links: - - name: '#34499' - url: https://github.com/apache/airflow/pull/34499 - - description: Add support for ``securityContexts`` in dag processors wait-for-migrations - container - kind: changed - links: - - name: '#35593' - url: https://github.com/apache/airflow/pull/35593 - - description: Add templating for PVC ``storageClassName`` - kind: changed - links: - - name: '#35581' - url: https://github.com/apache/airflow/pull/35581 - - description: Add ``volumeClaimTemplate`` for worker - kind: changed - links: - - name: '#34986' - url: https://github.com/apache/airflow/pull/34986 - - description: Add support for ``priorityClassName`` on Redis pods - kind: changed - links: - - name: '#34879' - url: https://github.com/apache/airflow/pull/34879 - - description: Configurable mount path for DAGs volume - kind: changed - links: - - name: '#35083' - url: https://github.com/apache/airflow/pull/35083 - - description: Add support for custom ``emptyDir`` config - kind: changed - links: - - name: '#34837' - url: https://github.com/apache/airflow/pull/34837 - - description: Added ability to enable/disable scheduler and webserver + - name: '#37490' + url: https://github.com/apache/airflow/pull/37490 + + - description: Flower K8s Probe config kind: changed links: - - name: '#36991' - url: https://github.com/apache/airflow/pull/36991 - - description: Fix StatsD host in Airflow config - kind: fixed - links: - - name: '#35679' - url: https://github.com/apache/airflow/pull/35679 - - description: Set ``AIRFLOW_HOME`` env var with ``airflowHome`` value - kind: fixed - links: - - name: '#34839' - url: https://github.com/apache/airflow/pull/34839 - - description: Safer worker pod annotations - kind: fixed - links: - - name: '#35309' - url: https://github.com/apache/airflow/pull/35309 - - description: Set worker ``safeToEvict`` properly - kind: fixed - links: - - name: '#35130' - url: https://github.com/apache/airflow/pull/35130 - - description: Fix Redis broker URL with ``useStandardNaming`` + - name: '#37528' + url: https://github.com/apache/airflow/pull/37528 + + - description: Remove duplicate ports key in webserver service kind: fixed links: - - name: '#34825' - url: https://github.com/apache/airflow/pull/34825 - - description: Fix metadata DB & port in KEDA connection when ``usePgbouncer`` is - false + - name: '#37356' + url: https://github.com/apache/airflow/pull/37356 + + - description: Add ``AIRFLOW_HOME`` env var to log groomer sidecar kind: fixed links: - - name: '#34741' - url: https://github.com/apache/airflow/pull/34741 - - description: Fix PgBouncer connection with ``useStandardNaming`` + - name: '#37588' + url: https://github.com/apache/airflow/pull/37588 + + - description: Skip ``.`` path when preparing reproducible packages kind: fixed links: - - name: '#34787' - url: https://github.com/apache/airflow/pull/34787 - - description: 'Docs: Add docs about extending the Airflow Helm chart' - kind: changed - links: - - name: '#36331' - url: https://github.com/apache/airflow/pull/36331 - - description: 'Docs: Add comment for Elasticsearch connection scheme' - kind: changed - links: - - name: '#35588' - url: https://github.com/apache/airflow/pull/35588 - - description: 'Docs: Add notes about Virtualenvs preventing the need for custom images' - kind: changed - links: - - name: '#35306' - url: https://github.com/apache/airflow/pull/35306 - - description: 'Misc: Default Airflow version to 2.8.1' - kind: changed - links: - - name: '#36907' - url: https://github.com/apache/airflow/pull/36907 - - description: 'Misc: Support git-sync v4' - kind: changed - links: - - name: '#34731' - url: https://github.com/apache/airflow/pull/34731 - - description: 'Misc: Upgrade ``bitnami/postgresql`` subchart to ``13.2.24``' - kind: changed - links: - - name: '#36156' - url: https://github.com/apache/airflow/pull/36156 - - description: 'Misc: Change git sync container indent to 4' - kind: changed - links: - - name: '#35824' - url: https://github.com/apache/airflow/pull/35824 - - description: 'Misc: Remove K8S 1.24 support' - kind: changed - links: - - name: '#35214' - url: https://github.com/apache/airflow/pull/35214 - - description: 'Misc: Rebuild ``pgbouncer`` and ``pgbouncer-exporter`` images with - newer versions' - kind: changed - links: - - name: '#36898' - url: https://github.com/apache/airflow/pull/36898 - - description: 'Misc: Update ``statsd`` and ``redis`` chart images' + - name: '#37402' + url: https://github.com/apache/airflow/pull/37402 + + - description: 'Misc: Default airflow version to 2.8.2' kind: changed links: - - name: '#37187' - url: https://github.com/apache/airflow/pull/37187 + - name: '#37704' + url: https://github.com/apache/airflow/pull/37704 diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst index a68060f537ee1..c487dcf97814f 100644 --- a/chart/RELEASE_NOTES.rst +++ b/chart/RELEASE_NOTES.rst @@ -23,6 +23,38 @@ Run ``helm repo update`` before upgrading the chart to the latest version. .. towncrier release notes start +Airflow Helm Chart 1.13.0 (2024-03-05) +-------------------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +Default Airflow image is updated to ``2.8.2`` (#37704) +"""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The default Airflow image that is used with the Chart is now ``2.8.2``, previously it was ``2.8.1``. + + +New Features +^^^^^^^^^^^^ + +- Support labels specific to the database migration objects and pods (#37490) + +Improvements +^^^^^^^^^^^^ + +- Flower K8s Probe config (#37528) + +Bug Fixes +^^^^^^^^^ +- Remove duplicate ports key in webserver service (#37356) +- Add ``AIRFLOW_HOME`` env var to log groomer sidecar (#37588) +- Skip ``.`` path when preparing reproducible packages (#37402) + +Misc +^^^^ +- Default airflow version to 2.8.2 (#37704) + Airflow Helm Chart 1.12.0 (2024-02-11) -------------------------------------- diff --git a/chart/newsfragments/37704.significant.rst b/chart/newsfragments/37704.significant.rst deleted file mode 100644 index e61bd48bb789a..0000000000000 --- a/chart/newsfragments/37704.significant.rst +++ /dev/null @@ -1,3 +0,0 @@ -Default Airflow image is updated to ``2.8.2`` - -The default Airflow image that is used with the Chart is now ``2.8.2``, previously it was ``2.8.1``. diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml index 0a199672b56fb..3bdd048e43129 100644 --- a/chart/reproducible_build.yaml +++ b/chart/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: c03e30f525b4a25e817da82b89fe5d5e -source-date-epoch: 1707350723 +release-notes-hash: 61ba3ee5695c0692c88bfa05145f9dce +source-date-epoch: 1709325949