WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b5c8716

Browse files
Update 1.17.0 release notes (#51863)
Going to grab a few more bugfixes for 1.17.0.
1 parent a0f522a commit b5c8716

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

chart/Chart.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,21 @@ annotations:
123123
links:
124124
- name: '#51799'
125125
url: https://github.com/apache/airflow/pull/51799
126+
- description: 'Add missing ``workers.kerberosInitContainer`` configuration in values'
127+
kind: changed
128+
links:
129+
- name: '#51405'
130+
url: https://github.com/apache/airflow/pull/51405
131+
- description: 'Truncate the executor label length'
132+
kind: changed
133+
links:
134+
- name: '#51817'
135+
url: https://github.com/apache/airflow/pull/51817
136+
- description: 'Fix execution_api_server_url when base_url has a subpath'
137+
kind: changed
138+
links:
139+
- name: '#51454
140+
url: https://github.com/apache/airflow/pull/51454
126141
- description: 'Docs: Bump minimum helm version in docs'
127142
kind: changed
128143
links:

chart/RELEASE_NOTES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Run ``helm repo update`` before upgrading the chart to the latest version.
2323

2424
.. towncrier release notes start
2525
26-
Airflow Helm Chart 1.17.0 (2025-06-20)
26+
Airflow Helm Chart 1.17.0 (2025-06-21)
2727
--------------------------------------
2828

2929
Significant Changes
@@ -54,6 +54,9 @@ Bug Fixes
5454
- Add the dag processor ServiceAccount to SecurityContextConstraints role binding (#51080)
5555
- Generate JWT secret during HELM install (#49923)
5656
- Always deploy JWT secret (#51799)
57+
- Add missing ``workers.kerberosInitContainer`` configuration in values (#51405)
58+
- Truncate the executor label length (#51817)
59+
- Fix execution_api_server_url when base_url has a subpath (#51454)
5760

5861
Doc only changes
5962
^^^^^^^^^^^^^^^^

chart/reproducible_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: 0bad400e9091022cc2f919a2d9c4b12a
2-
source-date-epoch: 1750092476
1+
release-notes-hash: aeb1c4c476bcea700267300fd88732c5
2+
source-date-epoch: 1750219258

0 commit comments

Comments
 (0)