You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/03/12 14:22:14 UTC

[airflow] branch main updated (5c15b23023 -> f07d300c4c)

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

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


    from 5c15b23023 AIP-44 Migrate Dagbag.sync_to_db to internal API. (#29188)
     add f07d300c4c Introducing hostAliases for airflow webserver and scheduler (#30051)

No new revisions were added by this update.

Summary of changes:
 .../templates/scheduler/scheduler-deployment.yaml  |  4 ++
 .../templates/webserver/webserver-deployment.yaml  |  4 ++
 chart/values.schema.json                           | 44 ++++++++++++++++++++++
 chart/values.yaml                                  | 17 +++++++++
 tests/charts/test_scheduler.py                     | 13 +++++++
 tests/charts/test_webserver.py                     | 13 +++++++
 6 files changed, 95 insertions(+)