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

ash pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 4975d29a28b fix inconsistent (#54056) (#54092)
     add 73968f9e017 Limit paramiko to `< 4.0.0` till we remove DSS support 
(#54078)
     add 07c34b816be Bump Airflow to 3.0.4 and Task SDK to 1.0.4
     add 68c25d40633 Add Release notes for Airflow 3.0.4 and Task SDK 1.0.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   (4975d29a28b)
            \
             N -- N -- N   refs/heads/v3-0-test (68c25d40633)

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:
 README.md                                          |  4 +-
 RELEASE_NOTES.rst                                  | 60 ++++++++++++++++++++++
 .../docs/installation/supported-versions.rst       |  2 +-
 airflow-core/docs/start.rst                        |  2 +-
 airflow-core/pyproject.toml                        |  2 +-
 airflow-core/src/airflow/__init__.py               |  2 +-
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |  1 +
 docker-stack-docs/README.md                        | 10 ++--
 .../extending/add-airflow-configuration/Dockerfile |  2 +-
 .../extending/add-apt-packages/Dockerfile          |  2 +-
 .../add-build-essential-extend/Dockerfile          |  2 +-
 .../extending/add-providers/Dockerfile             |  2 +-
 .../add-pypi-packages-constraints/Dockerfile       |  2 +-
 .../extending/add-pypi-packages-uv/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 +-
 docker-stack-docs/entrypoint.rst                   | 14 ++---
 generated/PYPI_README.md                           |  2 +-
 providers/sftp/pyproject.toml                      |  3 +-
 providers/ssh/pyproject.toml                       |  3 +-
 pyproject.toml                                     |  4 +-
 reproducible_build.yaml                            |  4 +-
 scripts/ci/pre_commit/supported_versions.py        |  2 +-
 task-sdk/pyproject.toml                            |  2 +-
 task-sdk/src/airflow/sdk/__init__.py               |  2 +-
 28 files changed, 102 insertions(+), 39 deletions(-)

Reply via email to