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

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


 discard 4678cf54 Validate type of `priority_weight` during parsing (#16765)
 discard b558205  Fix calculating duration in tree view (#16695)
 discard 8e8b58a  Fix CLI 'kubernetes cleanup-pods' which fails on invalid 
label key (#17298)
 discard 012321b  Fail tasks in scheduler when executor reports they failed 
(#15929)
 discard 673d78a  fix(smart_sensor): Unbound variable errors (#14774)
 discard ac832a2  Updates to FlaskAppBuilder 3.3.2+ (#17208)
 discard f14860d  Update alias for field_mask in Google Memmcache (#16975)
 discard 4aef457  AIRFLOW-5529 Add Apache Drill provider. (#16884)
 discard ab46af9  bump dnspython (#16698)
 discard f3b74d8  Add type annotations to setup.py (#16658)
 discard c967d29  Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)
 discard e8058eb  Remove SQLAlchemy <1.4 constraint (#16630)
 discard 88e6305  Switch back http provider after requests removes LGPL 
dependency (#16974)
 discard 3d2a5cf  Switches to "/" convention in ghcr.io images with 
optimisations
     new ab3634a  Switch back http provider after requests removes LGPL 
dependency (#16974)
     new 68977b9  Remove SQLAlchemy <1.4 constraint (#16630)
     new fe5920e  Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)
     new dfeb73d  Add type annotations to setup.py (#16658)
     new 867adda  bump dnspython (#16698)
     new 42334b0  AIRFLOW-5529 Add Apache Drill provider. (#16884)
     new 37c935d  Update alias for field_mask in Google Memmcache (#16975)
     new 3c0f4d9  Updates to FlaskAppBuilder 3.3.2+ (#17208)
     new 7a43960  Enhancement to bash scripts (#17098)
     new 70794b0  Do not pull CI image for ownership fixing on first, fresh 
breeze run (#17419)
     new 38c7115  Increases timeout for helm chart builds (#17417)
     new 8609c82  Improve image building documentation for new users (#17409)
     new 106d9f0  Optimizes structure of the Dockerfiles and use latest tools 
(#17418)
     new 7371f98  Add timeout when asking whether to rebuild image (#17412)
     new 2df7e6e  Improve diagnostics message when users have secret_key 
misconfigured (#17410)
     new f196690  Fix failing static checks in main (#17424)
     new 8fc7697  Switches to "/" convention in ghcr.io images (#17356)

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   (4678cf54)
            \
             N -- N -- N   refs/heads/v2-1-test (8fc7697)

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.

The 17 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:
 .dockerignore                                      |   4 +-
 .github/workflows/build-images.yml                 |   4 +-
 BREEZE.rst                                         |   6 -
 Dockerfile.ci                                      |   4 +-
 README.md                                          | 123 ++++++++++++---------
 airflow/cli/commands/kubernetes_command.py         |  12 +-
 airflow/jobs/scheduler_job.py                      |   4 +-
 airflow/models/baseoperator.py                     |   7 +-
 airflow/sensors/smart_sensor.py                    |   1 -
 airflow/utils/log/file_task_handler.py             |   9 ++
 airflow/www/static/js/tree.js                      |   6 +-
 breeze                                             |   3 -
 confirm                                            |   6 +-
 docs/apache-airflow-providers/index.rst            |   5 +
 docs/apache-airflow/start/docker-compose.yaml      |   6 +-
 docs/apache-airflow/start/docker.rst               |  12 ++
 docs/docker-stack/build.rst                        |  13 +++
 .../extending/add-apt-packages/Dockerfile          |   2 +-
 .../add-build-essential-extend/Dockerfile          |   2 +-
 .../{embedding-dags => add-providers}/Dockerfile   |   7 +-
 .../extending/add-pypi-packages/Dockerfile         |   2 +-
 .../extending/embedding-dags/Dockerfile            |   2 +-
 .../extending/writable-directory/Dockerfile        |   2 +-
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |   2 +-
 scripts/ci/images/ci_prepare_prod_image_on_ci.sh   |   2 +-
 .../ci/images/ci_wait_for_and_verify_ci_image.sh   |   6 +-
 .../ci/images/ci_wait_for_and_verify_prod_image.sh |   6 +-
 scripts/ci/libraries/_build_images.sh              |  19 +---
 scripts/ci/libraries/_push_pull_remove_images.sh   |   2 +-
 .../prod/airflow_scheduler_autorestart.sh          |   8 +-
 tests/cli/commands/test_kubernetes_command.py      |   8 +-
 tests/jobs/test_scheduler_job.py                   |   2 +-
 tests/models/test_baseoperator.py                  |   5 -
 33 files changed, 169 insertions(+), 133 deletions(-)
 copy docs/docker-stack/docker-examples/extending/{embedding-dags => 
add-providers}/Dockerfile (90%)

Reply via email to