This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v3-0-stable in repository https://gitbox.apache.org/repos/asf/airflow.git
from cf47fda6b7c [v3-0-test] Make the link to SBOM relative to the sbom documentation (#52875) (#52878) add c4fa6ba9b2f Turn task-sdk into peer-citizen same as other doc packages (#52892) (#52896) add 80a008ac176 [v3-0-test] Reset grid dagrun query cache on trigger so that the new dagrun is fetched. (#52918) (#52919) add cae42b4dfd6 [v3-0-test] Slightly speed up package preparation and upgrade latest build deps (#52909) (#52924) add 892ea81150a [v3-0-test] Exclude "openapi.merged.json" from built .sdist and .whl distributions (#52908) (#52910) add f84017a7415 [v3-0-test] Fix sbom conditions in publish workflow (#52935) (#52937) add 1c7d2b64a20 Make sure generate providers metadata is done with default python (#52939) (#52941) add 033fcd7872a [v3-0-test] Fix example dag example_external_task_parent_deferrable.py imports (#52956) (#52957) add 989295aa07e Update release notes for 3.0.3rc4 No new revisions were added by this update. Summary of changes: .github/actions/install-pre-commit/action.yml | 2 +- .github/workflows/basic-tests.yml | 6 +-- .github/workflows/ci-amd.yml | 2 +- .github/workflows/publish-docs-to-s3.yml | 2 + Dockerfile | 2 +- Dockerfile.ci | 2 +- RELEASE_NOTES.rst | 3 +- airflow-core/docs/index.rst | 2 +- airflow-core/pyproject.toml | 2 + .../src/airflow/ui/src/queries/useTrigger.ts | 2 + dev/breeze/doc/ci/02_images.md | 2 +- ...ease-management_generate-providers-metadata.svg | 30 +++++------- ...ease-management_generate-providers-metadata.txt | 2 +- .../commands/release_management_commands.py | 16 +++---- .../commands/release_management_commands_config.py | 2 +- dev/breeze/src/airflow_breeze/global_constants.py | 2 +- .../src/airflow_breeze/utils/publish_docs_to_s3.py | 2 +- dev/breeze/tests/test_packages.py | 2 + .../src/sphinx_exts/airflow_intersphinx.py | 2 +- .../docs_build/dev_index_template.html.jinja2 | 34 ++++++++----- .../src/sphinx_exts/docs_build/docs_builder.py | 3 ++ .../sphinx_exts/docs_build/fetch_inventories.py | 16 +++++-- .../src/sphinx_exts/docs_build/package_filter.py | 2 + .../example_external_task_parent_deferrable.py | 6 --- pyproject.toml | 2 +- reproducible_build.yaml | 4 +- scripts/ci/install_breeze.sh | 2 +- .../pre_commit/update_installers_and_pre_commit.py | 56 ++++++++++++++++++++++ scripts/tools/setup_breeze | 2 +- task-sdk/docs/conf.py | 9 ++++ 30 files changed, 151 insertions(+), 70 deletions(-)