You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/11/21 18:27:07 UTC

[beam] branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.41 updated (752b8956f29 -> 2dd08fab41d)

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/aws/aws-sdk-go-v2/feature/s3/manager-1.11.41
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 752b8956f29 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks
     add f82aac7ac60 [Playground] Use current Go SDK by default (#24256)
     add c4cad83442a Fix dashboard links
     add c7a0c1b856c Bump github.com/aws/aws-sdk-go-v2/config from 1.18.1 to 1.18.2 in /sdks (#24282)
     add 2dd08fab41d Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager 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   (752b8956f29)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.41 (2dd08fab41d)

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:
 .../workflows/playground_examples_ci_reusable.yml  | 17 +++++---
 .../Python_ML_RunInference_Benchmark_Tests.json    | 12 +++++-
 playground/backend/containers/go/Dockerfile        | 33 ++++++++-------
 playground/backend/containers/go/build.gradle      | 21 +++++++++-
 playground/backend/containers/go/setup_sdk.sh      | 47 ++++++++++++++++++++++
 playground/backend/containers/python/build.gradle  | 10 ++---
 6 files changed, 108 insertions(+), 32 deletions(-)
 create mode 100755 playground/backend/containers/go/setup_sdk.sh