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 3840ec690c Release notes for helm chart 1.13.1 (#38356)
3840ec690c is described below

commit 3840ec690c223904631d638088898a6455c40c55
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Mar 21 11:46:17 2024 -0600

    Release notes for helm chart 1.13.1 (#38356)
---
 chart/Chart.yaml                          | 41 +++++++++----------------------
 chart/RELEASE_NOTES.rst                   | 20 +++++++++++++++
 chart/newsfragments/38036.significant.rst |  3 ---
 chart/reproducible_build.yaml             |  4 +--
 4 files changed, 33 insertions(+), 35 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 9fd1548862..1de921a21e 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -19,7 +19,7 @@
 ---
 apiVersion: v2
 name: airflow
-version: 1.14.0-dev
+version: 1.13.1
 appVersion: 2.8.3
 description: The official Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
@@ -65,38 +65,19 @@ annotations:
     - title: Code View
       url: 
https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/code.png
   artifacthub.io/changes: |
-    - description: Support labels specific to the database migration objects 
and pods
-      kind: added
-      links:
-      - name: '#37490'
-        url: https://github.com/apache/airflow/pull/37490
-
-    - description: Flower K8s Probe config
-      kind: changed
-      links:
-      - name: '#37528'
-        url: https://github.com/apache/airflow/pull/37528
-
-    - description: Remove duplicate ports key in webserver service
+    - description: Don't overwrite ``.Values.airflowPodAnnotations``
       kind: fixed
       links:
-      - name: '#37356'
-        url: https://github.com/apache/airflow/pull/37356
-
-    - description: Add ``AIRFLOW_HOME`` env var to log groomer sidecar
+      - name: '#37917'
+        url: https://github.com/apache/airflow/pull/37917
+    - description: Fix cluster-wide RBAC naming clash when using multiple 
``multiNamespace``
+        releases with the same name
       kind: fixed
       links:
-      - name: '#37588'
-        url: https://github.com/apache/airflow/pull/37588
-
-    - description: Skip ``.`` path when preparing reproducible packages
-      kind: fixed
-      links:
-      - name: '#37402'
-        url: https://github.com/apache/airflow/pull/37402
-
-    - description: 'Misc: Default airflow version to 2.8.2'
+      - name: '#37197'
+        url: https://github.com/apache/airflow/pull/37197
+    - description: 'Misc: Default airflow version to 2.8.3'
       kind: changed
       links:
-      - name: '#37704'
-        url: https://github.com/apache/airflow/pull/37704
+      - name: '#38036'
+        url: https://github.com/apache/airflow/pull/38036
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index c487dcf978..6f476bbc94 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -23,6 +23,26 @@ Run ``helm repo update`` before upgrading the chart to the 
latest version.
 
 .. towncrier release notes start
 
+Airflow Helm Chart 1.13.1 (2024-03-25)
+--------------------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Default Airflow image is updated to ``2.8.3`` (#38036)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+The default Airflow image that is used with the Chart is now ``2.8.3``, 
previously it was ``2.8.2``.
+
+Bug Fixes
+^^^^^^^^^
+- Don't overwrite ``.Values.airflowPodAnnotations`` (#37917)
+- Fix cluster-wide RBAC naming clash when using multiple ``multiNamespace`` 
releases with the same name (#37197)
+
+Misc
+^^^^
+- Chart: Default airflow version to 2.8.3 (#38036)
+
 Airflow Helm Chart 1.13.0 (2024-03-05)
 --------------------------------------
 
diff --git a/chart/newsfragments/38036.significant.rst 
b/chart/newsfragments/38036.significant.rst
deleted file mode 100644
index 068ca993e8..0000000000
--- a/chart/newsfragments/38036.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``2.8.3``
-
-The default Airflow image that is used with the Chart is now ``2.8.3``, 
previously it was ``2.8.2``.
diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml
index 3bdd048e43..03408d3cfa 100644
--- a/chart/reproducible_build.yaml
+++ b/chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 61ba3ee5695c0692c88bfa05145f9dce
-source-date-epoch: 1709325949
+release-notes-hash: f4e3070576d91f91c4501646b7328780
+source-date-epoch: 1711032782

Reply via email to