This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard e7fc43f Add Changelog for 2.1.4
discard eaca043 Bump version to 2.1.4
discard a253b10 Update version added fields in
airflow/config_templates/config.yml (#18128)
discard 8b09602 Fix deprecation error message rather than silencing it
(#18126)
discard bf276ca Limit the number of queued dagruns created by the Scheduler
(#18065)
new 247382f Limit the number of queued dagruns created by the Scheduler
(#18065)
new f5f70e0 Fix deprecation error message rather than silencing it
(#18126)
new 0ee20ff Update version added fields in
airflow/config_templates/config.yml (#18128)
new c1e9f80 Do not let create_dagrun overwrite explicit run_id (#17728)
new 2ef6ab1 Bump version to 2.1.4
new c81aa2b Add Changelog for 2.1.4
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 (e7fc43f)
\
N -- N -- N refs/heads/v2-1-test (c81aa2b)
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 6 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 | 1 +
airflow/models/dag.py | 9 +-
tests/conftest.py | 18 +-
tests/jobs/test_scheduler_job.py | 392 ++++++++++-----------------------------
4 files changed, 112 insertions(+), 308 deletions(-)