Skip to content

Commit 77c11b0

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.21.0 (#45529)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.20.19` → `v1.21.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.21.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.20.19/v1.21.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/feature/s3/manager)</summary> ### [`v1.21.0`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2023-08-10) #### Module Highlights - `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.28.3](service/cloudtrail/CHANGELOG.md#v1283-2023-08-10) - **Documentation**: Documentation updates for CloudTrail. - `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.65.0](service/connect/CHANGELOG.md#v1650-2023-08-10) - **Feature**: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage. - `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.21.0](service/elasticloadbalancingv2/CHANGELOG.md#v1210-2023-08-10) - **Feature**: This release enables configuring security groups for Network Load Balancers - `github.com/aws/aws-sdk-go-v2/service/omics`: [v1.7.0](service/omics/CHANGELOG.md#v170-2023-08-10) - **Feature**: This release adds instanceType to GetRunTask & ListRunTasks responses. - `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.21.0](service/secretsmanager/CHANGELOG.md#v1210-2023-08-10) - **Feature**: Add additional InvalidRequestException to list of possible exceptions for ListSecret. - `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.33.3](service/transfer/CHANGELOG.md#v1333-2023-08-10) - **Documentation**: Documentation updates for AW Transfer Family </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 9f70e98 commit 77c11b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

exporter/awss3exporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.41.1
77
github.com/aws/aws-sdk-go-v2/config v1.32.7
88
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
9-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.19
9+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.21.0
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.1
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
1212
github.com/google/uuid v1.6.0

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.

receiver/awss3receiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.1
77
github.com/aws/aws-sdk-go-v2/config v1.32.7
8-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.19
8+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.21.0
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.1
1010
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.21
1111
github.com/itchyny/timefmt-go v0.1.7

receiver/awss3receiver/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)