You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/airflow/CHANGELOG.md
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,34 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
8
8
9
9
TBD
10
10
11
+
## [8.8.0] - 2023-08-28
12
+
13
+
> 🟨 __NOTES__ 🟨
14
+
>
15
+
> - the default airflow image is now `apache/airflow:2.6.3-python3.9`, but you can still use any supported version of airflow, see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support)
16
+
> - this is the first version of the chart with support for airflow 2.7, along with pretty much all previous versions of airflow, see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support)
17
+
18
+
> 🟦 __OTHER__ 🟦
19
+
>
20
+
> - If you appreciate the `User-Community Airflow Helm Chart` please consider supporting us!
21
+
> -[give a ⭐ on GitHub](https://github.com/airflow-helm/charts/stargazers)
22
+
> -[give a ⭐ on ArtifactHub](https://artifacthub.io/packages/helm/airflow-helm/airflow)
23
+
24
+
### Changed
25
+
- the default airflow image is now `apache/airflow:2.6.3-python3.9` (see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support))
26
+
27
+
### Added
28
+
- add liveness probe for celery workers ([#766](https://github.com/airflow-helm/charts/pull/766))
29
+
- support `include_deferred` in pool sync for airflow 2.7.0 ([#775](https://github.com/airflow-helm/charts/pull/775))
30
+
31
+
### Fixed
32
+
33
+
- sync-users for airflow 2.7.0 ([#772](https://github.com/airflow-helm/charts/pull/772))
34
+
- invalid pgbouncer-certs volume spec when empty ([#777](https://github.com/airflow-helm/charts/pull/777))
35
+
11
36
## [8.7.1] - 2023-05-13
12
37
13
-
> 🟥 __WARNINGS__ 🟥
38
+
> 🟨 __NOTES__ 🟨
14
39
>
15
40
> - this is the first version of the chart with support for airflow 2.6, along with pretty much all previous versions of airflow, see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support)
16
41
@@ -34,12 +59,6 @@ TBD
34
59
> - when upgrading to airflow 2.5, you may wish to rename your kubernetes `aiflow.config` from `AIRFLOW__KUBERNETES__*` to `AIRFLOW__KUBERNETES_EXECUTOR__*`, as the former was deprecated by airflow 2.5
35
60
> - the chart should no longer be forever "out of sync" in apps like ArgoCD, as this issue was resolved by [#718](https://github.com/airflow-helm/charts/pull/718)
36
61
37
-
> 🟦 __OTHER__ 🟦
38
-
>
39
-
> - If you appreciate the `User-Community Airflow Helm Chart` please consider supporting us!
40
-
> -[give a ⭐ on GitHub](https://github.com/airflow-helm/charts/stargazers)
41
-
> -[give a ⭐ on ArtifactHub](https://artifacthub.io/packages/helm/airflow-helm/airflow)
42
-
43
62
### Changed
44
63
- the default airflow image is now `apache/airflow:2.5.3-python3.8` (see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support))
45
64
- the default git-sync image is now `registry.k8s.io/git-sync/git-sync:v3.6.5`
@@ -765,7 +784,8 @@ TBD
765
784
>
766
785
> - To read about versions `7.0.0` and before, please see the [legacy repo](https://github.com/helm/charts/tree/master/stable/airflow).
@@ -158,16 +158,17 @@ Please note, this chart is __independent__ from the official chart in the `apach
158
158
159
159
The following table lists the __airflow versions__ supported by this chart (set the version with [`airflow.image.tag`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/configuration/airflow-version.md) value).
<sub>[1] you must set `airflow.legacyCommands = true` when using airflow version `1.10.X`</sub><br>
173
174
<sub>[2] the [Deferrable Operators & Triggers](https://airflow.apache.org/docs/apache-airflow/stable/concepts/deferring.html) feature won't work, as there is no `airflow triggerer` Deployment</sub>
0 commit comments