This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard 821a88c Update setup.py to get non-conflicting set of dependencies
(#12636)
discard 3bad8d4 Update documentation about PIP 20.3 incompatibility
discard b2e3e2c Pins PIP to 20.2.4 in our Dockerfiles (#12738)
discard 88a8529 Add Changelog for 1.10.14
new 2b3ee63 Pins PIP to 20.2.4 in our Dockerfiles (#12738)
new fad7d02 Update documentation about PIP 20.3 incompatibility
new 869a295 Update setup.py to get non-conflicting set of dependencies
(#12636)
new 17a8e9a Add Kubernetes cleanup-pods CLI command for Helm Chart
(#11802)
new 661a5ec Add Changelog for 1.10.14
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 (821a88c)
\
N -- N -- N refs/heads/v1-10-test (661a5ec)
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 5 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/bin/cli.py | 81 +++++++++++++++++++++++++++++++++
tests/cli/test_cli.py | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 204 insertions(+)