This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6a678060afd Deserialize should work while retrieving variables with
secrets backend (#50880)
add 4c39e468597 Move secret_key config to api section (#50839)
No new revisions were added by this update.
Summary of changes:
.../logging-monitoring/logging-tasks.rst | 2 +-
airflow-core/docs/cli-and-env-variables-ref.rst | 2 +-
airflow-core/docs/configurations-ref.rst | 2 +-
airflow-core/docs/howto/set-config.rst | 4 ++--
.../src/airflow/api_fastapi/core_api/app.py | 2 +-
.../api_fastapi/core_api/datamodels/dags.py | 2 +-
.../src/airflow/cli/commands/config_command.py | 4 ++++
.../src/airflow/config_templates/config.yml | 28 +++++++++++-----------
airflow-core/src/airflow/configuration.py | 1 +
.../src/airflow/utils/log/file_task_handler.py | 2 +-
airflow-core/src/airflow/utils/serve_logs.py | 2 +-
airflow-core/tests/unit/core/test_configuration.py | 13 ++++++----
contributing-docs/testing/k8s_tests.rst | 2 +-
.../src/airflow_breeze/params/shell_params.py | 2 +-
devel-common/src/tests_common/pytest_plugin.py | 4 ++--
providers/fab/src/airflow/providers/fab/www/app.py | 2 +-
providers/fab/www-hash.txt | 2 +-
17 files changed, 42 insertions(+), 34 deletions(-)