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

taragolis pushed a change to branch pendulum-3
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3caa58d8ca Add newsfragments
    omit c8a93594de Update airflow/serialization/serialized_objects.py
    omit 90d03a733b Add backcompat to pendulum 2
    omit 76296b5d48 Add support of Pendulum 3
     add 20d0a41004 Correct `hatch` command for show available venvs (#36729)
     add 798017886f Add `exception` to templates ref list (#36656)
     add b260367208 check transform job status before deferring 
SageMakerTransformOperator (#36680)
     add c0e2786dbf Replace the depreacted cncf-kubernetes modules in the doc 
and tests (#36727)
     add 8b33e25e50 Fix tests to adopt changes in Jinja 3.1.3 (#36731)
     add f1d8297105 Fix check on subclass for `typing.Union` in 
`_infer_multiple_outputs` for Python 3.10+ (#36728)
     add d8cd7a92ff Add support of Pendulum 3
     add 63ddfd5bae Add backcompat to pendulum 2
     add b0e7220d91 Update airflow/serialization/serialized_objects.py
     add a9a7ac651e Add newsfragments

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   (3caa58d8ca)
            \
             N -- N -- N   refs/heads/pendulum-3 (a9a7ac651e)

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.

No new revisions were added by this update.

Summary of changes:
 LOCAL_VIRTUALENV.rst                               |  2 +-
 airflow/decorators/base.py                         |  2 +-
 .../providers/amazon/aws/operators/sagemaker.py    | 39 ++++++++++++-----
 .../connections/kubernetes.rst                     |  2 +-
 .../operators.rst                                  | 12 +++---
 docs/apache-airflow/templates-ref.rst              |  3 ++
 tests/decorators/test_python.py                    | 22 +++++++++-
 tests/models/test_mappedoperator.py                | 29 +++++++------
 .../aws/operators/test_sagemaker_transform.py      | 50 +++++++++++++++++++++-
 .../cloud/operators/test_kubernetes_engine.py      |  4 +-
 .../cloud/triggers/test_kubernetes_engine.py       |  2 +-
 11 files changed, 129 insertions(+), 38 deletions(-)

Reply via email to