Skip to content

Commit a55c4cd

Browse files
chore: release 8.5.2 (#410)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 7570c2e commit a55c4cd

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

charts/airflow/CHANGELOG.md

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

88
TBD
99

10+
## [8.5.2] - 2021-08-25
11+
12+
> 🟥 __Warning__ 🟥
13+
>
14+
> You must stop URL-encoding special characters in `externalDatabase.user`, the chart will now automatically do this for you.<br>
15+
> (For example, don't replace `@` with `%40` anymore)
16+
>
17+
18+
### Changed
19+
- special characters in `externalDatabase.user` are now automatically url-encoded ([#407](https://github.com/airflow-helm/charts/pull/407))
20+
- __WARNING:__ you must stop URL-encoding special characters in `externalDatabase.user`
21+
22+
### Fixed
23+
- self-signed certificates are now only generated for `client_tls_key_file` and `client_tls_cert_file` PgBouncer configs ([#404](https://github.com/airflow-helm/charts/pull/404))
24+
- __NOTE:__ solves `routines:ssl3_read_bytes:tlsv1 alert unknown ca`, caused by incorrectly trying to verify remote Postgres servers with a self-signed CA `server_tls_ca_file`
25+
- flower pods are now correctly affected by default: nodeSelector, affinity, tolerations ([#405](https://github.com/airflow-helm/charts/pull/405))
26+
1027
## [8.5.1] - 2021-08-23
1128

1229
### Fixed
@@ -619,7 +636,8 @@ TBD
619636
> To read more about versions `7.0.0` and before, please see the legacy repo:<br>
620637
> https://github.com/helm/charts/tree/master/stable/airflow
621638
622-
[Unreleased]: https://github.com/airflow-helm/charts/compare/airflow-8.5.1...HEAD
639+
[Unreleased]: https://github.com/airflow-helm/charts/compare/airflow-8.5.2...HEAD
640+
[8.5.2]: https://github.com/airflow-helm/charts/compare/airflow-8.5.1...airflow-8.5.2
623641
[8.5.1]: https://github.com/airflow-helm/charts/compare/airflow-8.5.0...airflow-8.5.1
624642
[8.5.0]: https://github.com/airflow-helm/charts/compare/airflow-8.4.1...airflow-8.5.0
625643
[8.4.1]: https://github.com/airflow-helm/charts/compare/airflow-8.4.0...airflow-8.4.1

charts/airflow/Chart.yaml

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

0 commit comments

Comments
 (0)