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 b17670b  adding `on_execute_callback` to callbacks docs (#22362)
 discard 28d62ac  Add documentation on specifying a DB schema. (#22347)
 discard f44d950  Fix race condition between triggerer and scheduler (#21316)
 discard e242024  Fix postgres part of pipeline example of tutorial (#21586)
 discard fd67e49  Log traceback in trigger excs (#21213)
 discard 3bd93ca  Fix duplicate trigger creation race condition (#20699)
 discard b2dfedc  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
 discard 0dcc061  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard b31cc1c  fix: Update custom connection field processing (#20883)
 discard 402c9a8  A trigger might use a connection; make sure we mask passwords 
(#21207)
 discard a1b3a98  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
 discard c1993ca  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
 discard 6327356  Fix Resources __eq__ check (#21442)
 discard 72501a6  Filter out default configs when overrides exist. (#21539)
 discard 68acf7d  Fix logging JDBC SQL error when task fails (#21540)
 discard 02a78ac  Disable default_pool delete on web ui (#21658)
 discard fcdb759  Log exception in local executor (#21667)
 discard 2ca14f3  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
 discard eda8d31  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard a77ff87  Fix filesystem sensor for directories (#21729)
 discard 4211a03  Fix graph autorefresh on page load (#21736)
 discard ac7f163  Correct a couple grammatical errors in docs (#21750)
 discard 2d25483  Fix triggerer --capacity parameter (#21753)
 discard 87e0e1c  Fix the triggerer capacity test (#21760)
 discard 986063c  Fix assignment of unassigned triggers (#21770)
 discard 94905e5  Fix incorrect data provided to tries & landing times charts 
(#21928)
 discard 48c09ef  DB upgrade is required when updating Airflow (#22061)
     new 8591d1d  fixup! Bump version to 2.2.5
     new 1094a99  DB upgrade is required when updating Airflow (#22061)
     new 6f87af6  Fix incorrect data provided to tries & landing times charts 
(#21928)
     new 3269b46  Fix assignment of unassigned triggers (#21770)
     new 8c91738  Fix the triggerer capacity test (#21760)
     new 2e656f3  Fix triggerer --capacity parameter (#21753)
     new 713b5c2  Correct a couple grammatical errors in docs (#21750)
     new 116916d  Fix graph autorefresh on page load (#21736)
     new 085d8df  Fix filesystem sensor for directories (#21729)
     new 1ec6a46  Fix stray order_by(TaskInstance.execution_date) (#21705)
     new f1fa614  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
     new 805a7e5  Log exception in local executor (#21667)
     new ea9bd4e  Disable default_pool delete on web ui (#21658)
     new c5b6e16  Fix logging JDBC SQL error when task fails (#21540)
     new fed7cd5  Filter out default configs when overrides exist. (#21539)
     new 2312db8  Fix Resources __eq__ check (#21442)
     new 1d0e37e  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
     new 42c3fce  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
     new e92201d  A trigger might use a connection; make sure we mask passwords 
(#21207)
     new 6a86a5b  fix: Update custom connection field processing (#20883)
     new 3a60d1a  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     new 79bcf50  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
     new 6cd9870  Fix duplicate trigger creation race condition (#20699)
     new 7fee30a  Log traceback in trigger excs (#21213)
     new 13cc488  Fix postgres part of pipeline example of tutorial (#21586)
     new 21bcb05  Fix race condition between triggerer and scheduler (#21316)
     new 9196290  Add documentation on specifying a DB schema. (#22347)
     new 4e24bdc  adding `on_execute_callback` to callbacks docs (#22362)

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   (b17670b)
            \
             N -- N -- N   refs/heads/v2-2-test (4e24bdc)

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 28 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                                               | 4 ++--
 docs/apache-airflow/installation/supported-versions.rst | 2 +-
 scripts/ci/pre_commit/supported_versions.py             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Reply via email to