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

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


 discard a865c66  Fix race condition between triggerer and scheduler (#21316)
 discard 06ddc7e  Fix postgres part of pipeline example of tutorial (#21586)
 discard 9724cdd  Log traceback in trigger excs (#21213)
 discard 4b0305f  Fix duplicate trigger creation race condition (#20699)
 discard 600c9e5  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
 discard 4f1c45d  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard 6768370  fix: Update custom connection field processing (#20883)
 discard bffb184  A trigger might use a connection; make sure we mask passwords 
(#21207)
 discard b777b61  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
 discard 16a2813  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
 discard dead48c  Fix Resources __eq__ check (#21442)
 discard eae3f0d  Filter out default configs when overrides exist. (#21539)
 discard 5b32ff0  Fix logging JDBC SQL error when task fails (#21540)
 discard 628ab19  Disable default_pool delete on web ui (#21658)
 discard 1f829a7  Log exception in local executor (#21667)
 discard d9813d6  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
 discard 4fe1404  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard 7b7782d  Fix filesystem sensor for directories (#21729)
 discard 2533939  Fix graph autorefresh on page load (#21736)
 discard ce7640b  Correct a couple grammatical errors in docs (#21750)
 discard eb29401  Fix triggerer --capacity parameter (#21753)
 discard d5570bc  Fix the triggerer capacity test (#21760)
 discard 7c8ce40  Fix assignment of unassigned triggers (#21770)
 discard 5167863  Fix incorrect data provided to tries & landing times charts 
(#21928)
 discard c1deabb  DB upgrade is required when updating Airflow (#22061)
     new 6233769  Bump version to 2.2.5
     new 48c09ef  DB upgrade is required when updating Airflow (#22061)
     new 94905e5  Fix incorrect data provided to tries & landing times charts 
(#21928)
     new 986063c  Fix assignment of unassigned triggers (#21770)
     new 87e0e1c  Fix the triggerer capacity test (#21760)
     new 2d25483  Fix triggerer --capacity parameter (#21753)
     new ac7f163  Correct a couple grammatical errors in docs (#21750)
     new 4211a03  Fix graph autorefresh on page load (#21736)
     new a77ff87  Fix filesystem sensor for directories (#21729)
     new eda8d31  Fix stray order_by(TaskInstance.execution_date) (#21705)
     new 2ca14f3  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
     new fcdb759  Log exception in local executor (#21667)
     new 02a78ac  Disable default_pool delete on web ui (#21658)
     new 68acf7d  Fix logging JDBC SQL error when task fails (#21540)
     new 72501a6  Filter out default configs when overrides exist. (#21539)
     new 6327356  Fix Resources __eq__ check (#21442)
     new c1993ca  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
     new a1b3a98  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
     new 402c9a8  A trigger might use a connection; make sure we mask passwords 
(#21207)
     new b31cc1c  fix: Update custom connection field processing (#20883)
     new 0dcc061  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     new b2dfedc  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
     new 3bd93ca  Fix duplicate trigger creation race condition (#20699)
     new fd67e49  Log traceback in trigger excs (#21213)
     new e242024  Fix postgres part of pipeline example of tutorial (#21586)
     new f44d950  Fix race condition between triggerer and scheduler (#21316)

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   (a865c66)
            \
             N -- N -- N   refs/heads/v2-2-test (f44d950)

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 26 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:
 README.md                                                  | 12 ++++++------
 docs/apache-airflow/installation/supported-versions.rst    |  2 +-
 docs/docker-stack/README.md                                |  6 +++---
 .../docker-examples/extending/add-apt-packages/Dockerfile  |  2 +-
 .../extending/add-build-essential-extend/Dockerfile        |  2 +-
 .../docker-examples/extending/add-providers/Dockerfile     |  2 +-
 .../docker-examples/extending/add-pypi-packages/Dockerfile |  2 +-
 .../docker-examples/extending/embedding-dags/Dockerfile    |  2 +-
 .../extending/writable-directory/Dockerfile                |  2 +-
 docs/docker-stack/entrypoint.rst                           | 14 +++++++-------
 scripts/ci/pre_commit/supported_versions.py                |  2 +-
 setup.py                                                   |  2 +-
 12 files changed, 25 insertions(+), 25 deletions(-)

Reply via email to