This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 535128df066 [v3-0-test] Correct Trigger-Form UI Docs for current
Airflow 3 features (#54799) (#54806)
new 652dd539dbe Bump Airflow to 3.0.6 and Task SDK to 1.0.6
new d9a278ced8a Add Release notes for Airflow 3.0.6 and Task SDK 1.0.6
The 2 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 | 12 +++----
RELEASE_NOTES.rst | 37 ++++++++++++++++++++++
.../docs/installation/supported-versions.rst | 2 +-
airflow-core/docs/start.rst | 2 +-
airflow-core/pyproject.toml | 4 +--
airflow-core/src/airflow/__init__.py | 2 +-
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 | 10 +++---
pyproject.toml | 6 ++--
reproducible_build.yaml | 4 +--
scripts/ci/prek/supported_versions.py | 2 +-
task-sdk/pyproject.toml | 2 +-
task-sdk/src/airflow/sdk/__init__.py | 2 +-
25 files changed, 84 insertions(+), 47 deletions(-)