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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
7
8
8
TBD
9
9
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
+
10
27
## [8.5.1] - 2021-08-23
11
28
12
29
### Fixed
@@ -619,7 +636,8 @@ TBD
619
636
> To read more about versions `7.0.0` and before, please see the legacy repo:<br>
0 commit comments