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 7dd7be3  (commit)
      to 87e7ad9  (commit)
    from 7dd7be3  Bump prismjs from 1.20.0 to 1.21.0 in /airflow/www (#10234)
     add f76ab1f  Fix failing dependencies for FAB and Celery (#10828)
     add 35840ff  Removes snakebite kerberos dependency (#10865)
     add d9920fa  The entrypoints in Docker Image should be owned by Airflow 
(#10853)
     add 2e8b4ec  Pass conf to subdags (#9956)
     add b9f868b  Remove errors raised during initialiation of virtualenv 
(#10896)
     add 106c0f5  Add pre-commit to sort INTHEWILD.md file automatically 
(#10851)
     add f383bb3  Fix separated strings in test_secrets_manager.py (#10900)
     add 9c866cd  Fix syntax error in Dockerfile 'maintainer' Label (#10899)
     add ee42aae  Fix typo in the word 'instance' (#10902)
     add 92eafc0  Parameterize tests in hashicorp/hooks/test_vault.py (#10903)
     add 6dd2a0d  Update the name of static check without pylint in CI.rst 
(#10909)
     add 16b02df  Add missing closing bracket in CI.rst (#10908)
     add 75bbddf  Make the usage of bash 'shift' consistent across Breeze 
(#10907)
     add d8237b8  Fix typos in BREEZE.rst (#10905)
     add 76dc7ed  Fix grammar in BREEZE.rst (#10904)
     add f77a11d  Add Secrets backend for Microsoft Azure Key Vault (#10898)
     add 12a652f  Fix parameter name collision in AutoMLBatchPredictOperator 
#10723 (#10869)
     add 69be4b8  Fix typos in scripts/ci/docker-compose/local.yml (#10906)
     add 87e7ad9  fix bug where multiple volume mounts created (#10915)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   6 +
 BREEZE.rst                                         |  13 +-
 CI.rst                                             |   4 +-
 Dockerfile                                         |   4 +-
 INTHEWILD.md                                       | 107 ++++++++-------
 STATIC_CODE_CHECKS.rst                             |   2 +
 UPDATING.md                                        |  11 ++
 airflow/jobs/scheduler_job.py                      |   2 +-
 airflow/operators/subdag_operator.py               |   7 +-
 .../providers/google/cloud/ADDITIONAL_INFO.md      |  13 +-
 airflow/providers/google/cloud/operators/automl.py |  12 +-
 .../providers/microsoft/azure/secrets}/__init__.py |   0
 .../microsoft/azure/secrets/azure_key_vault.py     | 143 +++++++++++++++++++++
 breeze                                             |  25 +++-
 breeze-complete                                    |   1 +
 chart/files/pod-template-file.yaml                 |   5 -
 docs/autoapi_templates/index.rst                   |   1 +
 .../azure-key-vault-secrets-backend.rst            |  51 ++++++++
 scripts/ci/docker-compose/local.yml                |   4 +-
 scripts/ci/dockerfiles/apache-rat/Dockerfile       |   2 +-
 scripts/ci/dockerfiles/krb5-kdc-server/Dockerfile  |   2 +-
 scripts/ci/dockerfiles/stress/Dockerfile           |   2 +-
 .../pre_commit_sort_in_the_wild.sh}                |  14 +-
 setup.py                                           |   8 +-
 tests/operators/test_subdag_operator.py            |  31 +++++
 .../amazon/aws/secrets/test_secrets_manager.py     |   2 +-
 .../google/cloud/hooks/test_cloud_memorystore.py   |   4 +-
 .../google/cloud/operators/test_automl.py          |   1 +
 tests/providers/hashicorp/hooks/test_vault.py      | 126 +++++-------------
 .../azure/secrets/test_azure_key_vault.py          | 104 +++++++++++++++
 30 files changed, 506 insertions(+), 201 deletions(-)
 copy chart/dockerfiles/README.md => 
airflow/providers/google/cloud/ADDITIONAL_INFO.md (62%)
 copy {tests/providers/zendesk/hooks => 
airflow/providers/microsoft/azure/secrets}/__init__.py (100%)
 create mode 100644 airflow/providers/microsoft/azure/secrets/azure_key_vault.py
 create mode 100644 
docs/security/secrets/secrets-backend/azure-key-vault-secrets-backend.rst
 copy scripts/ci/{docs/ci_docs.sh => pre_commit/pre_commit_sort_in_the_wild.sh} 
(77%)
 create mode 100644 
tests/providers/microsoft/azure/secrets/test_azure_key_vault.py

Reply via email to