[airflow] branch v1-10-test updated (836f717 -> 4f40b88)

2020-07-01 Thread potiuk
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


from 836f717  Fix task and dag stats on home page (#8865)
 add dc9c7fd  Add Production Helm chart support (#8777)
 add d374278  Fix typo in helm chart upgrade command for 2.0 (#9484)
 add c363c1b  Remove non-existent chart value from readme (#9511)
 add dd40f47  Fix typo of resultBackendConnection in chart README (#9537)
 add 93570f3  Remove redundant airflowVersion from Helm Chart readme (#9592)
 add ad618a8  Fix broken link in chart/README.md (#9591)
 add 9253a8f  Switches to Helm Chart for Kubernetes tests (#9468)
 add ec3f4dc  Removes importlib usage - it's not needed (fails on Airflow 
1.10) (#9613)
 add 4f40b88  Update Breeze documentation (#9608)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml   |  23 +-
 .pre-commit-config.yaml|   2 +-
 BREEZE.rst | 374 --
 CI.rst |   2 +-
 Dockerfile |   4 +
 IMAGES.rst |   3 +
 TESTING.rst|  67 ++--
 airflow/kubernetes/pod_launcher.py |   2 +-
 breeze |  51 ++-
 breeze-complete|  14 +-
 chart/.gitignore   |   9 +
 .../.helmignore|  33 +-
 .readthedocs.yml => chart/Chart.yaml   |  20 +-
 chart/README.md| 270 +
 chart/charts/postgresql-6.3.12.tgz | Bin 22754 -> 0 bytes
 chart/requirements.lock|   6 +
 .../libs/helper.py => chart/requirements.yaml  |  11 +-
 .../LICENSE.txt => chart/templates/NOTES.txt   |  13 +
 chart/templates/_helpers.yaml  | 260 
 chart/templates/cleanup/cleanup-cronjob.yaml   |  67 
 .../templates/cleanup/cleanup-serviceaccount.yaml  |  24 +-
 chart/templates/configmap.yaml | 119 ++
 chart/templates/create-user-job.yaml   |  87 
 chart/templates/flower/flower-deployment.yaml  | 102 +
 chart/templates/flower/flower-networkpolicy.yaml   |  51 +++
 .../templates/flower/flower-service.yaml   |  41 +-
 .../pod.yaml => chart/templates/limitrange.yaml|  33 +-
 .../templates/pgbouncer/pgbouncer-deployment.yaml  | 128 ++
 .../pgbouncer/pgbouncer-networkpolicy.yaml |  69 
 .../pgbouncer/pgbouncer-poddisruptionbudget.yaml   |  56 ++-
 chart/templates/pgbouncer/pgbouncer-service.yaml   |  56 +++
 .../templates/rbac/pod-cleanup-role.yaml   |  34 +-
 .../templates/rbac/pod-cleanup-rolebinding.yaml|  32 +-
 chart/templates/rbac/pod-launcher-role.yaml|  58 +++
 chart/templates/rbac/pod-launcher-rolebinding.yaml |  51 +++
 chart/templates/redis/redis-networkpolicy.yaml |  63 +++
 .../templates/redis/redis-service.yaml |  41 +-
 chart/templates/redis/redis-statefulset.yaml   |  99 +
 .../pod.yaml => chart/templates/resourcequota.yaml |  33 +-
 .../templates/scheduler/scheduler-deployment.yaml  | 195 +
 .../scheduler/scheduler-networkpolicy.yaml |  55 +++
 .../scheduler/scheduler-poddisruptionbudget.yaml   |  39 +-
 .../templates/scheduler/scheduler-service.yaml |  41 +-
 .../scheduler/scheduler-serviceaccount.yaml|  24 +-
 .../templates/secrets/elasticsearch-secret.yaml|  22 +-
 .../templates/secrets/fernetkey-secret.yaml|  27 +-
 .../secrets/metadata-connection-secret.yaml|  42 ++
 .../templates/secrets/pgbouncer-config-secret.yaml |  23 +-
 .../templates/secrets/pgbouncer-stats-secret.yaml  |  22 +-
 chart/templates/secrets/redis-secrets.yaml |  61 +++
 .../templates/secrets/registry-secret.yaml |  24 +-
 .../secrets/result-backend-connection-secret.yaml  |  37 ++
 chart/templates/statsd/statsd-deployment.yaml  |  87 
 chart/templates/statsd/statsd-networkpolicy.yaml   |  57 +++
 chart/templates/statsd/statsd-service.yaml |  56 +++
 .../templates/webserver/webserver-deployment.yaml  | 139 +++
 .../webserver/webserver-networkpolicy.yaml |  51 +++
 .../templates/webserver/webserver-service.yaml |  39 +-
 chart/templates/workers/worker-deployment.yaml | 161 
 chart/templates/workers/worker-kedaautoscaler.yaml |  47 +++
 chart/templates/workers/worker-networkpolicy.yaml  |  53 +++
 .../templates/workers/worker-service.yaml  |  41 +-
 .../templates/workers/worker-serviceaccount.yaml   |  24 +-
 chart/values.yaml  | 436 +
 

[airflow] branch v1-10-test updated (836f717 -> 4f40b88)

2020-07-01 Thread potiuk
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


from 836f717  Fix task and dag stats on home page (#8865)
 new dc9c7fd  Add Production Helm chart support (#8777)
 new d374278  Fix typo in helm chart upgrade command for 2.0 (#9484)
 new c363c1b  Remove non-existent chart value from readme (#9511)
 new dd40f47  Fix typo of resultBackendConnection in chart README (#9537)
 new 93570f3  Remove redundant airflowVersion from Helm Chart readme (#9592)
 new ad618a8  Fix broken link in chart/README.md (#9591)
 new 9253a8f  Switches to Helm Chart for Kubernetes tests (#9468)
 new ec3f4dc  Removes importlib usage - it's not needed (fails on Airflow 
1.10) (#9613)
 new 4f40b88  Update Breeze documentation (#9608)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml   |  23 +-
 .pre-commit-config.yaml|   2 +-
 BREEZE.rst | 374 --
 CI.rst |   2 +-
 Dockerfile |   4 +
 IMAGES.rst |   3 +
 TESTING.rst|  67 ++--
 airflow/kubernetes/pod_launcher.py |   2 +-
 breeze |  51 ++-
 breeze-complete|  14 +-
 chart/.gitignore   |   9 +
 .../.helmignore|  33 +-
 .readthedocs.yml => chart/Chart.yaml   |  20 +-
 chart/README.md| 270 +
 chart/charts/postgresql-6.3.12.tgz | Bin 22754 -> 0 bytes
 chart/requirements.lock|   6 +
 .../libs/helper.py => chart/requirements.yaml  |  11 +-
 .../LICENSE.txt => chart/templates/NOTES.txt   |  13 +
 chart/templates/_helpers.yaml  | 260 
 chart/templates/cleanup/cleanup-cronjob.yaml   |  67 
 .../templates/cleanup/cleanup-serviceaccount.yaml  |  24 +-
 chart/templates/configmap.yaml | 119 ++
 chart/templates/create-user-job.yaml   |  87 
 chart/templates/flower/flower-deployment.yaml  | 102 +
 chart/templates/flower/flower-networkpolicy.yaml   |  51 +++
 .../templates/flower/flower-service.yaml   |  41 +-
 .../pod.yaml => chart/templates/limitrange.yaml|  33 +-
 .../templates/pgbouncer/pgbouncer-deployment.yaml  | 128 ++
 .../pgbouncer/pgbouncer-networkpolicy.yaml |  69 
 .../pgbouncer/pgbouncer-poddisruptionbudget.yaml   |  56 ++-
 chart/templates/pgbouncer/pgbouncer-service.yaml   |  56 +++
 .../templates/rbac/pod-cleanup-role.yaml   |  34 +-
 .../templates/rbac/pod-cleanup-rolebinding.yaml|  32 +-
 chart/templates/rbac/pod-launcher-role.yaml|  58 +++
 chart/templates/rbac/pod-launcher-rolebinding.yaml |  51 +++
 chart/templates/redis/redis-networkpolicy.yaml |  63 +++
 .../templates/redis/redis-service.yaml |  41 +-
 chart/templates/redis/redis-statefulset.yaml   |  99 +
 .../pod.yaml => chart/templates/resourcequota.yaml |  33 +-
 .../templates/scheduler/scheduler-deployment.yaml  | 195 +
 .../scheduler/scheduler-networkpolicy.yaml |  55 +++
 .../scheduler/scheduler-poddisruptionbudget.yaml   |  39 +-
 .../templates/scheduler/scheduler-service.yaml |  41 +-
 .../scheduler/scheduler-serviceaccount.yaml|  24 +-
 .../templates/secrets/elasticsearch-secret.yaml|  22 +-
 .../templates/secrets/fernetkey-secret.yaml|  27 +-
 .../secrets/metadata-connection-secret.yaml|  42 ++
 .../templates/secrets/pgbouncer-config-secret.yaml |  23 +-
 .../templates/secrets/pgbouncer-stats-secret.yaml  |  22 +-
 chart/templates/secrets/redis-secrets.yaml |  61 +++
 .../templates/secrets/registry-secret.yaml |  24 +-
 .../secrets/result-backend-connection-secret.yaml  |  37 ++
 chart/templates/statsd/statsd-deployment.yaml  |  87 
 chart/templates/statsd/statsd-networkpolicy.yaml   |  57 +++
 chart/templates/statsd/statsd-service.yaml |  56 +++
 .../templates/webserver/webserver-deployment.yaml  | 139 +++
 .../webserver/webserver-networkpolicy.yaml |  51 +++
 .../templates/webserver/webserver-service.yaml |  39 +-
 chart/templates/workers/worker-deployment.yaml | 161 
 chart/templates/workers/worker-kedaautoscaler.yaml |  47 +++
 chart/templates/workers/worker-networkpolicy.yaml  |  53 +++
 .../templates/workers/worker-service.yaml