This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5943b78979 fix: disable jinja2 rednering for doc_md (#40522)
discard 547afc126b Fix calendar view scroll (#40458)
discard fd46830de0 Add notes about passing secrets via environment variables
(#40519)
discard d122959ccd Update uv to 0.2.13 (#40344)
discard d5d96208d3 Update to uv 0.2.11 (#40244)
discard 9a9827dfe0 Upgrade build installers and dependencies (#40177)
discard 65327198cb Fix openai 1.32 breaking openai tests (#40110)
discard f1645dfed3 Upgrade to latest installers (#40107)
discard 8e6ae8cd63 uv version bump to 0.2.3 (#39848)
discard 0f69cda905 revamp some confusing log messages (#40334)
discard 12df3a2810 Validating provider description for urls in provider list
view (#40475)
discard 79197ad5b0 Fix compatibility with old MySQL 8.0 (#40314)
discard 62b2af0620 [TEMP] REMOVE MEgit statusgit status
new 3e9d05e054 Fix compatibility with old MySQL 8.0 (#40314)
new 91c02b5899 Validating provider description for urls in provider list
view (#40475)
new a4464c4bf1 revamp some confusing log messages (#40334)
new f08f39e31e uv version bump to 0.2.3 (#39848)
new 04c2ce4969 Upgrade to latest installers (#40107)
new 9579204b81 Fix openai 1.32 breaking openai tests (#40110)
new a4e9924ece Upgrade build installers and dependencies (#40177)
new 5effd1b242 Update to uv 0.2.11 (#40244)
new ba9f73de1a Update uv to 0.2.13 (#40344)
new 998c3645ce Add notes about passing secrets via environment variables
(#40519)
new 512240a94d Fix calendar view scroll (#40458)
new e9ddb06716 fix: disable jinja2 rednering for doc_md (#40522)
new bb2e27d6e1 Update version to 2.9.3
new 99ce018d6a Update RELEASE_NOTES.rst
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 (5943b78979)
\
N -- N -- N refs/heads/v2-9-test (99ce018d6a)
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 14 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 | 57 ++++++++++++++++++++++
airflow/__init__.py | 2 +-
airflow/api_connexion/openapi/v1.yaml | 2 +-
airflow/reproducible_build.yaml | 4 +-
.../src/airflow_breeze/commands/main_command.py | 27 +++++-----
.../installation/supported-versions.rst | 2 +-
docs/docker-stack/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 +-
docs/docker-stack/entrypoint.rst | 14 +++---
generated/PYPI_README.md | 10 ++--
newsfragments/37936.significant.rst | 4 --
newsfragments/39823.bugfix.rst | 1 -
scripts/ci/pre_commit/supported_versions.py | 2 +-
24 files changed, 111 insertions(+), 58 deletions(-)
delete mode 100644 newsfragments/37936.significant.rst
delete mode 100644 newsfragments/39823.bugfix.rst