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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 561e459  (commit)
      to 35b5614  (commit)
    from 561e459  Proper exit status for failed CLI requests (#12375)
     add 0038660  Fixes pull error on building tagged image (#12378)
     add bfbbb24  Add extra info when starting extra actions in Breeze (#12377)
     add 6d05108  Add info log message about duration taken to load plugins 
(#12308)
     add 6f0cf3f  Remove unneeded parentheses after Black formatting (#12380)
     add 3dd2c36  Fix spelling in AWS docs (#12379)
     add 917e6c4  Add provide_file_and_upload to GCSHook (#12310)
     add 1623df8  Use different deserialization method in XCom init_on_load 
(#12327)
     add d4e1ff2  Handle outdated webserver session timeout gracefully. (#12332)
     add 35b5614  Remove inapplicable configuration section [ldap] (since 
2.0.0) (#12386)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                          | 10 +--
 airflow/config_templates/config.yml                | 78 --------------------
 airflow/config_templates/default_airflow.cfg       | 18 -----
 airflow/configuration.py                           |  1 -
 airflow/models/xcom.py                             | 29 +++++---
 airflow/plugins_manager.py                         |  9 +++
 airflow/providers/google/cloud/hooks/gcs.py        | 32 +++++++++
 airflow/settings.py                                | 30 ++++++++
 airflow/utils/log/colored_log.py                   |  5 +-
 airflow/www/app.py                                 | 20 +-----
 docs/concepts.rst                                  |  6 ++
 docs/howto/connection/aws.rst                      |  2 +-
 docs/howto/set-config.rst                          |  1 -
 docs/spelling_wordlist.txt                         |  2 +-
 scripts/ci/images/ci_build_dockerhub.sh            |  5 ++
 scripts/in_container/check_environment.sh          | 11 ++-
 tests/core/test_config_templates.py                |  1 -
 tests/core/test_local_settings.py                  | 31 ++++++++
 tests/models/test_xcom.py                          | 16 +++++
 tests/plugins/test_plugins_manager.py              | 84 +++++++++++++---------
 tests/providers/google/cloud/hooks/test_gcs.py     | 29 ++++++++
 .../task/task_runner/test_standard_task_runner.py  |  4 ++
 tests/www/test_app.py                              | 14 ----
 23 files changed, 254 insertions(+), 184 deletions(-)

Reply via email to