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 f8c0d8109d Release notes for helm chart 1.12.0 (#36917)
f8c0d8109d is described below

commit f8c0d8109db582a29db985310616e83b93e1abd2
Author: Jed Cunningham <[email protected]>
AuthorDate: Tue Feb 6 16:07:45 2024 -0700

    Release notes for helm chart 1.12.0 (#36917)
---
 chart/RELEASE_NOTES.rst                   | 88 +++++++++++++++++++++++++++++++
 chart/newsfragments/34817.significant.rst |  8 ---
 chart/newsfragments/36907.significant.rst |  3 --
 chart/reproducible_build.yaml             |  4 +-
 docs/spelling_wordlist.txt                |  1 +
 5 files changed, 91 insertions(+), 13 deletions(-)

diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index 2cb36aefc7..bd8f93b0c4 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -23,6 +23,94 @@ Run ``helm repo update`` before upgrading the chart to the 
latest version.
 
 .. towncrier release notes start
 
+Airflow Helm Chart 1.12.0 (2024-02-09)
+--------------------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+The helm chart is now using a newer version of ``bitnami/postgresql`` 
dependency (#34817)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The version of ``bitnami/postgresql`` subchart upgraded from ``12.10.0`` to 
``13.2.24``.
+The version of ``PostgreSQL`` binaries upgraded from ``11`` to ``16.1.0``.
+
+The change requires existing ``bitnami/postgresql`` subchart users to perform 
manual major version upgrade using ``pg_dumpall`` or ``pg_upgrade``.
+
+As a reminder, it is recommended to `set up an external database 
<https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#database>`_
 in production.
+
+Default Airflow image is updated to ``2.8.1`` (#36907)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The default Airflow image that is used with the Chart is now ``2.8.1``, 
previously it was ``2.7.1``.
+
+Default PgBouncer and PgBouncer Exporter images have been updated (#36898)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The PgBouncer and PgBouncer Exporter images are based on newer software/os.
+
+  * ``pgbouncer``: 1.21.0 based on alpine 3.14 
(``airflow-pgbouncer-2024.01.19-1.21.0``)
+  * ``pgbouncer-exporter``: 0.16.0 based on alpine 3.19 
(``apache/airflow:airflow-pgbouncer-exporter-2024.01.19-0.16.0``)
+
+Default StatsD image is updated to ``v0.26.0`` (#37187)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The default StatsD image that is used with the Chart is now ``v0.26.0``, 
previously it was ``v0.22.8``.
+
+Default Redis image is updated to ``7-bookworm`` (#37187)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The default Redis image that is used with the Chart is now ``7-bookworm``, 
previously it was ``7-bullseye``.
+
+New Features
+^^^^^^^^^^^^
+
+- Enable native HPA for Airflow Workers (#36174)
+- Add init container + sidecar support for Airflow Kerberos (#35548)
+- Support MySQL backend as KEDA trigger (#36167)
+
+Improvements
+^^^^^^^^^^^^
+
+- Improve PriorityClass to improve debuggability (#36365)
+- Add ``securityContexts`` in dag processors log groomer sidecar (#34499)
+- Add support for ``securityContexts`` in dag processors wait-for-migrations 
container (#35593)
+- Add templating for PVC ``storageClassName`` (#35581)
+- Add ``volumeClaimTemplate`` for worker (#34986)
+- Add support for ``priorityClassName`` on Redis pods (#34879)
+- Configurable mount path for DAGs volume (#35083)
+- Add support for custom ``emptyDir`` config (#34837)
+- Added ability to enable/disable scheduler and webserver  (#36991)
+
+Bug Fixes
+^^^^^^^^^
+
+- Fix StatsD host in Airflow config (#35679)
+- Set ``AIRFLOW_HOME`` env var with ``airflowHome`` value (#34839)
+- Safer worker pod annotations (#35309)
+- Set worker ``safeToEvict`` properly (#35130)
+- Fix Redis broker URL with ``useStandardNaming`` (#34825)
+- Fix metadata DB & port in KEDA connection when ``usePgbouncer`` is false 
(#34741)
+- Fix PgBouncer connection with ``useStandardNaming`` (#34787)
+
+Doc only changes
+^^^^^^^^^^^^^^^^
+
+- Add docs about extending the Airflow Helm chart (#36331)
+- Add comment for Elasticsearch connection scheme (#35588)
+- Add notes about Virtualenvs preventing the need for custom images (#35306)
+
+Misc
+^^^^
+
+- Default Airflow version to 2.8.1 (#36907)
+- Support git-sync v4 (#34731)
+- Upgrade ``bitnami/postgresql`` subchart to ``13.2.24`` (#36156)
+- Change git sync container indent to 4 (#35824)
+- Remove K8S 1.24 support (#35214)
+- Rebuild ``pgbouncer`` and ``pgbouncer-exporter`` images with newer versions 
(#36898)
+- Update ``statsd`` and ``redis`` chart images (#37187)
+
 Airflow Helm Chart 1.11.0 (2023-10-02)
 --------------------------------------
 
diff --git a/chart/newsfragments/34817.significant.rst 
b/chart/newsfragments/34817.significant.rst
deleted file mode 100644
index 88fb1f44e5..0000000000
--- a/chart/newsfragments/34817.significant.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-The helm chart is now using a newer version of ``bitnami/postgresql`` 
dependency
-
-The version of ``bitnami/postgresql`` subchart upgraded from ``12.10.0`` to 
``13.2.24``.
-The version of ``PostgreSQL`` binaries upgraded from ``11`` to ``16.1.0``.
-
-The change requires existing ``bitnami/postgresql`` subchart users to perform 
manual major version upgrade using ``pg_dumpall`` or ``pg_upgrade``.
-
-As a reminder, it is recommended to `set up an external database 
<https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#database>`_
 in production.
diff --git a/chart/newsfragments/36907.significant.rst 
b/chart/newsfragments/36907.significant.rst
deleted file mode 100644
index 5c9fea40f3..0000000000
--- a/chart/newsfragments/36907.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``2.8.1``
-
-The default Airflow image that is used with the Chart is now ``2.8.1``, 
previously it was ``2.7.1``.
diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml
index 992d725355..76b91fbe41 100644
--- a/chart/reproducible_build.yaml
+++ b/chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 46313503ae418af0ecad2c5504a97a43
-source-date-epoch: 1705774629
+release-notes-hash: 765820e6235d735a345f079cda550996
+source-date-epoch: 1707257626
diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt
index 8457f8403c..343c09a57c 100644
--- a/docs/spelling_wordlist.txt
+++ b/docs/spelling_wordlist.txt
@@ -424,6 +424,7 @@ dbutils
 ddl
 de
 Debounce
+debuggability
 declaratively
 decomissioning
 Decrypt

Reply via email to