|
19 | 19 | --- |
20 | 20 | apiVersion: v2 |
21 | 21 | name: airflow |
22 | | -version: 1.13.0-dev |
| 22 | +version: 1.13.0 |
23 | 23 | appVersion: 2.8.2 |
24 | 24 | description: The official Helm chart to deploy Apache Airflow, a platform to |
25 | 25 | programmatically author, schedule, and monitor workflows |
@@ -65,151 +65,38 @@ annotations: |
65 | 65 | - title: Code View |
66 | 66 | url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/code.png |
67 | 67 | artifacthub.io/changes: | |
68 | | - - description: Enable native HPA for Airflow Workers |
| 68 | + - description: Support labels specific to the database migration objects and pods |
69 | 69 | kind: added |
70 | 70 | 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 |
125 | 75 | kind: changed |
126 | 76 | 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 |
150 | 81 | kind: fixed |
151 | 82 | 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 |
156 | 87 | kind: fixed |
157 | 88 | 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 |
161 | 93 | kind: fixed |
162 | 94 | 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' |
212 | 99 | kind: changed |
213 | 100 | 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 |
0 commit comments