This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a change to branch
dependabot/go_modules/sdks/cloud.google.com/go/datastore-1.23.0
in repository https://gitbox.apache.org/repos/asf/beam.git
from 173d074978a Bump cloud.google.com/go/datastore from 1.22.0 to 1.23.0
in /sdks
add 400b114a0a2 Add Staged Artifact validations for RunnerV2 (#37974)
add fb272738e57 Bump hashicorp/setup-terraform from 3 to 4 (#38389)
add 259e2556b12 Bump actions/checkout from 4 to 6 (#38393)
add c0414c07bdd Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0
(#38387)
add b4a1794e055 Bump cloud.google.com/go/bigtable from 1.42.0 to 1.47.0 in
/sdks (#38396)
add 712ea7e2fbe Bump docker/login-action from 4.0.0 to 4.1.0 (#38394)
add e533dd1054c Bump docker/build-push-action from 7.0.0 to 7.1.0 (#38391)
add 991a8d5a3af Bump google.golang.org/api from 0.276.0 to 0.278.0 in
/sdks (#38395)
add e59af80cbc4 Fix FHIR search method signature mismatch after
google.golang.org/api update
add c971ec474a7 Merge pull request #38381 from
bambadiouf1/fix-fhir-search-sig
add 034d7bf2190 Bump actions/github-script from 8 to 9 (#38402)
add 032cbe2d436 Bump actions/download-artifact from 7 to 8 (#38401)
add 5bc2d6da706 Bump actions/upload-artifact from 4 to 7 (#38400)
add 0972151ba60 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 in /sdks
(#38399)
add 0975d7bc83a Bump github.com/lib/pq from 1.11.1 to 1.12.3 in /sdks
(#38398)
add bc900805f84 Bump github.com/nats-io/nats-server/v2 from 2.12.6 to
2.14.0 in /sdks (#38397)
add a5479be3083 Merge branch 'master' into
dependabot/go_modules/sdks/cloud.google.com/go/datastore-1.23.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/assign_milestone.yml | 2 +-
.../beam_Infrastructure_UsersPermissions.yml | 2 +-
.../workflows/beam_PostCommit_Python_Versions.yml | 4 +-
.github/workflows/beam_PreCommit_Java_Dataflow.yml | 8 +-
.github/workflows/build_release_candidate.yml | 10 +-
.github/workflows/build_runner_image.yml | 4 +-
.github/workflows/build_wheels.yml | 8 +-
.../workflows/deploy_release_candidate_pypi.yaml | 2 +-
.github/workflows/finalize_release.yml | 4 +-
.github/workflows/self-assign.yml | 2 +-
sdks/go.mod | 48 ++++-----
sdks/go.sum | 100 +++++++++----------
sdks/go/container/boot.go | 4 +
sdks/go/pkg/beam/artifact/materialize.go | 45 ++++++++-
sdks/go/pkg/beam/artifact/materialize_test.go | 110 +++++++++++++++++++++
sdks/go/pkg/beam/artifact/options.go | 48 +++++++++
sdks/go/pkg/beam/artifact/options_test.go | 78 +++++++++++++++
sdks/go/pkg/beam/io/fhirio/common.go | 6 +-
sdks/java/container/boot.go | 3 +
.../runners/dataflow/internal/apiclient.py | 5 +-
.../runners/dataflow/internal/apiclient_test.py | 42 ++++----
sdks/python/container/boot.go | 3 +
sdks/typescript/container/boot.go | 3 +
23 files changed, 416 insertions(+), 125 deletions(-)
create mode 100644 sdks/go/pkg/beam/artifact/options.go
create mode 100644 sdks/go/pkg/beam/artifact/options_test.go