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/05/12 20:06:23 UTC

[beam] branch dependabot/go_modules/sdks/cloud.google.com/go/storage-1.22.0 updated (48e27b79471 -> 2b5c657b452)

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

github-bot pushed a change to branch dependabot/go_modules/sdks/cloud.google.com/go/storage-1.22.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 48e27b79471 Bump cloud.google.com/go/storage from 1.21.0 to 1.22.0 in /sdks
     add ec85d28c91d Revert "[BEAM-14429] Force java load test on dataflow runner v2 forceNumInitialBundles to 1 (#17576)" (#17609)
     add d181445bbda [BEAM-14441] Add GitHub issue templates
     add 51f8dc8b573 Ask for beam version + other dependencies
     add b215351cb4d We don't need outage
     add 559877a36af Cut p4
     add 7c23d524d57 Pare down to fewer templates
     add d5df3153ba9 Merge pull request #17588 from damccorm/users/damccorm/issueTemplates
     add 5bb50d1150c [BEAM-14347] Add generic registration feature to CHANGES (#17643)
     add dc20185f6af Better test assertion. (#17551)
     add 59212f32b0d Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 in /sdks (#17628)
     add cc571a32015 Bump github.com/testcontainers/testcontainers-go in /sdks (#17627)
     add 2b5c657b452 Bump cloud.google.com/go/storage from 1.21.0 to 1.22.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   (48e27b79471)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/storage-1.22.0 (2b5c657b452)

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:
 .github/ISSUE_TEMPLATE/bug.yml                     | 165 +++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature.yml                 | 165 +++++++++++++++++++++
 .github/ISSUE_TEMPLATE/task.yml                    | 165 +++++++++++++++++++++
 .../job_LoadTests_CoGBK_Dataflow_V2_Java11.groovy  |  10 --
 .../job_LoadTests_CoGBK_Dataflow_V2_Java17.groovy  |  10 --
 .../job_LoadTests_GBK_Dataflow_V2_Java11.groovy    |  19 +--
 .../job_LoadTests_GBK_Dataflow_V2_Java17.groovy    |  19 +--
 .../job_LoadTests_ParDo_Dataflow_V2_Java11.groovy  |  14 +-
 .../job_LoadTests_ParDo_Dataflow_V2_Java17.groovy  |  14 +-
 CHANGES.md                                         |   1 +
 sdks/go.mod                                        |  21 +--
 sdks/go.sum                                        | 119 ++++++++++++---
 .../apache_beam/io/gcp/bigquery_json_it_test.py    |   8 +-
 13 files changed, 629 insertions(+), 101 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug.yml
 create mode 100644 .github/ISSUE_TEMPLATE/feature.yml
 create mode 100644 .github/ISSUE_TEMPLATE/task.yml