Skip to content

Commit 78af6c0

Browse files
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.228.0 (#41054)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/ec2](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.227.0` -> `v1.228.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.227.0/v1.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.227.0/v1.228.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 23fac4a commit 78af6c0

File tree

20 files changed

+30
-30
lines changed

20 files changed

+30
-30
lines changed

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ require (
149149
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
150150
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
151151
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
152-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0 // indirect
152+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0 // indirect
153153
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
154154
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
155155
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // 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/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ require (
178178
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
179179
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
180180
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
181-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0 // indirect
181+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0 // indirect
182182
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
183183
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
184184
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect

exporter/datadogexporter/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/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ require (
153153
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
154154
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
155155
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
156-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0 // indirect
156+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0 // indirect
157157
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
158158
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
159159
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect

exporter/datadogexporter/integrationtest/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.

extension/datadogextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ require (
102102
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
103103
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
104104
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
105-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0 // indirect
105+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0 // indirect
106106
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
107107
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
108108
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect

extension/datadogextension/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.

extension/observer/ecsobserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.5
77
github.com/aws/aws-sdk-go-v2/config v1.29.17
8-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
8+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0
99
github.com/aws/aws-sdk-go-v2/service/ecs v1.58.1
1010
github.com/hashicorp/golang-lru/v2 v2.0.7
1111
github.com/stretchr/testify v1.10.0

extension/observer/ecsobserver/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.

internal/datadog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/aws/aws-sdk-go-v2 v1.36.5
1414
github.com/aws/aws-sdk-go-v2/config v1.29.17
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
16-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
16+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0
1717
github.com/cenkalti/backoff/v4 v4.3.0
1818
github.com/google/go-cmp v0.7.0
1919
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.129.0

internal/datadog/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.

internal/metadataproviders/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Showmax/go-fqdn v1.0.0
77
github.com/aws/aws-sdk-go-v2 v1.36.5
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
9-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
9+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0
1010
github.com/docker/docker v28.1.1+incompatible
1111
github.com/hashicorp/consul/api v1.32.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.129.0

internal/metadataproviders/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.

pkg/datadog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ require (
101101
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
102102
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
103103
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
104-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0 // indirect
104+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0 // indirect
105105
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
106106
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
107107
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect

pkg/datadog/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.

processor/resourcedetectionprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2 v1.36.5
99
github.com/aws/aws-sdk-go-v2/config v1.29.17
1010
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
11-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
11+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0
1212
github.com/cenkalti/backoff/v5 v5.0.2
1313
github.com/google/go-cmp v0.7.0
1414
github.com/hashicorp/consul/api v1.32.0

processor/resourcedetectionprocessor/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/awscontainerinsightreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.5
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32
8-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.227.0
8+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.228.0
99
github.com/google/cadvisor v0.53.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.129.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/containerinsight v0.129.0

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