This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 820d8eb7c6 Helm chart 1.6.0rc2 (#23754)
820d8eb7c6 is described below
commit 820d8eb7c631eea7f9d5cbd23840d026e99ae304
Author: Jed Cunningham <[email protected]>
AuthorDate: Tue May 17 11:42:13 2022 -0600
Helm chart 1.6.0rc2 (#23754)
---
chart/Chart.yaml | 5 +++++
chart/RELEASE_NOTES.rst | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index dd450a0ccb..d69f383ab5 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -142,3 +142,8 @@ annotations:
links:
- name: '#22284'
url: https://github.com/apache/airflow/pull/22284
+ - description: 'Misc: Disable flower in chart by default'
+ kind: changed
+ links:
+ - name: '#23737'
+ url: https://github.com/apache/airflow/pull/23737
diff --git a/chart/RELEASE_NOTES.rst b/chart/RELEASE_NOTES.rst
index dee84f9273..e07e000b2d 100644
--- a/chart/RELEASE_NOTES.rst
+++ b/chart/RELEASE_NOTES.rst
@@ -23,7 +23,7 @@ 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)
+Airflow Helm Chart 1.6.0 (2022-05-20)
-------------------------------------
Significant Changes
@@ -77,6 +77,7 @@ Misc
- Update default Airflow version to ``2.3.0`` (#23386)
- Move the database configuration to a new section (#22284)
+- Disable flower in chart by default (#23737)
Airflow Helm Chart 1.5.0, (2022-03-07)