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/09/16 17:57:01 UTC

[airflow] branch main updated (2dac083 -> 73044af)

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 2dac083  Fixed wasb hook attempting to create container when getting a blob client (#18287)
     add 73044af  Chart: Use stable API versions where available (#17211)

No new revisions were added by this update.

Summary of changes:
 chart/UPDATING.rst                                 | 10 ++++
 chart/templates/_helpers.yaml                      | 10 ++++
 chart/templates/cleanup/cleanup-cronjob.yaml       |  4 ++
 chart/templates/flower/flower-ingress.yaml         | 23 ++++++++-
 .../pgbouncer/pgbouncer-poddisruptionbudget.yaml   |  4 ++
 .../scheduler/scheduler-poddisruptionbudget.yaml   |  4 ++
 chart/templates/webserver/webserver-ingress.yaml   | 54 ++++++++++++++++++----
 chart/tests/helm_template_generator.py             | 45 +++++++++++++-----
 chart/tests/test_cleanup_pods.py                   |  7 +++
 chart/tests/test_ingress_flower.py                 | 19 +++++++-
 chart/tests/test_ingress_web.py                    | 16 ++++++-
 .../{test_ingress_web.py => test_pdb_pgbouncer.py} | 22 ++++-----
 .../{test_ingress_web.py => test_pdb_scheduler.py} | 22 ++++-----
 chart/values.schema.json                           | 40 +++++++++++-----
 chart/values.yaml                                  | 25 ++++++----
 15 files changed, 236 insertions(+), 69 deletions(-)
 copy chart/tests/{test_ingress_web.py => test_pdb_pgbouncer.py} (58%)
 copy chart/tests/{test_ingress_web.py => test_pdb_scheduler.py} (60%)