Skip to content

Commit

Permalink
Release notes for helm chart 1.13.0 (#37806)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Mar 1, 2024
1 parent 2bc5d2d commit f7f005f
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 142 deletions.
161 changes: 24 additions & 137 deletions chart/Chart.yaml
Expand Up @@ -19,7 +19,7 @@
---
apiVersion: v2
name: airflow
version: 1.13.0-dev
version: 1.13.0
appVersion: 2.8.2
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
Expand Down Expand Up @@ -65,151 +65,38 @@ annotations:
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/code.png
artifacthub.io/changes: |
- description: Enable native HPA for Airflow Workers
- description: Support labels specific to the database migration objects and pods
kind: added
links:
- name: '#36174'
url: https://github.com/apache/airflow/pull/36174
- description: Add init container + sidecar support for Airflow Kerberos
kind: added
links:
- name: '#35548'
url: https://github.com/apache/airflow/pull/35548
- description: Support MySQL backend as KEDA trigger
kind: added
links:
- name: '#36167'
url: https://github.com/apache/airflow/pull/36167
- description: Improve PriorityClass to improve debuggability
kind: changed
links:
- name: '#36365'
url: https://github.com/apache/airflow/pull/36365
- description: Add ``securityContexts`` in dag processors log groomer sidecar
kind: changed
links:
- name: '#34499'
url: https://github.com/apache/airflow/pull/34499
- description: Add support for ``securityContexts`` in dag processors wait-for-migrations
container
kind: changed
links:
- name: '#35593'
url: https://github.com/apache/airflow/pull/35593
- description: Add templating for PVC ``storageClassName``
kind: changed
links:
- name: '#35581'
url: https://github.com/apache/airflow/pull/35581
- description: Add ``volumeClaimTemplate`` for worker
kind: changed
links:
- name: '#34986'
url: https://github.com/apache/airflow/pull/34986
- description: Add support for ``priorityClassName`` on Redis pods
kind: changed
links:
- name: '#34879'
url: https://github.com/apache/airflow/pull/34879
- description: Configurable mount path for DAGs volume
kind: changed
links:
- name: '#35083'
url: https://github.com/apache/airflow/pull/35083
- description: Add support for custom ``emptyDir`` config
kind: changed
links:
- name: '#34837'
url: https://github.com/apache/airflow/pull/34837
- description: Added ability to enable/disable scheduler and webserver
- name: '#37490'
url: https://github.com/apache/airflow/pull/37490
- description: Flower K8s Probe config
kind: changed
links:
- name: '#36991'
url: https://github.com/apache/airflow/pull/36991
- description: Fix StatsD host in Airflow config
kind: fixed
links:
- name: '#35679'
url: https://github.com/apache/airflow/pull/35679
- description: Set ``AIRFLOW_HOME`` env var with ``airflowHome`` value
kind: fixed
links:
- name: '#34839'
url: https://github.com/apache/airflow/pull/34839
- description: Safer worker pod annotations
kind: fixed
links:
- name: '#35309'
url: https://github.com/apache/airflow/pull/35309
- description: Set worker ``safeToEvict`` properly
kind: fixed
links:
- name: '#35130'
url: https://github.com/apache/airflow/pull/35130
- description: Fix Redis broker URL with ``useStandardNaming``
- name: '#37528'
url: https://github.com/apache/airflow/pull/37528
- description: Remove duplicate ports key in webserver service
kind: fixed
links:
- name: '#34825'
url: https://github.com/apache/airflow/pull/34825
- description: Fix metadata DB & port in KEDA connection when ``usePgbouncer`` is
false
- name: '#37356'
url: https://github.com/apache/airflow/pull/37356
- description: Add ``AIRFLOW_HOME`` env var to log groomer sidecar
kind: fixed
links:
- name: '#34741'
url: https://github.com/apache/airflow/pull/34741
- description: Fix PgBouncer connection with ``useStandardNaming``
- name: '#37588'
url: https://github.com/apache/airflow/pull/37588
- description: Skip ``.`` path when preparing reproducible packages
kind: fixed
links:
- name: '#34787'
url: https://github.com/apache/airflow/pull/34787
- description: 'Docs: Add docs about extending the Airflow Helm chart'
kind: changed
links:
- name: '#36331'
url: https://github.com/apache/airflow/pull/36331
- description: 'Docs: Add comment for Elasticsearch connection scheme'
kind: changed
links:
- name: '#35588'
url: https://github.com/apache/airflow/pull/35588
- description: 'Docs: Add notes about Virtualenvs preventing the need for custom images'
kind: changed
links:
- name: '#35306'
url: https://github.com/apache/airflow/pull/35306
- description: 'Misc: Default Airflow version to 2.8.1'
kind: changed
links:
- name: '#36907'
url: https://github.com/apache/airflow/pull/36907
- description: 'Misc: Support git-sync v4'
kind: changed
links:
- name: '#34731'
url: https://github.com/apache/airflow/pull/34731
- description: 'Misc: Upgrade ``bitnami/postgresql`` subchart to ``13.2.24``'
kind: changed
links:
- name: '#36156'
url: https://github.com/apache/airflow/pull/36156
- description: 'Misc: Change git sync container indent to 4'
kind: changed
links:
- name: '#35824'
url: https://github.com/apache/airflow/pull/35824
- description: 'Misc: Remove K8S 1.24 support'
kind: changed
links:
- name: '#35214'
url: https://github.com/apache/airflow/pull/35214
- description: 'Misc: Rebuild ``pgbouncer`` and ``pgbouncer-exporter`` images with
newer versions'
kind: changed
links:
- name: '#36898'
url: https://github.com/apache/airflow/pull/36898
- description: 'Misc: Update ``statsd`` and ``redis`` chart images'
- name: '#37402'
url: https://github.com/apache/airflow/pull/37402
- description: 'Misc: Default airflow version to 2.8.2'
kind: changed
links:
- name: '#37187'
url: https://github.com/apache/airflow/pull/37187
- name: '#37704'
url: https://github.com/apache/airflow/pull/37704
32 changes: 32 additions & 0 deletions chart/RELEASE_NOTES.rst
Expand Up @@ -23,6 +23,38 @@ Run ``helm repo update`` before upgrading the chart to the latest version.

.. towncrier release notes start
Airflow Helm Chart 1.13.0 (2024-03-05)
--------------------------------------

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

Default Airflow image is updated to ``2.8.2`` (#37704)
""""""""""""""""""""""""""""""""""""""""""""""""""""""

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


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

- Support labels specific to the database migration objects and pods (#37490)

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

- Flower K8s Probe config (#37528)

Bug Fixes
^^^^^^^^^
- Remove duplicate ports key in webserver service (#37356)
- Add ``AIRFLOW_HOME`` env var to log groomer sidecar (#37588)
- Skip ``.`` path when preparing reproducible packages (#37402)

Misc
^^^^
- Default airflow version to 2.8.2 (#37704)

Airflow Helm Chart 1.12.0 (2024-02-11)
--------------------------------------

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

This file was deleted.

4 changes: 2 additions & 2 deletions chart/reproducible_build.yaml
@@ -1,2 +1,2 @@
release-notes-hash: c03e30f525b4a25e817da82b89fe5d5e
source-date-epoch: 1707350723
release-notes-hash: 61ba3ee5695c0692c88bfa05145f9dce
source-date-epoch: 1709325949

0 comments on commit f7f005f

Please sign in to comment.