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 ba36f87  (commit)
      to ddee0aa  (commit)
    from ba36f87  Make scripts/ci/openapi Google Shell Guide compatible (#10747)
     add e3c750e  Switch to downloaded pgbouncer_exporter (#10759)
     add 323319c  Fix `breeze flags` command. (#10766)
     add 9f5b22f  Move role guide to access control (#10755)
     add e3c83da  Check all dockerfiles with hadolint (#10754)
     add 59f9a41  Add permission "extra_links" for Viewer role and above 
(#10719)
     add fbce92e  The verbose functions will not exit immediately if not asked 
to (#10731)
     add ebb0a97  Make ci/scripts/pre-commit Google Shell Guide compatible 
(#10748)
     add ddee0aa  Simplify load connection in LocalFilesystemBackend (#10638)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   2 +-
 airflow/secrets/local_filesystem.py                |  38 ++++--
 airflow/www/security.py                            |   1 +
 breeze                                             |  21 ++-
 chart/dockerfiles/pgbouncer-exporter/.gitignore    |   1 +
 chart/dockerfiles/pgbouncer-exporter/Dockerfile    |  41 ++++++
 chart/dockerfiles/pgbouncer-exporter/README.md     |  21 ---
 .../pgbouncer-exporter/build_and_push.sh           |  96 ++++++++++++++
 chart/dockerfiles/pgbouncer/Dockerfile             |  18 ++-
 chart/dockerfiles/pgbouncer/build_and_push.sh      |   2 +-
 chart/dockerfiles/statsd-exporter/Dockerfile       |   3 +-
 .../dockerfiles/statsd-exporter/build_and_push.sh  |   2 +-
 chart/values.yaml                                  |   6 +-
 docs/howto/add-new-role.rst                        |  43 ------
 docs/howto/index.rst                               |   1 -
 docs/redirects.txt                                 |   1 +
 docs/security/access-control.rst                   |  19 +++
 scripts/ci/dockerfiles/bats/Dockerfile             |   3 +-
 scripts/ci/dockerfiles/bats/build_and_push.sh      |   2 +-
 scripts/ci/libraries/_build_images.sh              |  22 +--
 scripts/ci/libraries/_push_pull_remove_images.sh   |  23 +---
 scripts/ci/libraries/_start_end.sh                 |   5 +-
 scripts/ci/libraries/_verbosity.sh                 |  43 ++++--
 scripts/ci/pre_commit/pre_commit_bat_tests.sh      |   6 +-
 .../ci/pre_commit/pre_commit_breeze_cmd_line.sh    |  13 +-
 .../pre_commit_build_providers_dependencies.sh     |   5 +
 .../ci/pre_commit/pre_commit_local_yml_mounts.sh   |  10 +-
 scripts/ci/pre_commit/pre_commit_mermaid.sh        |  27 ++--
 scripts/ci/pre_commit/pre_commit_setup_cfg_file.sh |  24 +++-
 scripts/ci/static_checks/bats_tests.sh             |   4 +-
 scripts/ci/static_checks/lint_dockerfile.sh        |  16 +--
 tests/secrets/test_local_filesystem.py             | 147 ++++++++++++---------
 tests/www/test_views.py                            |  19 +++
 33 files changed, 434 insertions(+), 251 deletions(-)
 create mode 100644 chart/dockerfiles/pgbouncer-exporter/.gitignore
 create mode 100644 chart/dockerfiles/pgbouncer-exporter/Dockerfile
 delete mode 100644 chart/dockerfiles/pgbouncer-exporter/README.md
 create mode 100755 chart/dockerfiles/pgbouncer-exporter/build_and_push.sh
 delete mode 100644 docs/howto/add-new-role.rst

Reply via email to