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

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/tetratelabs/wazero-1.5.0
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit f3e5869c166 Bump github.com/tetratelabs/wazero from 1.4.0 to 1.5.0 in 
/sdks
     add 18908f5b777 adding highmem runner to ARC (#28157)
     add a3b82f4b5ec Fix typo in bigqueryio/bigquery.go (#28156)
     add 21b7e3abae6 Implement terraform code to provision Vertex AI resources 
(#27979)
     add b918dd4c169 [Python] Cleanup Python tests in pipeline options module 
(#28158)
     add 6e0ff033876 Add GitHub Workflow Replacement for Jenkins 
job_PreCommit_Java_IOs_Direct (#28141)
     add 235b7f955be add bullet points to SDK list on home page (resolves 
#22307)
     add 9989e632210 Merge pull request #28163:  add bullet points to SDK list 
on home page
     add 98da8506952 [release automation] Add documentation building job to 
build_release_candidate.yml workflow (#28136)
     add e98bbfd367b Add Vertex AI RunInference Notebook (#28160)
     add 0ab1e58146e Revert "Bump github.com/proullon/ramsql from 0.0.1 to 
0.1.1 in /sdks (#28089)" (#28165)
     add 12ff1c022ff Bump github.com/tetratelabs/wazero from 1.4.0 to 1.5.0 in 
/sdks

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   (f3e5869c166)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/tetratelabs/wazero-1.5.0 
(12ff1c022ff)

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:
 .../arc/environments/beam.env                      |  17 +
 .github/workflows/README.md                        |   1 +
 ...rect.yml => beam_PreCommit_Java_IOs_Direct.yml} |  31 +-
 .github/workflows/build_release_candidate.yml      | 112 ++++
 .../vertex-ai-featurestore/README.md               |  74 +++
 .../vertex-ai-featurestore/featurestore.tf         |  89 +++
 .../vertex-ai-featurestore/synthea.tfvars          | 621 ++++++++++++++++++++
 .../variables.tf                                   |  34 +-
 .../beam-ml/run_inference_vertex_ai.ipynb          | 396 +++++++++++++
 sdks/go.mod                                        |   6 +-
 sdks/go.sum                                        |  23 +-
 sdks/go/pkg/beam/io/bigqueryio/bigquery.go         |   4 +-
 .../apache_beam/options/pipeline_options_test.py   | 383 ++++++-------
 .../options/pipeline_options_validator_test.py     | 624 +++++++--------------
 .../site/content/en/contribute/release-guide.md    |   5 +-
 .../layouts/shortcodes/documentation/sdks.html     |  11 +-
 16 files changed, 1747 insertions(+), 684 deletions(-)
 copy .github/workflows/{beam_PreCommit_Java_Cassandra_IO_Direct.yml => 
beam_PreCommit_Java_IOs_Direct.yml} (78%)
 create mode 100644 
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/README.md
 create mode 100644 
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/featurestore.tf
 create mode 100644 
.test-infra/terraform/google-cloud-platform/vertex-ai-featurestore/synthea.tfvars
 copy .test-infra/terraform/google-cloud-platform/{google-kubernetes-engine => 
vertex-ai-featurestore}/variables.tf (56%)
 create mode 100644 examples/notebooks/beam-ml/run_inference_vertex_ai.ipynb

Reply via email to