Skip to content

Commit

Permalink
Add Changelog for Airflow Chart 1.3.0 (apache#19417)
Browse files Browse the repository at this point in the history
(cherry picked from commit d3d2a38)
  • Loading branch information
kaxil authored and jedcunningham committed Nov 16, 2021
1 parent ddcc848 commit 6c6a1ff
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions chart/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
Airflow Helm Chart 1.3.0, 2021-11-08
------------------------------------

New Features
""""""""""""

- Chart: Add resources for ``cleanup`` and ``createuser`` jobs (#19263)
- Chart: Add labels to jobs created by cleanup pods (#19225)
- Add migration job resources (#19175)
- Allow custom pod annotations to all components (#18481)
- Chart: Make PgBouncer cmd/args configurable (#18910)
- Chart: Use python 3.7 by default; support disabling triggerer (#18920)
- Chart: Allow disabling the Helm hooks in the helm chart (#18776)
- Allow specifying kerberos keytab in the chart (#19054)

Improvements
""""""""""""

- Chart: Increase default liveness probe timeout (#19003)
- Chart: Mount DAGs in triggerer (#18753)

Bug Fixes
"""""""""

- Allow Airflow UI to create worker pod via Clear > Run (#18272)
- Allow airflow standard images to run in openshift utilising the official helm chart #18136 (#18147)

Doc only changes
""""""""""""""""

- Chart: Fix `extraEnvFrom` examples (#19144)
- Chart docs: Update webserver secret key reference configuration (#18595)
- Fix helm chart links in source install guide (#18588)

Misc
""""
- Chart: Update default Airflow version to ``2.2.1`` (#19326)
- Modernize dockerfiles builds (#19327)
- Chart: Use strict k8s schemas for template validation (#19379)

Airflow Helm Chart 1.2.0, 2021-09-28
------------------------------------

Expand Down

0 comments on commit 6c6a1ff

Please sign in to comment.