This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from db5ac64 Reorder migrations to be compatible with 2.1.4 (#18153)
add a3c4784 Add C2FO to ``INTHEWILD.md`` (#18157)
add a773794 Make auto refresh interval configurable (#18107)
add 2776e08 Fix Airflow version for `[logging] worker_log_server_port`
(#18158)
add 9140ad8 Use parameters instead of params (#18143)
add 723eeb4 Add script that validate version fields in config.yaml
(#18130)
add f34893a Remove limits for dnspython (#18162)
new faff793 Bump version to `2.2.0b1`
new e994d36 Add 2.2.0b1 changelog
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.txt | 276 +++++++++++++++++++++
INTHEWILD.md | 1 +
airflow/config_templates/config.yml | 10 +-
airflow/config_templates/default_airflow.cfg | 4 +
airflow/configuration.py | 2 +-
.../example_dags/example_facebook_ads_to_gcs.py | 4 +-
.../google/cloud/transfers/facebook_ads_to_gcs.py | 27 +-
.../example_dags/example_display_video.py | 4 +-
.../marketing_platform/operators/display_video.py | 29 ++-
airflow/www/static/js/graph.js | 5 +-
airflow/www/static/js/tree.js | 4 +-
airflow/www/templates/airflow/graph.html | 1 +
airflow/www/templates/airflow/tree.html | 3 +-
airflow/www/views.py | 2 +
dev/README_RELEASE_AIRFLOW.md | 13 +
dev/validate_version_added_fields_in_config.py | 112 +++++++++
setup.py | 8 +-
.../cloud/transfers/test_facebook_ads_to_gcs.py | 8 +-
.../operators/test_display_video.py | 6 +-
19 files changed, 485 insertions(+), 34 deletions(-)
create mode 100755 dev/validate_version_added_fields_in_config.py