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

bugraoz pushed a change to branch backport-bfa22c0-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 4e82941d826 [v3-2-test] Added plugins command to airflowctl (#64935)
     add 9e3fbb8967b [v3-2-test] fix(ui): cancel debounce on clear to prevent 
stale search value (#64893) (#64907)
     add f5239c95676 [v3-2-test] Fix release check tooling for providers 
(#64920) (#65008)
     add ff7097240a4 [v3-2-test] Add FAQ entry for API server memory growth 
with gunicorn worker recycling (#65036) (#65037)
     add 68f71377a5a [v3-2-test] Sync default image Python version references 
(#64994) (#65045)
     add b55ba7fe1e8 [v3-2-test] Added plugins command to airflowctl (#64935)

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   (4e82941d826)
            \
             N -- N -- N   refs/heads/backport-bfa22c0-v3-2-test (b55ba7fe1e8)

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:
 Dockerfile                                         |  2 +-
 Dockerfile.ci                                      |  2 +-
 airflow-core/docs/faq.rst                          | 37 +++++++++++++++++++
 .../airflow/ui/src/components/SearchBar.test.tsx   | 42 ++++++++++++++++++++--
 .../src/airflow/ui/src/components/SearchBar.tsx    | 10 +++---
 .../airflow_breeze/utils/check_release_files.py    |  3 +-
 docker-stack-docs/build-arg-ref.rst                |  2 +-
 .../customizing/add-build-essential-custom.sh      |  2 +-
 .../docker-examples/customizing/custom-sources.sh  |  2 +-
 .../customizing/pypi-dev-runtime-deps.sh           |  2 +-
 .../customizing/pypi-extras-and-deps.sh            |  2 +-
 .../customizing/pypi-selected-version.sh           |  2 +-
 .../restricted/restricted_environments.sh          |  2 +-
 scripts/ci/prek/common_prek_utils.py               | 33 ++++++++++++-----
 scripts/ci/prek/upgrade_important_versions.py      | 10 ++++--
 scripts/tests/ci/prek/test_common_prek_utils.py    | 14 ++++++++
 task-sdk/src/airflow/sdk/_shared/AGENTS.md         |  2 +-
 17 files changed, 141 insertions(+), 28 deletions(-)

Reply via email to