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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,28 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
7
8
8
TBD
9
9
10
+
## [8.5.3] - 2022-01-10
11
+
12
+
> 🟥 __Warning__ 🟥
13
+
>
14
+
> Update to this version if you are using Kubernetes 1.20+ to prevent the scheduler's liveness probe causing a restart loop (issue:[#484](https://github.com/airflow-helm/charts/issues/484)).
15
+
>
16
+
> If you currently set `scheduler.livenessProbe.timeoutSeconds` or `pgbouncer.livenessProbe.timeoutSeconds` in your values, ensure you update them to the new default of `60`.
17
+
18
+
### Changed
19
+
- the default `airflow.image` is now `apache/airflow:2.1.4-python3.8`
20
+
-__NOTE:__ this does not affect support for older airflow versions, see the [airflow version support matrix](https://github.com/airflow-helm/charts/tree/main/charts/airflow#airflow-version-support)
21
+
22
+
### Fixed
23
+
- increase default `timeoutSeconds` for liveness probes ([#496](https://github.com/airflow-helm/charts/pull/496))
24
+
- typo in `GIT_SYNC_MAX_SYNC_FAILURES` environment variable name ([#462](https://github.com/airflow-helm/charts/pull/462))
25
+
10
26
## [8.5.2] - 2021-08-25
11
27
12
28
> 🟥 __Warning__ 🟥
13
29
>
14
30
> You must stop URL-encoding special characters in `externalDatabase.user`, the chart will now automatically do this for you.<br>
15
31
> (For example, don't replace `@` with `%40` anymore)
16
-
>
17
32
18
33
### Changed
19
34
- special characters in `externalDatabase.user` are now automatically url-encoded ([#407](https://github.com/airflow-helm/charts/pull/407))
0 commit comments