Skip to content

Commit

Permalink
Release notes for helm chart 1.13.1 (#38356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Mar 21, 2024
1 parent 32c573f commit 3840ec6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 35 deletions.
41 changes: 11 additions & 30 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
apiVersion: v2
name: airflow
version: 1.14.0-dev
version: 1.13.1
appVersion: 2.8.3
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
Expand Down Expand Up @@ -65,38 +65,19 @@ annotations:
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/code.png
artifacthub.io/changes: |
- description: Support labels specific to the database migration objects and pods
kind: added
links:
- name: '#37490'
url: https://github.com/apache/airflow/pull/37490
- description: Flower K8s Probe config
kind: changed
links:
- name: '#37528'
url: https://github.com/apache/airflow/pull/37528
- description: Remove duplicate ports key in webserver service
- description: Don't overwrite ``.Values.airflowPodAnnotations``
kind: fixed
links:
- name: '#37356'
url: https://github.com/apache/airflow/pull/37356
- description: Add ``AIRFLOW_HOME`` env var to log groomer sidecar
- name: '#37917'
url: https://github.com/apache/airflow/pull/37917
- description: Fix cluster-wide RBAC naming clash when using multiple ``multiNamespace``
releases with the same name
kind: fixed
links:
- name: '#37588'
url: https://github.com/apache/airflow/pull/37588
- description: Skip ``.`` path when preparing reproducible packages
kind: fixed
links:
- name: '#37402'
url: https://github.com/apache/airflow/pull/37402
- description: 'Misc: Default airflow version to 2.8.2'
- name: '#37197'
url: https://github.com/apache/airflow/pull/37197
- description: 'Misc: Default airflow version to 2.8.3'
kind: changed
links:
- name: '#37704'
url: https://github.com/apache/airflow/pull/37704
- name: '#38036'
url: https://github.com/apache/airflow/pull/38036
20 changes: 20 additions & 0 deletions chart/RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ Run ``helm repo update`` before upgrading the chart to the latest version.

.. towncrier release notes start
Airflow Helm Chart 1.13.1 (2024-03-25)
--------------------------------------

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

Default Airflow image is updated to ``2.8.3`` (#38036)
""""""""""""""""""""""""""""""""""""""""""""""""""""""

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

Bug Fixes
^^^^^^^^^
- Don't overwrite ``.Values.airflowPodAnnotations`` (#37917)
- Fix cluster-wide RBAC naming clash when using multiple ``multiNamespace`` releases with the same name (#37197)

Misc
^^^^
- Chart: Default airflow version to 2.8.3 (#38036)

Airflow Helm Chart 1.13.0 (2024-03-05)
--------------------------------------

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

This file was deleted.

4 changes: 2 additions & 2 deletions chart/reproducible_build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-notes-hash: 61ba3ee5695c0692c88bfa05145f9dce
source-date-epoch: 1709325949
release-notes-hash: f4e3070576d91f91c4501646b7328780
source-date-epoch: 1711032782

0 comments on commit 3840ec6

Please sign in to comment.