Skip to content

Commit 5e294e8

Browse files
fix(deps): update module github.com/aws/aws-sdk-go to v1.50.7 (open-telemetry#30893)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | `v1.50.6` -> `v1.50.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go/v1.50.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go/v1.50.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go/v1.50.6/v1.50.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go/v1.50.6/v1.50.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary> ### [`v1.50.7`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1507-2024-01-30) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.50.6...v1.50.7) \=== ##### Service Client Updates - `service/datazone`: Updates service API and documentation - `service/route53`: Updates service documentation - Update the SDKs for text changes in the APIs. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent 183b328 commit 5e294e8

File tree

56 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+84
-84
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ require (
260260
github.com/apache/thrift v0.19.0 // indirect
261261
github.com/ardielle/ardielle-go v1.5.2 // indirect
262262
github.com/armon/go-metrics v0.4.1 // indirect
263-
github.com/aws/aws-sdk-go v1.50.6 // indirect
263+
github.com/aws/aws-sdk-go v1.50.7 // indirect
264264
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
265265
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
266266
github.com/aws/aws-sdk-go-v2/config v1.26.6 // indirect

cmd/configschema/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ require (
311311
github.com/apache/thrift v0.19.0 // indirect
312312
github.com/ardielle/ardielle-go v1.5.2 // indirect
313313
github.com/armon/go-metrics v0.4.1 // indirect
314-
github.com/aws/aws-sdk-go v1.50.6 // indirect
314+
github.com/aws/aws-sdk-go v1.50.7 // indirect
315315
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
316316
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
317317
github.com/aws/aws-sdk-go-v2/config v1.26.6 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
5151
github.com/Microsoft/go-winio v0.6.1 // indirect
5252
github.com/alecthomas/participle/v2 v2.1.1 // indirect
53-
github.com/aws/aws-sdk-go v1.50.6 // indirect
53+
github.com/aws/aws-sdk-go v1.50.7 // indirect
5454
github.com/beorn7/perks v1.0.1 // indirect
5555
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
5656
github.com/cenkalti/backoff/v4 v4.2.1 // indirect

connector/datadogconnector/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/awscloudwatchlogsexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsclo
33
go 1.20
44

55
require (
6-
github.com/aws/aws-sdk-go v1.50.6
6+
github.com/aws/aws-sdk-go v1.50.7
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/google/uuid v1.6.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.93.0

exporter/awscloudwatchlogsexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/awsemfexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemf
33
go 1.20
44

55
require (
6-
github.com/aws/aws-sdk-go v1.50.6
6+
github.com/aws/aws-sdk-go v1.50.7
77
github.com/google/uuid v1.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.93.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs v0.93.0

exporter/awsemfexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)