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

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


 discard 9af3a9ce0c Fix mini scheduler expansion of mapped task  (#27506)
 discard 4cc75e82c3 SLAMiss is nullable and not always given back when pulling 
task instances (#27423)
 discard b7d724154f Fix behavior of `_` when searching for DAGs (#27448)
 discard 3d26efd080 Bump loader-utils from 1.4.0 to 1.4.1 in /airflow/www 
(#27552)
 discard 2850e4109e Fix getting the dag/task ids from base executor (#27550)
 discard 6e64cdbbfd Fix sqlalchemy primary key black-out error on DDRQ (#27538)
 discard cb0cd0f39f Update index.rst (#27529)
 discard 4e2a9ce6bc Fix wording in DAG Runs description(#27470)
 discard 8fb9087c82 Document that KubernetesExecutor overwrites container args 
(#27450)
 discard e17acd9c26 Fix BaseOperator link (#27441)
 discard f1073dbcdb Correct timer units to seconds from milliseconds. (#27360)
 discard 38b6ad0cbb fIx failing masking tests for python < 3.10 (#27337)
 discard 1b4697ac07 fIx failing masking tests for python < 3.10 (#27337)
 discard 8dd61d2b0f Fix typo (#27327)
 discard b8a0ca046f Add missed import in the Trigger Rules example (#27309)
 discard 6515eb966d Fix IntegrityError during webserver startup (#27297)
 discard 51194c72c3 Add case insensitive constraint to username (#27266)
 discard 9f6c9e47be Fix python external template keys (#27256)
 discard 1700c2c4ed reduce extraneous task log requests (#27233)
 discard cabe5a5228 Make RotatingFilehandler used in DagProcessor non-caching 
(#27223)
 discard 16d7c3ef25 Listener: Set task on sqlalchemy taskinstance object 
(#27167)
 discard 8b555ce117 Fix some bug in web ui dags list page (auto-refresh & jump 
search null state) (#27141)
 discard 968704f717 Fix typo in set-up-database.rst (#27137)
 discard e90f5091be Update SLA wording to reflect it is relative to Dag Run 
start. (#27111)
 discard 6d7881e6c6 Update dags.rst (#27110)
 discard dc3817cc2c Move TriggerDagRun conf check to execute (#27035)
     new 3d15859add Update dags.rst (#27110)
     new 8e58db81ff Update SLA wording to reflect it is relative to Dag Run 
start. (#27111)
     new 8c7e2c3563 Fix typo in set-up-database.rst (#27137)
     new 66125651b6 Fix some bug in web ui dags list page (auto-refresh & jump 
search null state) (#27141)
     new 1eb047dbfb Listener: Set task on sqlalchemy taskinstance object 
(#27167)
     new 4706f09699 Make RotatingFilehandler used in DagProcessor non-caching 
(#27223)
     new 9c3ee045ac reduce extraneous task log requests (#27233)
     new d3a450c3f9 Fix python external template keys (#27256)
     new 1f74f02f42 Add case insensitive constraint to username (#27266)
     new 2c5b336db2 Fix IntegrityError during webserver startup (#27297)
     new dc33e07741 Add missed import in the Trigger Rules example (#27309)
     new b0ff69b02b Fix typo (#27327)
     new 076c1419e7 fIx failing masking tests for python < 3.10 (#27337)
     new 910827c3f1 fIx failing masking tests for python < 3.10 (#27337)
     new 6c5e5aa9db Correct timer units to seconds from milliseconds. (#27360)
     new 7990b04423 Fix BaseOperator link (#27441)
     new 1c6de53b7f Document that KubernetesExecutor overwrites container args 
(#27450)
     new e3caa27ad5 Fix wording in DAG Runs description(#27470)
     new 3b4ff89b34 Update index.rst (#27529)
     new cafad9d7fb Fix sqlalchemy primary key black-out error on DDRQ (#27538)
     new ef86a455ab Fix getting the dag/task ids from base executor (#27550)
     new b928af0595 Bump loader-utils from 1.4.0 to 1.4.1 in /airflow/www 
(#27552)
     new 6d0d162fe3 Fix behavior of `_` when searching for DAGs (#27448)
     new c30180fc20 SLAMiss is nullable and not always given back when pulling 
task instances (#27423)
     new 64ec6c7639 Fix mini scheduler expansion of mapped task  (#27506)
     new f0f67e8bc9 Replace FAB url filtering function with Airflows (#27576)
     new 676c1ee9b3 Remove self.using_mysql attribute (#27571)
     new f21f38ef61 Update version to 2.4.3
     new c7ee64fe11 Add release notes

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   (9af3a9ce0c)
            \
             N -- N -- N   refs/heads/v2-4-test (c7ee64fe11)

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 29 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                                          | 14 +++----
 RELEASE_NOTES.rst                                  | 47 ++++++++++++++++++++++
 airflow/jobs/scheduler_job.py                      |  1 -
 airflow/operators/trigger_dagrun.py                | 10 ++---
 airflow/utils/db.py                                |  1 +
 airflow/www/extensions/init_appbuilder.py          | 12 ++++++
 .../installation/supported-versions.rst            |  2 +-
 docs/docker-stack/README.md                        | 10 ++---
 .../extending/add-apt-packages/Dockerfile          |  2 +-
 .../add-build-essential-extend/Dockerfile          |  2 +-
 .../extending/add-providers/Dockerfile             |  2 +-
 .../extending/add-pypi-packages/Dockerfile         |  2 +-
 .../extending/add-requirement-packages/Dockerfile  |  2 +-
 .../extending/custom-providers/Dockerfile          |  2 +-
 .../extending/embedding-dags/Dockerfile            |  2 +-
 .../extending/writable-directory/Dockerfile        |  2 +-
 docs/docker-stack/entrypoint.rst                   | 14 +++----
 newsfragments/27065.misc.rst                       |  1 -
 .../ci/pre_commit/pre_commit_supported_versions.py |  2 +-
 setup.py                                           |  2 +-
 tests/operators/test_trigger_dagrun.py             | 14 +++----
 21 files changed, 102 insertions(+), 44 deletions(-)
 delete mode 100644 newsfragments/27065.misc.rst

Reply via email to