You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/28 17:41:04 UTC

[airflow] branch master updated (40a2476 -> 6580a2c)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 40a2476  Adds interactivity when generating provider documentation. (#15518)
     add 6580a2c  Upgrade hadolint to version 2.3.0 (#15573)

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         | 20 ++++++++----------
 Dockerfile.ci                                      | 11 +++++-----
 chart/dockerfiles/pgbouncer-exporter/Dockerfile    |  6 +++---
 .../pgbouncer-exporter/build_and_push.sh           |  2 +-
 chart/dockerfiles/pgbouncer/Dockerfile             | 23 +++++++++++----------
 chart/dockerfiles/pgbouncer/build_and_push.sh      |  2 +-
 chart/dockerfiles/statsd-exporter/Dockerfile       |  4 ++--
 .../dockerfiles/statsd-exporter/build_and_push.sh  |  2 +-
 chart/values.yaml                                  |  6 +++---
 kubernetes_tests/test_kubernetes_pod_operator.py   |  2 +-
 scripts/ci/docker-compose/integration-kerberos.yml |  2 +-
 scripts/ci/docker-compose/integration-trino.yml    |  2 +-
 scripts/ci/dockerfiles/apache-rat/Dockerfile       | 17 ++++++++-------
 .../ci/dockerfiles/apache-rat/build_and_push.sh    |  2 +-
 scripts/ci/dockerfiles/bats/Dockerfile             | 24 +++++++++-------------
 scripts/ci/dockerfiles/bats/build_and_push.sh      |  2 +-
 scripts/ci/dockerfiles/krb5-kdc-server/Dockerfile  | 20 ++++++++----------
 .../dockerfiles/krb5-kdc-server/build_and_push.sh  |  2 +-
 scripts/ci/dockerfiles/stress/Dockerfile           |  6 +++---
 scripts/ci/dockerfiles/stress/build_and_push.sh    |  2 +-
 scripts/ci/dockerfiles/trino/Dockerfile            |  4 ++--
 scripts/ci/dockerfiles/trino/build_and_push.sh     |  2 +-
 scripts/ci/static_checks/bats_tests.sh             |  4 ++--
 scripts/ci/static_checks/check_license.sh          |  2 +-
 scripts/ci/static_checks/lint_dockerfile.sh        |  2 +-
 tests/kubernetes/pod.yaml                          |  2 +-
 tests/kubernetes/test_pod_generator.py             |  4 ++--
 27 files changed, 83 insertions(+), 94 deletions(-)