Skip to content

Commit 48ae6af

Browse files
Update helm chart release notes for 1.18.0rc2 (#53061)
1 parent 995d969 commit 48ae6af

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

chart/Chart.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ annotations:
7373
links:
7474
- name: '#52166'
7575
url: https://github.com/apache/airflow/pull/52166
76+
- description: Allow ``valuesFrom`` in ``gitSync.env``
77+
kind: changed
78+
links:
79+
- name: '#50228'
80+
url: https://github.com/apache/airflow/pull/50228
7681
- description: Fix JWT secret name
7782
kind: fixed
7883
links:
@@ -101,6 +106,11 @@ annotations:
101106
links:
102107
- name: '#52269'
103108
url: https://github.com/apache/airflow/pull/52269
109+
- description: Fix for ``fernetkey`` and add test of its value
110+
kind: fixed
111+
links:
112+
- name: '#52977'
113+
url: https://github.com/apache/airflow/pull/52977
104114
- description: 'Docs: Update supported executors in docs'
105115
kind: changed
106116
links:

chart/RELEASE_NOTES.rst

Lines changed: 3 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.18.0 (2025-07-07)
26+
Airflow Helm Chart 1.18.0 (2025-07-12)
2727
--------------------------------------
2828

2929
Significant Changes
@@ -35,6 +35,7 @@ Improvements
3535
^^^^^^^^^^^^
3636
- Allow ConfigMap and Secret references in ``apiServer.env`` (#51191)
3737
- Add custom annotations to JWT Secret (#52166)
38+
- Allow ``valuesFrom`` in ``gitSync.env`` (#50228)
3839

3940
Bug Fixes
4041
^^^^^^^^^
@@ -43,6 +44,7 @@ Bug Fixes
4344
- Change default executor in pod template to support executor parameter in task (#49433)
4445
- Use ``merged`` to render airflow.cfg and include computed defaults (#51828)
4546
- Use ``[api] secret_key`` for Airflow 3.0+ instead of ``[webserver] secret_key`` (#52269)
47+
- Fix for ``fernetkey`` and add test of its value (#52977)
4648

4749
Doc only changes
4850
^^^^^^^^^^^^^^^^

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: e89649eb9f09ea3c8ca7cdf2f0a354cd
2-
source-date-epoch: 1751565753
1+
release-notes-hash: e574f907453a7e8b1b2f6cc0b96baee8
2+
source-date-epoch: 1752095894

0 commit comments

Comments
 (0)