Skip to content

Commit 5c2ac6a

Browse files
chore: release 8.5.3 (#497)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 0317f5e commit 5c2ac6a

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

charts/airflow/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,28 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
TBD
99

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+
1026
## [8.5.2] - 2021-08-25
1127

1228
> 🟥 __Warning__ 🟥
1329
>
1430
> You must stop URL-encoding special characters in `externalDatabase.user`, the chart will now automatically do this for you.<br>
1531
> (For example, don't replace `@` with `%40` anymore)
16-
>
1732
1833
### Changed
1934
- special characters in `externalDatabase.user` are now automatically url-encoded ([#407](https://github.com/airflow-helm/charts/pull/407))
@@ -637,6 +652,7 @@ TBD
637652
> https://github.com/helm/charts/tree/master/stable/airflow
638653
639654
[Unreleased]: https://github.com/airflow-helm/charts/compare/airflow-8.5.2...HEAD
655+
[8.5.3]: https://github.com/airflow-helm/charts/compare/airflow-8.5.2...airflow-8.5.3
640656
[8.5.2]: https://github.com/airflow-helm/charts/compare/airflow-8.5.1...airflow-8.5.2
641657
[8.5.1]: https://github.com/airflow-helm/charts/compare/airflow-8.5.0...airflow-8.5.1
642658
[8.5.0]: https://github.com/airflow-helm/charts/compare/airflow-8.4.1...airflow-8.5.0

charts/airflow/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Airflow Helm Chart (User Community) - used to deploy Apache Airflow on Kubernetes
33
name: airflow
4-
version: 8.5.2
5-
appVersion: 2.1.2
4+
version: 8.5.3
5+
appVersion: 2.1.4
66
icon: https://airflow.apache.org/_images/pin_large.png
77
home: https://github.com/airflow-helm/charts
88
maintainers:

charts/airflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ airflow:
1010
##
1111
image:
1212
repository: apache/airflow
13-
tag: 2.1.2-python3.8
13+
tag: 2.1.4-python3.8
1414
pullPolicy: IfNotPresent
1515
pullSecret: ""
1616
uid: 50000

0 commit comments

Comments
 (0)