Skip to content

Commit bbd4a94

Browse files
chore: release 8.5.1 (#400)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 0e3acdc commit bbd4a94

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

charts/airflow/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
TBD
99

10-
## [8.5.0] - 2021-08-19
10+
## [8.5.1] - 2021-08-23
11+
12+
### Fixed
13+
- fixed PgBouncer not working if `externalDatabase.database` or `postgresql.postgresqlDatabase` is not `"airflow"` ([#398](https://github.com/airflow-helm/charts/pull/398))
1114

15+
## [8.5.0] - 2021-08-19
1216

1317
> 🟨 __NOTE__ 🟨
1418
>
@@ -20,7 +24,6 @@ TBD
2024
>
2125
> If you are using the `XXXX.{nodeSelector,affinity,tolerations}` values, consider using the new global `airflow.{defaultNodeSelector,defaultAffinity,defaultTolerations}` values, so that you don't have to update your values in future.
2226
23-
2427
### Added
2528
- PgBouncer is now supported (and enabled by default), see the new `pgbouncer.*` values ([#341](https://github.com/airflow-helm/charts/pull/341), [#330](https://github.com/airflow-helm/charts/pull/330))
2629
- __NOTE:__ this should eliminate Postgres "too many connections" errors
@@ -51,7 +54,6 @@ TBD
5154
- the KubernetesExecutor pod-template now respects the `airflow.image.*` values ([#352](https://github.com/airflow-helm/charts/pull/352))
5255
- added values validation for `externalDatabase.type` ([#348](https://github.com/airflow-helm/charts/pull/348))
5356

54-
5557
### Fixed
5658
- fixed the scheduler livenessProbe command ([#351](https://github.com/airflow-helm/charts/pull/351))
5759
- made the sync-users deployment close its db connection after each loop ([#320](https://github.com/airflow-helm/charts/pull/320))
@@ -617,7 +619,8 @@ TBD
617619
> To read more about versions `7.0.0` and before, please see the legacy repo:<br>
618620
> https://github.com/helm/charts/tree/master/stable/airflow
619621
620-
[Unreleased]: https://github.com/airflow-helm/charts/compare/airflow-8.5.0...HEAD
622+
[Unreleased]: https://github.com/airflow-helm/charts/compare/airflow-8.5.1...HEAD
623+
[8.5.1]: https://github.com/airflow-helm/charts/compare/airflow-8.5.0...airflow-8.5.1
621624
[8.5.0]: https://github.com/airflow-helm/charts/compare/airflow-8.4.1...airflow-8.5.0
622625
[8.4.1]: https://github.com/airflow-helm/charts/compare/airflow-8.4.0...airflow-8.4.1
623626
[8.4.0]: https://github.com/airflow-helm/charts/compare/airflow-8.3.2...airflow-8.4.0

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.0
4+
version: 8.5.1
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)