You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2021/12/15 18:31:56 UTC

[airflow] branch main updated (22cb8b0 -> 705f129)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 22cb8b0  Chart: Fix flower restarts on update (#20316)
     add 705f129  Chart: Allow ingress multiple hostnames w/diff secrets (#18542)

No new revisions were added by this update.

Summary of changes:
 chart/UPDATING.rst                               |  7 ++
 chart/templates/NOTES.txt                        | 39 ++++++++++-
 chart/templates/flower/flower-ingress.yaml       | 33 +++++++--
 chart/templates/webserver/webserver-ingress.yaml | 33 +++++++--
 chart/tests/test_ingress_flower.py               | 48 ++++++++++---
 chart/tests/test_ingress_web.py                  | 44 +++++++++---
 chart/values.schema.json                         | 86 ++++++++++++++++++++++--
 chart/values.yaml                                | 21 ++++--
 8 files changed, 271 insertions(+), 40 deletions(-)