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 d3e99c8 Add changelog for 2.2.5rc1
discard 74b6712 Fix Tasks getting stuck in scheduled state (#19747)
discard 533dad7 Reduce DB load incurred by Stale DAG deactivation (#21399)
discard 5782ef2 adding `on_execute_callback` to callbacks docs (#22362)
discard 36bc0dc Add documentation on specifying a DB schema. (#22347)
discard 8bb8d25 Fix race condition between triggerer and scheduler (#21316)
discard a445da8 Fix postgres part of pipeline example of tutorial (#21586)
discard 7477ad9 Log traceback in trigger excs (#21213)
discard b5169f4 Fix duplicate trigger creation race condition (#20699)
discard 260f854 Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is
set to true. (#19491)
discard 8822956 Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
discard aca5249 fix: Update custom connection field processing (#20883)
discard 5cf7edf A trigger might use a connection; make sure we mask passwords
(#21207)
discard 266bf02 Extend documentation for states of DAGs & tasks and update
trigger rules docs (#21382)
discard 330dd07 Fix max_active_runs=1 not scheduling runs when
min_file_process_interval is high (#21413)
discard 28f52ce Fix Resources __eq__ check (#21442)
discard 66c31a6 Filter out default configs when overrides exist. (#21539)
discard 4023d14 Fix logging JDBC SQL error when task fails (#21540)
discard 7d1abed Disable default_pool delete on web ui (#21658)
discard 310e979 Log exception in local executor (#21667)
discard 7467614 Correctly handle multiple '=' in LocalFileSystem secrets.
(#21694)
discard 6fd3167 Fix stray order_by(TaskInstance.execution_date) (#21705)
discard 8d486ff Fix filesystem sensor for directories (#21729)
discard ecdbacf Fix graph autorefresh on page load (#21736)
discard 5ed7a9b Correct a couple grammatical errors in docs (#21750)
discard df5cb3d Fix triggerer --capacity parameter (#21753)
discard ce50097 Fix the triggerer capacity test (#21760)
discard 6f7ecb7 Fix assignment of unassigned triggers (#21770)
discard 60b48fa Fix incorrect data provided to tries & landing times charts
(#21928)
discard a1af418 DB upgrade is required when updating Airflow (#22061)
discard 0d80900 Bump version to 2.2.5
new ebb8727 Bump version to 2.2.5
new a58a274 DB upgrade is required when updating Airflow (#22061)
new c5f7925 Fix incorrect data provided to tries & landing times charts
(#21928)
new 33b75ff Fix assignment of unassigned triggers (#21770)
new 3a2fd04 Fix the triggerer capacity test (#21760)
new eb3c4b6 Fix triggerer --capacity parameter (#21753)
new 318a5ed Correct a couple grammatical errors in docs (#21750)
new 534140e Fix graph autorefresh on page load (#21736)
new 467c759 Fix filesystem sensor for directories (#21729)
new 6c88c0a Fix stray order_by(TaskInstance.execution_date) (#21705)
new c47323d Correctly handle multiple '=' in LocalFileSystem secrets.
(#21694)
new b1e549a Log exception in local executor (#21667)
new 5cb0b40 Disable default_pool delete on web ui (#21658)
new 5f9a275 Fix logging JDBC SQL error when task fails (#21540)
new f092ed5 Filter out default configs when overrides exist. (#21539)
new a99d290 Fix Resources __eq__ check (#21442)
new ed25c60 Fix max_active_runs=1 not scheduling runs when
min_file_process_interval is high (#21413)
new f4118c3 Extend documentation for states of DAGs & tasks and update
trigger rules docs (#21382)
new 84557a5 A trigger might use a connection; make sure we mask passwords
(#21207)
new 235e802 fix: Update custom connection field processing (#20883)
new 504e845 Rename `to_delete` to `to_cancel` in TriggerRunner (#20658)
new 58f09cd Set X-Frame-Options header to DENY only if X_FRAME_ENABLED is
set to true. (#19491)
new 7a4bbdb Fix duplicate trigger creation race condition (#20699)
new f8e8ffb Log traceback in trigger excs (#21213)
new fe8f560 Fix postgres part of pipeline example of tutorial (#21586)
new 994beac Fix race condition between triggerer and scheduler (#21316)
new 50a0dee Add documentation on specifying a DB schema. (#22347)
new 5d53fcb adding `on_execute_callback` to callbacks docs (#22362)
new ae573d8 Reduce DB load incurred by Stale DAG deactivation (#21399)
new 6784c8c Fix Tasks getting stuck in scheduled state (#19747)
new b50aae1 Add 2.2.5 to CHANGELOG.txt and UPDATING.md
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 (d3e99c8)
\
N -- N -- N refs/heads/v2-2-test (b50aae1)
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:
UPDATING.md | 4 ----
docs/apache-airflow/installation/supported-versions.rst | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)