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 2021/01/22 21:30:27 UTC

[airflow] branch v1-10-test updated (dae8ca2 -> 800e630)

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

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


    omit dae8ca2  Run "third party" github actions from submodules instead (#13514)
    omit b2b72cc  Disable persisting credentials in Github Action's checkout (#13389)
    omit 3f12ebf  Also add codecov action to apache airflow repo (#13328)
    omit 5985dd4  Switch to Apache-owned GitHub actions (#13327)
    omit 382ec81  Allow webserver to read pod logs directly (#12598)
    omit 46feff7  Update chart readme to remove astronomer references (#13210)
    omit 7271569  Fix parenthesis preventing Keda ScaledObject creation (#13183)
    omit 1897b81  Use new logging options on values.yaml (#13173)
    omit 7cf5775  The default value in chart should be 2.0.0 (#13125)
    omit bec90a0  Default python version is used when building image
    omit 44812ed  Click should be limited for Python 2.7
    omit 655177b  Reset PIP version after eager upgrade (#13251)
    omit 670d6fd  Include airflow/contrib/executors in the dist package
    omit 270b292  Skip identity pre-commit in ci and always display it first
    omit 7daeb1b  Production images on CI are now built from packages (#12685)
    omit 6ed7f01  Add identity pre-commit hook (#13089)
    omit 922b4c7  Allows to install Airflow in Breeze from PIP with configurable extras (#13055)
    omit 89b1531  Fixes image building in DockerHub (#13039)
    omit 79e1308  Install airflow and providers from dist and verifies them  (#13033)
    omit 4f3a0e1  Fix gpg verification command (#13035)
    omit aa65219  Changes release image preparation to use PyPI packages (#12990)
    omit afa861d  Add changes from 1.10.14 (#12993)
    omit 6f8e31e  Update Dockerfile (#12987)
    omit b3a174f  Update Dockerfile.ci (#12988)
    omit 814f81d  Update CI to run tests againt v2-0-test branch (#10891)
    omit 80faf71  Update CI to run tests againt v2-0-test branch (#10891)
    omit a7f2e6c  Apply labels to Docker images in a single instruction (#12931)
    omit 21daf98  Builds prod images on DockerHub from packages (#12908)
    omit 765bb44  Kubernetes worker pod doesn't use docker container entrypoint (#12766)
     add 8f3379f  Builds prod images on DockerHub from packages (#12908)
     add 7921d98  Apply labels to Docker images in a single instruction (#12931)
     add 908bf3a  Update CI to run tests againt v2-0-test branch (#10891)
     add 28a8706  Update CI to run tests againt v2-0-test branch (#10891)
     add 9ed745a  Update Dockerfile.ci (#12988)
     add 5671964  Update Dockerfile (#12987)
     add fdd971a  Add changes from 1.10.14 (#12993)
     add 6ab4864  Changes release image preparation to use PyPI packages (#12990)
     add baa832c  Fix gpg verification command (#13035)
     add d926698  Install airflow and providers from dist and verifies them  (#13033)
     add be46665  Fixes image building in DockerHub (#13039)
     add 5b17a82  Allows to install Airflow in Breeze from PIP with configurable extras (#13055)
     add 3624fe1  Add identity pre-commit hook (#13089)
     add b52283e  Production images on CI are now built from packages (#12685)
     add f613005  Skip identity pre-commit in ci and always display it first
     add 60ac8df  Include airflow/contrib/executors in the dist package
     add 5441f9c  Reset PIP version after eager upgrade (#13251)
     add 7ae912d  Click should be limited for Python 2.7
     add ba3b8ef  Default python version is used when building image
     add d25b6c5  The default value in chart should be 2.0.0 (#13125)
     add 40f5f04  Use new logging options on values.yaml (#13173)
     add f9993c4  Fix parenthesis preventing Keda ScaledObject creation (#13183)
     add e305cc8  Update chart readme to remove astronomer references (#13210)
     add 9efe9a6  Allow webserver to read pod logs directly (#12598)
     add 68630dc  Switch to Apache-owned GitHub actions (#13327)
     add 1c17b79  Also add codecov action to apache airflow repo (#13328)
     add 8be1872  Disable persisting credentials in Github Action's checkout (#13389)
     add d581281  Run "third party" github actions from submodules instead (#13514)
     add 7a3bf15  Fix test for Airflow docs (#13561)
     add 800e630  Fix test broken by #13392

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dae8ca2)
            \
             N -- N -- N   refs/heads/v1-10-test (800e630)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/executors/kubernetes_executor.py            | 2 +-
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 chart/templates/webserver/webserver-deployment.yaml | 2 +-
 chart/tests/test_basic_helm_chart.py                | 2 ++
 scripts/in_container/prod/entrypoint_prod.sh        | 7 ++++---
 tests/upgrade/test_formattes.py                     | 5 +++--
 tests/www_rbac/test_views.py                        | 4 ++--
 7 files changed, 14 insertions(+), 10 deletions(-)