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 2023/04/20 13:21:58 UTC

[beam] branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.63 updated (cbcc8440e97 -> 4cdae6e5dde)

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


 discard cbcc8440e97 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks
     add f1e95970ca4 Make `withDesiredBundleSizeBytes` methods public (#25448)
     add 080eef00383 Rename _namespace to _get_display_data_namespace (#26353)
     add ceae15b4720 Increase the timeout in one of the loadtest suites. (#26344)
     add 5b6dfb8b7fa Add new example never_run tag for precompiled objects (#26279)
     add 0be1dffdfe3 Update of GKE deployment (#25994)
     add 4404ab3aa94 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks (#26366)
     add 4cdae6e5dde 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   (cbcc8440e97)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.63 (4cdae6e5dde)

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:
 .../jenkins/job_LoadTests_ParDo_Python.groovy      |   2 +-
 build.gradle.kts                                   |   3 +
 .../backend/playground_api/api/v1/api.pb.go        | 584 +++++++++++----------
 .../backend/playground_api/api/v1/api_grpc.pb.go   | 122 +++--
 playground/api/v1/api.proto                        |   1 +
 playground/backend/containers/go/Dockerfile        |  14 +-
 playground/backend/containers/go/build.gradle      |   8 -
 playground/backend/containers/go/entrypoint.sh     |   9 -
 playground/backend/containers/java/Dockerfile      |  17 +-
 playground/backend/containers/java/build.gradle    |   8 -
 playground/backend/containers/java/entrypoint.sh   |   9 -
 playground/backend/containers/python/Dockerfile    |  15 +-
 playground/backend/containers/python/build.gradle  |   8 -
 playground/backend/containers/python/entrypoint.sh |  10 -
 playground/backend/containers/scio/Dockerfile      |  34 +-
 playground/backend/containers/scio/build.gradle    |   8 -
 playground/backend/containers/scio/entrypoint.sh   |   9 -
 playground/backend/internal/api/v1/api.pb.go       | 584 +++++++++++----------
 playground/backend/internal/api/v1/api_grpc.pb.go  | 122 +++--
 .../backend/internal/db/dto/precompiled_object.go  |   1 +
 playground/backend/internal/db/entity/example.go   |   1 +
 .../db/mapper/precompiled_object_mapper.go         |   3 +
 playground/backend/new_scio_project.sh             |  10 +-
 .../lib/src/api/v1/api.pb.dart                     |  14 +
 .../lib/src/api/v1/api.pbjson.dart                 |   3 +-
 playground/infrastructure/api/v1/api_pb2.py        | 120 ++---
 playground/infrastructure/api/v1/api_pb2.pyi       |   6 +-
 playground/infrastructure/datastore_client.py      |   1 +
 .../templates/autoscaling-frontend.yaml            |   6 +-
 .../helm-playground/templates/autoscaling-go.yaml  |  20 +-
 .../templates/autoscaling-java.yaml                |  14 +-
 .../templates/autoscaling-python.yaml              |  20 +-
 .../templates/autoscaling-router.yaml              |   6 +-
 .../templates/autoscaling-scio.yaml                |  14 +-
 .../helm-playground/templates/backendconf.yml      |   1 +
 .../templates/deployment-frontend.yml              |   2 +-
 .../helm-playground/templates/deployment-go.yml    |  10 +-
 .../helm-playground/templates/deployment-java.yml  |  12 +-
 .../templates/deployment-python.yml                |   8 +-
 .../templates/deployment-router-grpc.yml           |   2 +
 .../templates/deployment-router.yml                |   4 +-
 .../helm-playground/templates/deployment-scio.yml  |  12 +-
 .../infrastructure/helm-playground/values.yaml     |  15 +-
 playground/infrastructure/helper.py                |   5 +-
 playground/infrastructure/models.py                |   1 +
 playground/infrastructure/proxy/allow_list.py      |  33 --
 .../infrastructure/proxy/allow_list_proxy.py       |  32 --
 playground/infrastructure/verify.py                |  45 ++
 playground/terraform/README.md                     |  69 +--
 .../applications/backend/backend-go/main.tf        |  73 ---
 .../applications/backend/backend-go/output.tf      |  23 -
 .../applications/backend/backend-go/variables.tf   |  93 ----
 .../applications/backend/backend-java/main.tf      |  74 ---
 .../applications/backend/backend-java/variables.tf |  99 ----
 .../applications/backend/backend-python/main.tf    |  73 ---
 .../applications/backend/backend-python/output.tf  |  23 -
 .../backend/backend-python/variables.tf            |  92 ----
 .../applications/backend/backend-router/main.tf    |  73 ---
 .../backend/backend-router/variables.tf            |  93 ----
 .../applications/backend/backend-scio/main.tf      |  73 ---
 .../applications/backend/backend-scio/output.tf    |  23 -
 .../applications/backend/backend-scio/variables.tf |  93 ----
 playground/terraform/applications/backend/main.tf  | 118 -----
 .../terraform/applications/backend/output.tf       |  38 --
 .../terraform/applications/backend/variables.tf    | 227 --------
 playground/terraform/applications/default/main.tf  |  69 ---
 .../applications/frontend/dispatch/README.md       |  35 --
 .../applications/frontend/dispatch/dispatch.yaml   |  35 --
 playground/terraform/applications/frontend/main.tf |  50 --
 .../terraform/applications/frontend/output.tf      |  24 -
 .../terraform/applications/frontend/variables.tf   |  55 --
 playground/terraform/applications/main.tf          |  80 ---
 playground/terraform/applications/output.tf        |  42 --
 playground/terraform/applications/variables.tf     | 244 ---------
 playground/terraform/build.gradle.kts              | 115 +---
 .../infrastructure/api_enable/variables.tf         |   2 +-
 .../terraform/infrastructure/appengine/main.tf     |   5 +-
 .../infrastructure/appengine/variables.tf          |  10 +
 .../terraform/infrastructure/firewall/firewall.tf  |  85 +++
 .../infrastructure/firewall/locals.tf}             |  10 +-
 .../firewall/variables.tf}                         |  12 +-
 playground/terraform/infrastructure/gke/main.tf    |   7 +-
 playground/terraform/infrastructure/gke/output.tf  |   4 +
 .../terraform/infrastructure/gke/variables.tf      |   9 +-
 .../terraform/infrastructure/ip_address/main.tf    |   4 +-
 .../infrastructure/ip_address/variables.tf         |   5 +-
 playground/terraform/infrastructure/main.tf        |  31 +-
 .../infrastructure/memorystore/variables.tf        |   4 +-
 .../infrastructure/private_dns/googleapis_com.tf   |  52 ++
 .../private_dns/locals.tf}                         |   9 +-
 .../private_dns}/variables.tf                      |  22 +-
 .../terraform/infrastructure/private_dns/zones.tf  |  63 +++
 playground/terraform/infrastructure/variables.tf   |  22 +-
 playground/terraform/main.tf                       |  52 +-
 playground/terraform/variables.tf                  | 216 ++------
 .../main/java/org/apache/beam/sdk/io/AvroIO.java   |  28 +-
 .../apache/beam/sdk/extensions/avro/io/AvroIO.java |  28 +-
 sdks/python/apache_beam/transforms/display.py      |  13 +-
 settings.gradle.kts                                |   2 +-
 99 files changed, 1478 insertions(+), 3311 deletions(-)
 delete mode 100644 playground/infrastructure/proxy/allow_list.py
 delete mode 100644 playground/infrastructure/proxy/allow_list_proxy.py
 delete mode 100644 playground/terraform/applications/backend/backend-go/main.tf
 delete mode 100644 playground/terraform/applications/backend/backend-go/output.tf
 delete mode 100644 playground/terraform/applications/backend/backend-go/variables.tf
 delete mode 100644 playground/terraform/applications/backend/backend-java/main.tf
 delete mode 100644 playground/terraform/applications/backend/backend-java/variables.tf
 delete mode 100644 playground/terraform/applications/backend/backend-python/main.tf
 delete mode 100644 playground/terraform/applications/backend/backend-python/output.tf
 delete mode 100644 playground/terraform/applications/backend/backend-python/variables.tf
 delete mode 100644 playground/terraform/applications/backend/backend-router/main.tf
 delete mode 100644 playground/terraform/applications/backend/backend-router/variables.tf
 delete mode 100644 playground/terraform/applications/backend/backend-scio/main.tf
 delete mode 100644 playground/terraform/applications/backend/backend-scio/output.tf
 delete mode 100644 playground/terraform/applications/backend/backend-scio/variables.tf
 delete mode 100644 playground/terraform/applications/backend/main.tf
 delete mode 100644 playground/terraform/applications/backend/output.tf
 delete mode 100644 playground/terraform/applications/backend/variables.tf
 delete mode 100644 playground/terraform/applications/default/main.tf
 delete mode 100644 playground/terraform/applications/frontend/dispatch/README.md
 delete mode 100644 playground/terraform/applications/frontend/dispatch/dispatch.yaml
 delete mode 100644 playground/terraform/applications/frontend/main.tf
 delete mode 100644 playground/terraform/applications/frontend/output.tf
 delete mode 100644 playground/terraform/applications/frontend/variables.tf
 delete mode 100644 playground/terraform/applications/main.tf
 delete mode 100644 playground/terraform/applications/output.tf
 delete mode 100644 playground/terraform/applications/variables.tf
 create mode 100644 playground/terraform/infrastructure/firewall/firewall.tf
 copy playground/{backend/new_scio_project.sh => terraform/infrastructure/firewall/locals.tf} (82%)
 mode change 100755 => 100644
 rename playground/terraform/{applications/backend/backend-java/output.tf => infrastructure/firewall/variables.tf} (75%)
 create mode 100644 playground/terraform/infrastructure/private_dns/googleapis_com.tf
 rename playground/terraform/{applications/backend/backend-router/output.tf => infrastructure/private_dns/locals.tf} (78%)
 rename playground/terraform/{applications/default => infrastructure/private_dns}/variables.tf (70%)
 create mode 100644 playground/terraform/infrastructure/private_dns/zones.tf