Skip to content

Commit f7f005f

Browse files
Release notes for helm chart 1.13.0 (#37806)
1 parent 2bc5d2d commit f7f005f

File tree

4 files changed

+58
-142
lines changed

4 files changed

+58
-142
lines changed

chart/Chart.yaml

Lines changed: 24 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
---
2020
apiVersion: v2
2121
name: airflow
22-
version: 1.13.0-dev
22+
version: 1.13.0
2323
appVersion: 2.8.2
2424
description: The official Helm chart to deploy Apache Airflow, a platform to
2525
programmatically author, schedule, and monitor workflows
@@ -65,151 +65,38 @@ annotations:
6565
- title: Code View
6666
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/code.png
6767
artifacthub.io/changes: |
68-
- description: Enable native HPA for Airflow Workers
68+
- description: Support labels specific to the database migration objects and pods
6969
kind: added
7070
links:
71-
- name: '#36174'
72-
url: https://github.com/apache/airflow/pull/36174
73-
- description: Add init container + sidecar support for Airflow Kerberos
74-
kind: added
75-
links:
76-
- name: '#35548'
77-
url: https://github.com/apache/airflow/pull/35548
78-
- description: Support MySQL backend as KEDA trigger
79-
kind: added
80-
links:
81-
- name: '#36167'
82-
url: https://github.com/apache/airflow/pull/36167
83-
- description: Improve PriorityClass to improve debuggability
84-
kind: changed
85-
links:
86-
- name: '#36365'
87-
url: https://github.com/apache/airflow/pull/36365
88-
- description: Add ``securityContexts`` in dag processors log groomer sidecar
89-
kind: changed
90-
links:
91-
- name: '#34499'
92-
url: https://github.com/apache/airflow/pull/34499
93-
- description: Add support for ``securityContexts`` in dag processors wait-for-migrations
94-
container
95-
kind: changed
96-
links:
97-
- name: '#35593'
98-
url: https://github.com/apache/airflow/pull/35593
99-
- description: Add templating for PVC ``storageClassName``
100-
kind: changed
101-
links:
102-
- name: '#35581'
103-
url: https://github.com/apache/airflow/pull/35581
104-
- description: Add ``volumeClaimTemplate`` for worker
105-
kind: changed
106-
links:
107-
- name: '#34986'
108-
url: https://github.com/apache/airflow/pull/34986
109-
- description: Add support for ``priorityClassName`` on Redis pods
110-
kind: changed
111-
links:
112-
- name: '#34879'
113-
url: https://github.com/apache/airflow/pull/34879
114-
- description: Configurable mount path for DAGs volume
115-
kind: changed
116-
links:
117-
- name: '#35083'
118-
url: https://github.com/apache/airflow/pull/35083
119-
- description: Add support for custom ``emptyDir`` config
120-
kind: changed
121-
links:
122-
- name: '#34837'
123-
url: https://github.com/apache/airflow/pull/34837
124-
- description: Added ability to enable/disable scheduler and webserver
71+
- name: '#37490'
72+
url: https://github.com/apache/airflow/pull/37490
73+
74+
- description: Flower K8s Probe config
12575
kind: changed
12676
links:
127-
- name: '#36991'
128-
url: https://github.com/apache/airflow/pull/36991
129-
- description: Fix StatsD host in Airflow config
130-
kind: fixed
131-
links:
132-
- name: '#35679'
133-
url: https://github.com/apache/airflow/pull/35679
134-
- description: Set ``AIRFLOW_HOME`` env var with ``airflowHome`` value
135-
kind: fixed
136-
links:
137-
- name: '#34839'
138-
url: https://github.com/apache/airflow/pull/34839
139-
- description: Safer worker pod annotations
140-
kind: fixed
141-
links:
142-
- name: '#35309'
143-
url: https://github.com/apache/airflow/pull/35309
144-
- description: Set worker ``safeToEvict`` properly
145-
kind: fixed
146-
links:
147-
- name: '#35130'
148-
url: https://github.com/apache/airflow/pull/35130
149-
- description: Fix Redis broker URL with ``useStandardNaming``
77+
- name: '#37528'
78+
url: https://github.com/apache/airflow/pull/37528
79+
80+
- description: Remove duplicate ports key in webserver service
15081
kind: fixed
15182
links:
152-
- name: '#34825'
153-
url: https://github.com/apache/airflow/pull/34825
154-
- description: Fix metadata DB & port in KEDA connection when ``usePgbouncer`` is
155-
false
83+
- name: '#37356'
84+
url: https://github.com/apache/airflow/pull/37356
85+
86+
- description: Add ``AIRFLOW_HOME`` env var to log groomer sidecar
15687
kind: fixed
15788
links:
158-
- name: '#34741'
159-
url: https://github.com/apache/airflow/pull/34741
160-
- description: Fix PgBouncer connection with ``useStandardNaming``
89+
- name: '#37588'
90+
url: https://github.com/apache/airflow/pull/37588
91+
92+
- description: Skip ``.`` path when preparing reproducible packages
16193
kind: fixed
16294
links:
163-
- name: '#34787'
164-
url: https://github.com/apache/airflow/pull/34787
165-
- description: 'Docs: Add docs about extending the Airflow Helm chart'
166-
kind: changed
167-
links:
168-
- name: '#36331'
169-
url: https://github.com/apache/airflow/pull/36331
170-
- description: 'Docs: Add comment for Elasticsearch connection scheme'
171-
kind: changed
172-
links:
173-
- name: '#35588'
174-
url: https://github.com/apache/airflow/pull/35588
175-
- description: 'Docs: Add notes about Virtualenvs preventing the need for custom images'
176-
kind: changed
177-
links:
178-
- name: '#35306'
179-
url: https://github.com/apache/airflow/pull/35306
180-
- description: 'Misc: Default Airflow version to 2.8.1'
181-
kind: changed
182-
links:
183-
- name: '#36907'
184-
url: https://github.com/apache/airflow/pull/36907
185-
- description: 'Misc: Support git-sync v4'
186-
kind: changed
187-
links:
188-
- name: '#34731'
189-
url: https://github.com/apache/airflow/pull/34731
190-
- description: 'Misc: Upgrade ``bitnami/postgresql`` subchart to ``13.2.24``'
191-
kind: changed
192-
links:
193-
- name: '#36156'
194-
url: https://github.com/apache/airflow/pull/36156
195-
- description: 'Misc: Change git sync container indent to 4'
196-
kind: changed
197-
links:
198-
- name: '#35824'
199-
url: https://github.com/apache/airflow/pull/35824
200-
- description: 'Misc: Remove K8S 1.24 support'
201-
kind: changed
202-
links:
203-
- name: '#35214'
204-
url: https://github.com/apache/airflow/pull/35214
205-
- description: 'Misc: Rebuild ``pgbouncer`` and ``pgbouncer-exporter`` images with
206-
newer versions'
207-
kind: changed
208-
links:
209-
- name: '#36898'
210-
url: https://github.com/apache/airflow/pull/36898
211-
- description: 'Misc: Update ``statsd`` and ``redis`` chart images'
95+
- name: '#37402'
96+
url: https://github.com/apache/airflow/pull/37402
97+
98+
- description: 'Misc: Default airflow version to 2.8.2'
21299
kind: changed
213100
links:
214-
- name: '#37187'
215-
url: https://github.com/apache/airflow/pull/37187
101+
- name: '#37704'
102+
url: https://github.com/apache/airflow/pull/37704

chart/RELEASE_NOTES.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,38 @@ Run ``helm repo update`` before upgrading the chart to the latest version.
2323

2424
.. towncrier release notes start
2525
26+
Airflow Helm Chart 1.13.0 (2024-03-05)
27+
--------------------------------------
28+
29+
Significant Changes
30+
^^^^^^^^^^^^^^^^^^^
31+
32+
Default Airflow image is updated to ``2.8.2`` (#37704)
33+
""""""""""""""""""""""""""""""""""""""""""""""""""""""
34+
35+
The default Airflow image that is used with the Chart is now ``2.8.2``, previously it was ``2.8.1``.
36+
37+
38+
New Features
39+
^^^^^^^^^^^^
40+
41+
- Support labels specific to the database migration objects and pods (#37490)
42+
43+
Improvements
44+
^^^^^^^^^^^^
45+
46+
- Flower K8s Probe config (#37528)
47+
48+
Bug Fixes
49+
^^^^^^^^^
50+
- Remove duplicate ports key in webserver service (#37356)
51+
- Add ``AIRFLOW_HOME`` env var to log groomer sidecar (#37588)
52+
- Skip ``.`` path when preparing reproducible packages (#37402)
53+
54+
Misc
55+
^^^^
56+
- Default airflow version to 2.8.2 (#37704)
57+
2658
Airflow Helm Chart 1.12.0 (2024-02-11)
2759
--------------------------------------
2860

chart/newsfragments/37704.significant.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

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: c03e30f525b4a25e817da82b89fe5d5e
2-
source-date-epoch: 1707350723
1+
release-notes-hash: 61ba3ee5695c0692c88bfa05145f9dce
2+
source-date-epoch: 1709325949

0 commit comments

Comments
 (0)