Skip to content

Commit c7ae830

Browse files
renovate[bot]opentelemetrybotsongy23
authored andcommitted
Update module github.com/hashicorp/consul/api to v1.29.4 (open-telemetry#34858)
[![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/hashicorp/consul/api](https://togithub.com/hashicorp/consul) | `v1.29.2` -> `v1.29.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fconsul%2fapi/v1.29.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhashicorp%2fconsul%2fapi/v1.29.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhashicorp%2fconsul%2fapi/v1.29.2/v1.29.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fconsul%2fapi/v1.29.2/v1.29.4?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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 4dc885f commit c7ae830

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ require (
526526
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
527527
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
528528
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
529-
github.com/hashicorp/consul/api v1.29.2 // indirect
529+
github.com/hashicorp/consul/api v1.29.4 // indirect
530530
github.com/hashicorp/cronexpr v1.1.2 // indirect
531531
github.com/hashicorp/errwrap v1.1.0 // indirect
532532
github.com/hashicorp/go-cleanhttp v0.5.2 // 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.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
@@ -202,7 +202,7 @@ require (
202202
github.com/gorilla/websocket v1.5.0 // indirect
203203
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
204204
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
205-
github.com/hashicorp/consul/api v1.29.2 // indirect
205+
github.com/hashicorp/consul/api v1.29.4 // indirect
206206
github.com/hashicorp/cronexpr v1.1.2 // indirect
207207
github.com/hashicorp/errwrap v1.1.0 // indirect
208208
github.com/hashicorp/go-cleanhttp v0.5.2 // 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
@@ -179,7 +179,7 @@ require (
179179
github.com/gorilla/websocket v1.5.0 // indirect
180180
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
181181
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
182-
github.com/hashicorp/consul/api v1.29.2 // indirect
182+
github.com/hashicorp/consul/api v1.29.4 // indirect
183183
github.com/hashicorp/cronexpr v1.1.2 // indirect
184184
github.com/hashicorp/errwrap v1.1.0 // indirect
185185
github.com/hashicorp/go-cleanhttp v0.5.2 // 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.

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 v1.55.5
88
github.com/docker/docker v26.1.5+incompatible
9-
github.com/hashicorp/consul/api v1.29.2
9+
github.com/hashicorp/consul/api v1.29.4
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.107.0
1111
github.com/shirou/gopsutil/v4 v4.24.7
1212
github.com/stretchr/testify v1.9.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.

processor/resourcedetectionprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1
88
github.com/aws/aws-sdk-go v1.55.5
99
github.com/google/go-cmp v0.6.0
10-
github.com/hashicorp/consul/api v1.29.2
10+
github.com/hashicorp/consul/api v1.29.4
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.107.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.107.0
1313
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.107.0

0 commit comments

Comments
 (0)