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 b5c87163806 Update 1.17.0 release notes (#51863)
b5c87163806 is described below

commit b5c87163806eef218fae80f4352fae4999237a4b
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Jun 18 08:49:39 2025 -0600

    Update 1.17.0 release notes (#51863)
    
    Going to grab a few more bugfixes for 1.17.0.
---
 chart/Chart.yaml              | 15 +++++++++++++++
 chart/RELEASE_NOTES.rst       |  5 ++++-
 chart/reproducible_build.yaml |  4 ++--
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index c9bf6a1056f..82ae444334f 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -123,6 +123,21 @@ annotations:
       links:
       - name: '#51799'
         url: https://github.com/apache/airflow/pull/51799
+    - description: 'Add missing ``workers.kerberosInitContainer`` 
configuration in values'
+      kind: changed
+      links:
+      - name: '#51405'
+        url: https://github.com/apache/airflow/pull/51405
+    - description: 'Truncate the executor label length'
+      kind: changed
+      links:
+      - name: '#51817'
+        url: https://github.com/apache/airflow/pull/51817
+    - description: 'Fix execution_api_server_url when base_url has a subpath'
+      kind: changed
+      links:
+      - name: '#51454
+        url: https://github.com/apache/airflow/pull/51454
     - description: 'Docs: Bump minimum helm version in docs'
       kind: changed
       links:
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index eb5960bdc47..bfa2250e52f 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -23,7 +23,7 @@ Run ``helm repo update`` before upgrading the chart to the 
latest version.
 
 .. towncrier release notes start
 
-Airflow Helm Chart 1.17.0 (2025-06-20)
+Airflow Helm Chart 1.17.0 (2025-06-21)
 --------------------------------------
 
 Significant Changes
@@ -54,6 +54,9 @@ Bug Fixes
 - Add the dag processor ServiceAccount to SecurityContextConstraints role 
binding (#51080)
 - Generate JWT secret during HELM install (#49923)
 - Always deploy JWT secret (#51799)
+- Add missing ``workers.kerberosInitContainer`` configuration in values 
(#51405)
+- Truncate the executor label length (#51817)
+- Fix execution_api_server_url when base_url has a subpath (#51454)
 
 Doc only changes
 ^^^^^^^^^^^^^^^^
diff --git a/chart/reproducible_build.yaml b/chart/reproducible_build.yaml
index a2a0df48b8a..0751bf47b2d 100644
--- a/chart/reproducible_build.yaml
+++ b/chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 0bad400e9091022cc2f919a2d9c4b12a
-source-date-epoch: 1750092476
+release-notes-hash: aeb1c4c476bcea700267300fd88732c5
+source-date-epoch: 1750219258

Reply via email to