Skip to content

Commit 9499c4d

Browse files
fix(deps): update module github.com/aws/aws-sdk-go to v1.50.6 (#30850)
[![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.4` -> `v1.50.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go/v1.50.6?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.6?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.4/v1.50.6?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.4/v1.50.6?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.6`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1506-2024-01-29) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.50.5...v1.50.6) \=== ##### Service Client Updates - `service/autoscaling`: Updates service API and documentation - EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. - `service/comprehend`: Updates service documentation - `service/ec2`: Updates service API and documentation - EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. - `service/mwaa`: Updates service API and documentation - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience. - `service/snowball`: Updates service documentation - Modified description of createaddress to include direction to add path when providing a JSON file. ### [`v1.50.5`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1505-2024-01-26) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.50.4...v1.50.5) \=== ##### Service Client Updates - `service/connect`: Updates service API - `service/inspector2`: Updates service API and documentation - `service/sagemaker`: Updates service API and documentation - Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. </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 <[email protected]>
1 parent 1a7833e commit 9499c4d

File tree

54 files changed

+81
-81
lines changed

Some content is hidden

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

54 files changed

+81
-81
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.4 // indirect
263+
github.com/aws/aws-sdk-go v1.50.6 // 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
@@ -312,7 +312,7 @@ require (
312312
github.com/apache/thrift v0.19.0 // indirect
313313
github.com/ardielle/ardielle-go v1.5.2 // indirect
314314
github.com/armon/go-metrics v0.4.1 // indirect
315-
github.com/aws/aws-sdk-go v1.50.4 // indirect
315+
github.com/aws/aws-sdk-go v1.50.6 // indirect
316316
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
317317
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
318318
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.

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.4
6+
github.com/aws/aws-sdk-go v1.50.6
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.4
6+
github.com/aws/aws-sdk-go v1.50.6
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.

exporter/awss3exporter/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/awss3e
33
go 1.20
44

55
require (
6-
github.com/aws/aws-sdk-go v1.50.4
6+
github.com/aws/aws-sdk-go v1.50.6
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.93.0
88
github.com/stretchr/testify v1.8.4
99
go.opentelemetry.io/collector/component v0.93.1-0.20240129215828-1ed45ec12569

exporter/awss3exporter/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)