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/10/27 14:15:25 UTC

(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.92 updated (ae3a7955eaf -> b97bc0b609d)

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


 discard ae3a7955eaf Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks
     add e4aef8c1083 Restrict workflows to run on apache/beam (#29133)
     add 76ad5bc45af Add Send email step (#29088)
     add d6b34679e7e IgnoreExitValue for dataflow runner cleanUpDockerJavaImages (#29124)
     add 972a0fbb10f [YAML] Guard javascript UDFs with experimental feature enablement.
     add 40e5c3827e6 Merge pull request #29130 [YAML] Guard javascript UDFs with experimental feature enablement.
     add 99782138b62 Publish Java21 container in release process (#29134)
     add 208c0284b82 Add typehint support for collections.abc.Set types (#29137)
     add ffb43321a0a [YAML] Add optional output type parameter to mappings. (#29077)
     add 8b8af7fee89 Change level of initialization exception to error, make errors obvious (#29078)
     add 1ff014d6101 Move metrics report fully to GHA (#29136)
     add 60c2ba56f60 Set correct markers for the other test scenario. (#29141)
     add a411a71bc46 [RRIO] create RedisClient utility (#29081)
     add 16d68c120fc [yaml] Normalize JdbcIO (#28971)
     add 32d1cc0a381 Bump Dataflow dev container versions to beam-master-20231026 (#29153)
     add f4574bc9721 Fix cleanup dataproc cluster name pattern (#29154)
     add 3b890399e11 Automatically switch to upload_graph when the graph is large (#28621)
     add e98e37f15b8 [YAML] Kafka Read Provider (#28865)
     add 88fcfd5ac65 First pass at sorting gha dashboard (#29151)
     add 97b14a16f36 Added conditions to publish email (#29138)
     add db664d8125b Bump github.com/google/uuid from 1.3.1 to 1.4.0 in /sdks (#29159)
     add 7479aececf7 Bump actions/setup-node from 3 to 4 (#29115)
     add dd853ce0d10 Bump github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.19.1 in /sdks (#29132)
     add 919441e64c0 Bump google.golang.org/grpc in /.test-infra/mock-apis (#29142)
     add b97bc0b609d 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   (ae3a7955eaf)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.92 (b97bc0b609d)

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:
 .../beam_IODatastoresCredentialsRotation.yml       |    20 +-
 .../workflows/beam_MetricsCredentialsRotation.yml  |    25 +-
 .github/workflows/beam_Metrics_Report.yml          |    29 +-
 .../beam_PostCommit_BeamMetrics_Publish.yml        |     5 +-
 .../workflows/beam_Publish_Beam_SDK_Snapshots.yml  |     5 +-
 .../workflows/beam_Publish_Docker_Snapshots.yml    |     5 +-
 .github/workflows/beam_Release_NightlySnapshot.yml |     5 +-
 .../beam_Release_Python_NightlySnapshot.yml        |     5 +-
 .github/workflows/build_release_candidate.yml      |     2 +-
 .github/workflows/build_runner_image.yml           |     1 +
 .github/workflows/pr-bot-new-prs.yml               |     2 +-
 .github/workflows/pr-bot-pr-updates.yml            |     2 +-
 .github/workflows/pr-bot-prs-needing-attention.yml |     2 +-
 .github/workflows/pr-bot-update-reviewers.yml      |     2 +-
 .github/workflows/reportGenerator.yml              |     2 +-
 .github/workflows/typescript_tests.yml             |     6 +-
 .test-infra/dataproc/cleanup.sh                    |     7 +-
 .test-infra/jenkins/job_Metrics_Report.groovy      |    77 -
 .../GA-Post-Commits_status_dashboard.json          | 12026 ++++++++++++++++++-
 .test-infra/metrics/sync/github/sync_workflows.py  |    27 +-
 .test-infra/mock-apis/go.mod                       |     2 +-
 .test-infra/mock-apis/go.sum                       |     4 +-
 CHANGES.md                                         |     3 +
 runners/google-cloud-dataflow-java/build.gradle    |     5 +-
 .../beam/runners/dataflow/DataflowRunner.java      |    24 +-
 .../beam/runners/dataflow/DataflowRunnerTest.java  |    36 +-
 sdks/go.mod                                        |     2 +-
 sdks/go.sum                                        |     4 +-
 sdks/java/container/build.gradle                   |     1 +
 .../java/org/apache/beam/fn/harness/FnHarness.java |     5 +-
 .../io/jdbc/JdbcReadSchemaTransformProvider.java   |    13 +
 .../io/jdbc/JdbcWriteSchemaTransformProvider.java  |    39 +-
 .../KafkaReadSchemaTransformConfiguration.java     |     2 +-
 .../io/kafka/KafkaReadSchemaTransformProvider.java |    54 +-
 .../KafkaReadSchemaTransformProviderTest.java      |    18 +
 sdks/java/io/rrio/build.gradle                     |    12 +
 .../beam/io/requestresponse/RedisClient.java       |   188 +
 .../beam/io/requestresponse/RedisClientTestIT.java |   209 +
 .../RedisExternalResourcesRule.java                |    71 +
 .../ml/inference/vertex_ai_inference_it_test.py    |     3 +-
 sdks/python/apache_beam/transforms/core.py         |    19 +-
 .../typehints/native_type_compatibility.py         |    29 +-
 .../typehints/native_type_compatibility_test.py    |     2 +
 .../python/apache_beam/typehints/typehints_test.py |    13 +
 .../{utils/plugin.py => yaml/options.py}           |    33 +-
 sdks/python/apache_beam/yaml/standard_io.yaml      |    54 +
 sdks/python/apache_beam/yaml/yaml_mapping.md       |    44 +
 sdks/python/apache_beam/yaml/yaml_mapping.py       |    75 +-
 sdks/python/apache_beam/yaml/yaml_mapping_test.py  |    21 +
 sdks/python/apache_beam/yaml/yaml_udf_test.py      |    12 +-
 50 files changed, 12894 insertions(+), 358 deletions(-)
 delete mode 100644 .test-infra/jenkins/job_Metrics_Report.groovy
 create mode 100644 sdks/java/io/rrio/src/main/java/org/apache/beam/io/requestresponse/RedisClient.java
 create mode 100644 sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/RedisClientTestIT.java
 create mode 100644 sdks/java/io/rrio/src/test/java/org/apache/beam/io/requestresponse/RedisExternalResourcesRule.java
 copy sdks/python/apache_beam/{utils/plugin.py => yaml/options.py} (53%)