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

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


 discard 86e8fdd597b [v3-3-test] Decode deadline alert interval and callback 
without generic deserialization (#72651) (#73304)
    omit 0e9f66a9574 [v3-3-test] Document that plugin names must be unique 
(#73197) (#73203)
    omit 217654a6584 Split the api_fastapi common parameters module into a 
package (#73239)
    omit 1b64dcb91ee [v3-3-test] Fix DAG.cli() crashing on dags test 
--show-dagrun (#72810) (#73216)
    omit 240306e2492 [v3-3-test] Reject non-numeric --limit values in airflow 
dags list-jobs (#72891) (#73214)
    omit de56215b4fe Bump the 3-3-fab-ui-package-updates group across 1 
directory with 3 updates (#73208)
    omit e4c58e48381 Authorize POST /assets/events on the asset named in the 
body (#73007) (#73139)
    omit a84a76d9a11 [v3-3-test] Keep the Gradle wrapper jar out of the source 
release (#69444) (#73108)
    omit c313f5da521 [v3-3-test] Clarify that AccessView.JOBS is the Edge 
worker management permission (#72627) (#73073)
     add d15b0651fa1 Update version to 3.3.2
     add d5e9f5b3163 Add release notes for 3.3.2rc1
     add aa19d2dbb9e Allow GHSA-8mgp-746c-j5xp (nltk) in the dependency review 
gate
     new 9d2a71d4b8d [v3-3-test] Clarify that AccessView.JOBS is the Edge 
worker management permission (#72627) (#73073)
     new 9dd0068ca34 [v3-3-test] Keep the Gradle wrapper jar out of the source 
release (#69444) (#73108)
     new 1c0d24cede6 Authorize POST /assets/events on the asset named in the 
body (#73007) (#73139)
     new ca43e967a6f Bump the 3-3-fab-ui-package-updates group across 1 
directory with 3 updates (#73208)
     new 4b7d6c43f72 [v3-3-test] Reject non-numeric --limit values in airflow 
dags list-jobs (#72891) (#73214)
     new cec23c41cf1 [v3-3-test] Fix DAG.cli() crashing on dags test 
--show-dagrun (#72810) (#73216)
     new 93e3df37b75 Split the api_fastapi common parameters module into a 
package (#73239)
     new 0b3a31be6ff [v3-3-test] Document that plugin names must be unique 
(#73197) (#73203)
     new f1093760c34 [v3-3-test] Decode deadline alert interval and callback 
without generic deserialization (#72651) (#73304)

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   (86e8fdd597b)
            \
             N -- N -- N   refs/heads/v3-3-test (f1093760c34)

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:
 .github/workflows/java-sdk-dependency-security.yml |   9 +
 README.md                                          |  12 +-
 RELEASE_NOTES.rst                                  | 209 +++++++++++++++++++++
 .../docs/installation/supported-versions.rst       |   2 +-
 airflow-core/newsfragments/68518.bugfix.rst        |   1 -
 airflow-core/newsfragments/70923.bugfix.rst        |   1 -
 airflow-core/newsfragments/70977.bugfix.rst        |   1 -
 airflow-core/newsfragments/71113.significant.rst   |  22 ---
 airflow-core/newsfragments/71704.bugfix.rst        |   1 -
 airflow-core/newsfragments/71767.bugfix.rst        |   1 -
 airflow-core/newsfragments/71802.bugfix.rst        |   1 -
 airflow-core/newsfragments/71814.bugfix.rst        |   1 -
 airflow-core/newsfragments/72042.bugfix.rst        |   1 -
 airflow-core/newsfragments/72225.significant.rst   |  27 ---
 airflow-core/newsfragments/72327.bugfix.rst        |   1 -
 airflow-core/newsfragments/72374.bugfix.rst        |   1 -
 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-python-venv/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 +-
 docs/spelling_wordlist.txt                         |   9 +
 generated/PYPI_README.md                           |  10 +-
 pyproject.toml                                     |   6 +-
 reproducible_build.yaml                            |   4 +-
 scripts/ci/prek/supported_versions.py              |   2 +-
 task-sdk/src/airflow/sdk/__init__.py               |   2 +-
 39 files changed, 274 insertions(+), 106 deletions(-)
 delete mode 100644 airflow-core/newsfragments/68518.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/70923.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/70977.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/71113.significant.rst
 delete mode 100644 airflow-core/newsfragments/71704.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/71767.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/71802.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/71814.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/72042.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/72225.significant.rst
 delete mode 100644 airflow-core/newsfragments/72327.bugfix.rst
 delete mode 100644 airflow-core/newsfragments/72374.bugfix.rst

Reply via email to