This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit f0a45b28515 [v3-1-test] docs: fix typo in Breeze developer tasks guide
(#61357) (#61358)
omit 5db757e13ed [v3-1-test] Fix JWT token generation with unset
issuer/audience config (#61278) (#61331)
omit f08254bf80b CI: Upgrade important CI environment (#61327)
omit 94947046525 [v3-1-test] update version for release command (#61260)
(#61328)
omit 2e39ae8a693 [v3-1-test] Update pmc verification docs (#61271) (#61294)
omit e5d67c4b1dd [v3-1-test] Fix flaky OTel integration test with DNS
health check (#61070) (#61242) (#61286)
omit 726eb41a092 [v3-1-test] Clarify template context for asset-triggered
DAGs in airflow-core docs (#61258) (#61282)
omit 85a889e5e61 [v3-1-test] Fix language selector state not updating on
change (#61060) (#61263)
omit 374fc553bc4 [v3-1-test] Add Keycloak token documentation to
Security/API (#61228) (#61248)
add d24ec9a649f Update Airflow Version to 3.1.7
add d82bb100d73 Update RELEASE_NOTES.rst
new caa057100f4 [v3-1-test] Fix JWT token generation with unset
issuer/audience config (#61278) (#61331)
new d8764c5235e [v3-1-test] Add Keycloak token documentation to
Security/API (#61228) (#61248)
new 7c4aace5f54 [v3-1-test] Fix language selector state not updating on
change (#61060) (#61263)
new 35a1bd03c6d [v3-1-test] Clarify template context for asset-triggered
DAGs in airflow-core docs (#61258) (#61282)
new 1f525c2e96a [v3-1-test] Fix flaky OTel integration test with DNS
health check (#61070) (#61242) (#61286)
new e5e8af5f540 [v3-1-test] Update pmc verification docs (#61271) (#61294)
new c95dc2907f0 [v3-1-test] update version for release command (#61260)
(#61328)
new a940c09f4d6 CI: Upgrade important CI environment (#61327)
new b91ea0fd696 [v3-1-test] docs: fix typo in Breeze developer tasks guide
(#61357) (#61358)
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 (f0a45b28515)
\
N -- N -- N refs/heads/v3-1-test (b91ea0fd696)
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 9 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 | 74 ++++++++++++++++++++++
.../docs/installation/supported-versions.rst | 2 +-
airflow-core/pyproject.toml | 4 +-
airflow-core/src/airflow/__init__.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.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, 121 insertions(+), 47 deletions(-)