Skip to content

Commit

Permalink
release 7.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Dec 15, 2020
1 parent 5dfab84 commit eec4d17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: airflow is a platform to programmatically author, schedule, and monitor workflows
name: airflow
version: 7.14.3
version: 7.15.0
appVersion: 1.10.12
icon: https://airflow.apache.org/_images/pin_large.png
home: https://airflow.apache.org/
Expand Down
1 change: 1 addition & 0 deletions charts/airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ airflow create_user ...

Find chart version numbers under [GitHub Releases](https://github.com/airflow-helm/charts/releases):

- [v7.14.X → v7.15.0](UPGRADE.md#v714x--v7150)
- [v7.13.X → v7.14.0](UPGRADE.md#v713x--v7140)
- [v7.12.X → v7.13.0](UPGRADE.md#v712x--v7130)
- [v7.11.X → v7.12.0](UPGRADE.md#v711x--v7120)
Expand Down
13 changes: 13 additions & 0 deletions charts/airflow/UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Upgrading Steps

## `v7.14.X``v7.15.0`

__The following IMPROVEMENTS have been made:__
* We now use `airflow upgradedb || airflow db upgrade` instead of `airflow initdb` with the following values:
* `scheduler.initdb`
* `scheduler.preinitdb`

__The following values have CHANGED DEFAULTS:__
* `dags.git.gitSync.image.pullPolicy`
* Is now `IfNotPresent` by default
* `dags.initContainer.image.pullPolicy`
* Is now `IfNotPresent` by default

## `v7.13.X``v7.14.0`

> ⚠️ WARNING
Expand Down

0 comments on commit eec4d17

Please sign in to comment.