You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/25 15:02:46 UTC

[airflow] branch master updated (018ae0e -> c6e6d6d)

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

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


    from 018ae0e  The PIP version is not pinned to 19.0.2 any more (#10542)
     add c6e6d6d  Helm Docker image sources are now included in the Airlfow codebase (#9650)

No new revisions were added by this update.

Summary of changes:
 .../dockerfiles/README.md                          | 11 ++-
 .../dockerfiles/pgbouncer-exporter}/README.md      |  6 +-
 chart/dockerfiles/pgbouncer/Dockerfile             | 65 ++++++++++++++++
 .../dockerfiles/pgbouncer/build_and_push.sh        | 32 ++++----
 .../dockerfiles/statsd-exporter/Dockerfile         | 26 +++----
 .../dockerfiles/statsd-exporter/build_and_push.sh  | 32 ++++----
 chart/dockerfiles/statsd-exporter/mappings.yml     | 87 ++++++++++++++++++++++
 chart/values.yaml                                  | 12 +--
 .../ci/kubernetes/ci_deploy_app_to_kubernetes.sh   |  1 -
 9 files changed, 209 insertions(+), 63 deletions(-)
 copy airflow/providers/papermill/ADDITIONAL_INFO.md => chart/dockerfiles/README.md (65%)
 copy {tests/test_utils => chart/dockerfiles/pgbouncer-exporter}/README.md (85%)
 create mode 100644 chart/dockerfiles/pgbouncer/Dockerfile
 copy scripts/ci/libraries/_script_init.sh => chart/dockerfiles/pgbouncer/build_and_push.sh (58%)
 copy airflow/api_connexion/schemas/log_schema.py => chart/dockerfiles/statsd-exporter/Dockerfile (60%)
 copy scripts/ci/libraries/_script_init.sh => chart/dockerfiles/statsd-exporter/build_and_push.sh (57%)
 create mode 100644 chart/dockerfiles/statsd-exporter/mappings.yml