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 00fee05  Fix Tasks getting stuck in scheduled state (#19747)
 discard fbb1139  Reduce DB load incurred by Stale DAG deactivation (#21399)
 discard 11c89bd  adding `on_execute_callback` to callbacks docs (#22362)
 discard 1159c8e  Add documentation on specifying a DB schema. (#22347)
 discard 31d0f47  Fix race condition between triggerer and scheduler (#21316)
 discard a56a5bf  Fix postgres part of pipeline example of tutorial (#21586)
 discard b78760e  Log traceback in trigger excs (#21213)
 discard 02cdb2c  Fix duplicate trigger creation race condition (#20699)
 discard f4da057  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
 discard e3d602f  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
 discard 81bfa42  fix: Update custom connection field processing (#20883)
 discard bfaf0de  A trigger might use a connection; make sure we mask passwords 
(#21207)
 discard 8058cd7  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
 discard b62ffe6  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
 discard f73548f  Fix Resources __eq__ check (#21442)
 discard d88d9f7  Filter out default configs when overrides exist. (#21539)
 discard 0db1aed  Fix logging JDBC SQL error when task fails (#21540)
 discard e21649e  Disable default_pool delete on web ui (#21658)
 discard f29b61c  Log exception in local executor (#21667)
 discard e63f097  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
 discard fe25c1b  Fix stray order_by(TaskInstance.execution_date) (#21705)
 discard a6e1727  Fix filesystem sensor for directories (#21729)
 discard a4cca20  Fix graph autorefresh on page load (#21736)
 discard ed05429  Correct a couple grammatical errors in docs (#21750)
 discard 7b7f196  Fix triggerer --capacity parameter (#21753)
 discard 127b19b  Fix the triggerer capacity test (#21760)
 discard f51b279  Fix assignment of unassigned triggers (#21770)
 discard 38acbfe  Fix incorrect data provided to tries & landing times charts 
(#21928)
 discard 9e58da4  DB upgrade is required when updating Airflow (#22061)
 discard 759efa0  Bump version to 2.2.5
     new 0d80900  Bump version to 2.2.5
     new a1af418  DB upgrade is required when updating Airflow (#22061)
     new 60b48fa  Fix incorrect data provided to tries & landing times charts 
(#21928)
     new 6f7ecb7  Fix assignment of unassigned triggers (#21770)
     new ce50097  Fix the triggerer capacity test (#21760)
     new df5cb3d  Fix triggerer --capacity parameter (#21753)
     new 5ed7a9b  Correct a couple grammatical errors in docs (#21750)
     new ecdbacf  Fix graph autorefresh on page load (#21736)
     new 8d486ff  Fix filesystem sensor for directories (#21729)
     new 6fd3167  Fix stray order_by(TaskInstance.execution_date) (#21705)
     new 7467614  Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)
     new 310e979  Log exception in local executor (#21667)
     new 7d1abed  Disable default_pool delete on web ui (#21658)
     new 4023d14  Fix logging JDBC SQL error when task fails (#21540)
     new 66c31a6  Filter out default configs when overrides exist. (#21539)
     new 28f52ce  Fix Resources __eq__ check (#21442)
     new 330dd07  Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high (#21413)
     new 266bf02  Extend documentation for states of DAGs & tasks and update 
trigger rules docs (#21382)
     new 5cf7edf  A trigger might use a connection; make sure we mask passwords 
(#21207)
     new aca5249  fix: Update custom connection field processing (#20883)
     new 8822956  Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
     new 260f854  Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is 
set to true. (#19491)
     new b5169f4  Fix duplicate trigger creation race condition (#20699)
     new 7477ad9  Log traceback in trigger excs (#21213)
     new a445da8  Fix postgres part of pipeline example of tutorial (#21586)
     new 8bb8d25  Fix race condition between triggerer and scheduler (#21316)
     new 36bc0dc  Add documentation on specifying a DB schema. (#22347)
     new 5782ef2  adding `on_execute_callback` to callbacks docs (#22362)
     new 533dad7  Reduce DB load incurred by Stale DAG deactivation (#21399)
     new 74b6712  Fix Tasks getting stuck in scheduled state (#19747)
     new d3e99c8  Add changelog for 2.2.5rc1

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   (00fee05)
            \
             N -- N -- N   refs/heads/v2-2-test (d3e99c8)

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 31 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:
 CHANGELOG.txt | 36 ++++++++++++++++++++++++++++++++++++
 UPDATING.md   |  4 ++++
 2 files changed, 40 insertions(+)

Reply via email to