This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly-refs/heads/master in repository https://gitbox.apache.org/repos/asf/beam.git
from 5e5e14703b9 Update release-guide.md (#33631) add 474c34130b7 Adjust finalize_release workflow for new git tag syntax/semantics add add6b74b79b Merge pull request #33695: Adjust finalize_release workflow for new git tag syntax/semantics add 58236b2f115 Ignore robots.txt when finalizing release (#33696) add 9533a296b09 Blog post and site update for Release 2.62.0 add 89cee2489ea Merge pull request #33567: Blog post and site update for Release 2.62.0 add 5dfb9a04321 Use relative-to-source paths when resolving includes. add b2e1eb78f1b Let local jar and package file be relative. add 9e0950c419c Merge pull request #33647 Support relative paths for yaml includes and resources. add 9afc92ed184 Updated the python dependencies (targeted for Beam 2.63.0) (#33658) add 7daccb5014e Upgrade gcp-bom to 26.53.0 (#33682) add 8c4bec830d7 [prism] Support AnyOf in Prism. (#33705) No new revisions were added by this update. Summary of changes: .github/workflows/finalize_release.yml | 6 +- CHANGES.md | 4 +- .../org/apache/beam/gradle/BeamModulePlugin.groovy | 12 +- .../beam/runners/prism/internal/environments.go | 54 +++++++-- .../runners/prism/internal/environments_test.go | 53 +++++++++ .../pkg/beam/runners/prism/internal/urns/urns.go | 1 + .../container/license_scripts/dep_urls_java.yaml | 2 +- sdks/python/apache_beam/yaml/main.py | 5 +- sdks/python/apache_beam/yaml/yaml_io.py | 5 +- sdks/python/apache_beam/yaml/yaml_provider.py | 125 ++++++++++++++------- .../apache_beam/yaml/yaml_provider_unit_test.py | 56 +++++---- sdks/python/apache_beam/yaml/yaml_transform.py | 9 +- .../container/py310/base_image_requirements.txt | 38 +++---- .../container/py311/base_image_requirements.txt | 38 +++---- .../container/py312/base_image_requirements.txt | 40 +++---- .../container/py39/base_image_requirements.txt | 36 +++--- sdks/python/setup.py | 5 +- website/www/site/config.toml | 2 +- website/www/site/content/en/blog/beam-2.62.0.md | 111 ++++++++++++++++++ .../www/site/content/en/get-started/downloads.md | 15 ++- 20 files changed, 449 insertions(+), 168 deletions(-) create mode 100644 sdks/go/pkg/beam/runners/prism/internal/environments_test.go create mode 100644 website/www/site/content/en/blog/beam-2.62.0.md