Skip to content

Commit

Permalink
Helm chart 1.6.0rc1 (apache#23548)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored May 9, 2022
1 parent 389676b commit ce81a29
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,9 @@ repos:
files: newsfragments/.*\.rst
entry: ./scripts/ci/pre_commit/pre_commit_newsfragments.py
pass_filenames: true
# We sometimes won't have newsfragments in the repo, so always run it so `check-hooks-apply` passes
# This is fast, so not too much downside
always_run: true
## ADD MOST PRE-COMMITS ABOVE THAT LINE
# The below pre-commits are those requiring CI image to be built
- id: run-mypy
Expand Down
78 changes: 78 additions & 0 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,81 @@ annotations:
url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/code.png
- title: Task Instance Context Menu
url: https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/context.png
artifacthub.io/changes: |
- description: Support ``annotations`` on ``volumeClaimTemplates``
kind: added
links:
- name: '#23433'
url: https://github.com/apache/airflow/pull/23433
- description: Add support for ``topologySpreadConstraints`` to Helm Chart
kind: added
links:
- name: '#22712'
url: https://github.com/apache/airflow/pull/22712
- description: Helm support for LocalKubernetesExecutor
kind: added
links:
- name: '#22388'
url: https://github.com/apache/airflow/pull/22388
- description: Add ``securityContext`` config for Redis to Helm chart
kind: added
links:
- name: '#22182'
url: https://github.com/apache/airflow/pull/22182
- description: Allow ``annotations`` on Helm DAG PVC
kind: added
links:
- name: '#22261'
url: https://github.com/apache/airflow/pull/22261
- description: enable optional ``subPath`` for DAGs volume mount
kind: added
links:
- name: '#22323'
url: https://github.com/apache/airflow/pull/22323
- description: Added support to override ``auth_type`` in ``auth_file`` in PgBouncer
Helm configuration
kind: added
links:
- name: '#21999'
url: https://github.com/apache/airflow/pull/21999
- description: Add ``extraVolumeMounts`` to Flower
kind: added
links:
- name: '#22414'
url: https://github.com/apache/airflow/pull/22414
- description: Add webserver ``PodDisruptionBudget``
kind: added
links:
- name: '#21735'
url: https://github.com/apache/airflow/pull/21735
- description: Ensure the messages from migration job show up early
kind: changed
links:
- name: '#23479'
url: https://github.com/apache/airflow/pull/23479
- description: Allow migration jobs and init containers to be optional
kind: changed
links:
- name: '#22195'
url: https://github.com/apache/airflow/pull/22195
- description: Use jobs check command for liveness probe check in Airflow 2
kind: changed
links:
- name: '#22143'
url: https://github.com/apache/airflow/pull/22143
- description: 'Docs: Adds ``resultBackendSecretName`` warning in Helm production
docs'
kind: changed
links:
- name: '#23307'
url: https://github.com/apache/airflow/pull/23307
- description: 'Misc: Update default Airflow version to ``2.3.0``'
kind: changed
links:
- name: '#23386'
url: https://github.com/apache/airflow/pull/23386
- description: 'Misc: Move the database configuration to a new section'
kind: changed
links:
- name: '#22284'
url: https://github.com/apache/airflow/pull/22284
43 changes: 43 additions & 0 deletions chart/RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,49 @@ Run ``helm repo update`` before upgrading the chart to the latest version.

.. towncrier release notes start
Airflow Helm Chart 1.6.0 (2022-05-12)
-------------------------------------

Significant Changes
^^^^^^^^^^^^^^^^^^^

Default Airflow image is updated to ``2.3.0`` (#23386)
""""""""""""""""""""""""""""""""""""""""""""""""""""""

The default Airflow image that is used with the Chart is now ``2.3.0``, previously it was ``2.2.4``.

New Features
^^^^^^^^^^^^

- Support ``annotations`` on ``volumeClaimTemplates`` (#23433)
- Add support for ``topologySpreadConstraints`` to Helm Chart (#22712)
- Helm support for LocalKubernetesExecutor (#22388)
- Add ``securityContext`` config for Redis to Helm chart (#22182)
- Allow ``annotations`` on Helm DAG PVC (#22261)
- enable optional ``subPath`` for DAGs volume mount (#22323)
- Added support to override ``auth_type`` in ``auth_file`` in PgBouncer Helm configuration (#21999)
- Add ``extraVolumeMounts`` to Flower (#22414)
- Add webserver ``PodDisruptionBudget`` (#21735)

Improvements
^^^^^^^^^^^^

- Ensure the messages from migration job show up early (#23479)
- Allow migration jobs and init containers to be optional (#22195)
- Use jobs check command for liveness probe check in Airflow 2 (#22143)

Doc only changes
^^^^^^^^^^^^^^^^

- Adds ``resultBackendSecretName`` warning in Helm production docs (#23307)

Misc
^^^^

- Update default Airflow version to ``2.3.0`` (#23386)
- Move the database configuration to a new section (#22284)


Airflow Helm Chart 1.5.0, (2022-03-07)
--------------------------------------

Expand Down
3 changes: 0 additions & 3 deletions chart/newsfragments/23386.significant.rst

This file was deleted.

0 comments on commit ce81a29

Please sign in to comment.