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 0e31f18 (commit)
to 096f5c5 (commit)
from 0e31f18 Fixes treatment of open slots in scheduler (#9316) (#9505)
add 0051c89 nitpick fix (#9527)
add e0d4c6b Remove reimported AirflowException class (#9525)
add 1787057 Add missing precommit-hook ids to breeze-complete (#9524)
add c858bab Remove kwargs from Super calls in AWS Secrets Backends (#9523)
add 05586d6 Fix typo in test_views.py (#9522)
add e7dff68 YAML file format in LocalFilesystemBackend (#9477)
add 529ba8f Extract common date log logic in _run_raw_task (#9512)
add 2cf167b Gunicorn works better if temporary folder uses tmpfs (#9534)
add a7aba1e Add RushOwl to Airflow users (#9536)
add f729cfd Add read-only Config endpoint (#9497)
add 096f5c5 Fix typo of resultBackendConnection in chart README (#9537)
No new revisions were added by this update.
Summary of changes:
BREEZE.rst | 19 +++---
Dockerfile | 1 +
README.md | 1 +
airflow/api_connexion/endpoints/config_endpoint.py | 63 ++++++++++++++++++--
airflow/api_connexion/openapi/v1.yaml | 3 -
.../{variable_schema.py => config_schema.py} | 41 ++++++++++---
airflow/models/taskinstance.py | 34 +++++------
.../amazon/aws/secrets/secrets_manager.py | 2 +-
.../amazon/aws/secrets/systems_manager.py | 2 +-
.../providers/google/cloud/transfers/sql_to_gcs.py | 1 -
airflow/secrets/local_filesystem.py | 26 +++++++++
airflow/www/views.py | 2 -
breeze-complete | 3 +
chart/README.md | 4 +-
docs/howto/use-alternative-secrets-backend.rst | 36 +++++++++++-
.../endpoints/test_config_endpoint.py | 67 +++++++++++++++++++---
tests/api_connexion/schemas/test_config_schema.py | 58 +++++++++++++++++++
tests/secrets/test_local_filesystem.py | 48 ++++++++++++++++
tests/www/test_views.py | 4 +-
19 files changed, 350 insertions(+), 65 deletions(-)
copy airflow/api_connexion/schemas/{variable_schema.py => config_schema.py}
(51%)
create mode 100644 tests/api_connexion/schemas/test_config_schema.py