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/14 14:50:18 UTC

[beam] branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.39 updated (3cd1ef16cfe -> 1e759cd235a)

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.39
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 3cd1ef16cfe Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks
     add 369e2ba8622 Add a ValidatesContainer integration test for use_sibling_sdk_workers (#24099)
     add aa0a35dabf9 Fix checkArgument format string in TestStream (#24134)
     add a9da2abee64 Fix checkArgument format string in ExecutionStateTracker
     add 223768f782f Merge pull request #24136: Fix checkArgument format string in ExecutionStateTracker
     add 105ed6fedcb [Website] update go-dependencies.md java-dependencies.md programming-guide.md links #24084
     add 4e39ef20410 Merge pull request #24115: [Website] update go-dependencies.md java-dependencies.md links
     add 623083cd0a7 [Website] change headers size from h4,h3 to h2 #24082
     add 2bb03d62e2d Merge pull request #24000: [Website] Change headers size from h4,h3 to h2
     add 451f6b3e7f5 Bump golang.org/x/net from 0.1.0 to 0.2.0 in /sdks (#24153)
     add 1e759cd235a 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   (3cd1ef16cfe)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.39 (1e759cd235a)

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:
 .../core/metrics/ExecutionStateTracker.java        |  2 +-
 sdks/go.mod                                        |  6 +++--
 sdks/go.sum                                        | 12 ++++++----
 .../org/apache/beam/sdk/testing/TestStream.java    |  2 +-
 .../apache_beam/examples/wordcount_it_test.py      |  4 ++++
 .../www/site/content/en/documentation/basics.md    | 26 +++++++++++-----------
 .../content/en/documentation/programming-guide.md  |  6 ++---
 .../en/documentation/sdks/go-dependencies.md       |  4 ++--
 .../en/documentation/sdks/java-dependencies.md     |  2 +-
 .../en/documentation/sdks/python-dependencies.md   |  2 +-
 website/www/site/content/en/get-started/_index.md  | 10 ++++-----
 11 files changed, 43 insertions(+), 33 deletions(-)