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 4bf39bb9d92 Upgrade com.google.cloud.bigdataoss:gcsio dependency to 
latest (#27679)
     add 09903e6d67e Change thrown exception for checkStateNotNull to 
IllegalStateException
     add ab93fb19880 Merge pull request #27697: Change thrown exception for 
checkStateNotNull to IllegalStateException
     add d7b7bbc0f0a Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks 
(#27772)
     add 1f787d153e1 Bump github.com/fsouza/fake-gcs-server from 1.46.0 to 
1.47.0 in /sdks (#27769)
     add aeecddbacea [#23043] Re-enable single iteration for the Go SDK. 
(#27744)
     add 6dd873a1f3d Inline jwalton/gh-find-current-pr (#27763)
     add 8956343714e Update Compatibility Matrix for Flink Unbounded SDF 
(#27759)
     add dc33c9be63f fix: fix segment reader and update bigtable emulator 
version (#27779)
     add a1ab84169a2 Authenticate to gcr instead of ar in ARM workflow (#27784)
     add a1dd17075e5 Update to libraries-bom 26.21.0 (#27780)
     add 8054afac894 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#27770)
     add 231ee2f380d Improve Documentation on DicomClient (#27783)
     add 2f5495718f2 Update run_generate_requirements.sh to build multi-arch 
Python SDK containers.
     add 0b02f8cad8d Regenerate base image requirements
     add 52352d63bba  Update base image requirements for Python SDK container 
images. #27789
     add d4f09daa4bc Add flags to build multiarch Python SDK containers and 
test (#27723)
     add e0b6d835cc0 Update website with DicomIO (#27791)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/README.md                        |  1 +
 .../workflows/beam_PostCommit_Go_Dataflow_ARM.yml  |  5 +-
 .../workflows/beam_PreCommit_Website_Stage_GCS.yml | 22 ++++--
 ...eam_Python_ValidatesContainer_Dataflow_ARM.yml} | 68 +++++++++---------
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 12 ++--
 sdks/go.mod                                        | 40 +++++------
 sdks/go.sum                                        | 80 +++++++++++-----------
 sdks/go/pkg/beam/core/runtime/exec/datasource.go   |  3 +-
 sdks/go/pkg/beam/core/runtime/exec/fullvalue.go    | 18 +++--
 .../pkg/beam/core/runtime/exec/fullvalue_test.go   |  7 +-
 sdks/go/pkg/beam/core/runtime/exec/plan.go         |  3 +-
 .../container/license_scripts/dep_urls_java.yaml   |  4 +-
 .../org/apache/beam/sdk/util/Preconditions.java    |  2 +-
 .../sdk/io/gcp/bigtable/BigtableServiceImpl.java   |  3 +-
 .../apache_beam/examples/wordcount_it_test.py      |  4 ++
 .../apache_beam/io/gcp/healthcare/dicomclient.py   | 11 +--
 sdks/python/container/common.gradle                |  7 +-
 .../container/py310/base_image_requirements.txt    | 39 ++++++-----
 .../container/py311/base_image_requirements.txt    | 39 ++++++-----
 .../container/py38/base_image_requirements.txt     | 41 +++++------
 .../container/py39/base_image_requirements.txt     | 41 +++++------
 sdks/python/container/run_generate_requirements.sh |  9 +++
 sdks/python/container/run_validatescontainer.sh    | 45 ++++++++----
 sdks/python/pytest.ini                             |  1 +
 sdks/python/test-suites/dataflow/common.gradle     | 16 +++++
 .../site/content/en/documentation/io/connectors.md | 17 +++++
 website/www/site/data/capability_matrix.yaml       | 14 ++--
 .../www/site/data/capability_matrix_snapshot.yaml  | 16 ++---
 28 files changed, 334 insertions(+), 234 deletions(-)
 copy .github/workflows/{beam_PreCommit_Python_Integration.yml => 
beam_Python_ValidatesContainer_Dataflow_ARM.yml} (65%)

Reply via email to