Skip to content

Commit 956b835

Browse files
fix(deps): update module github.com/open-telemetry/opamp-go to v0.22.0 (#42423)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/open-telemetry/opamp-go](https://redirect.github.com/open-telemetry/opamp-go) | `v0.21.0` -> `v0.22.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopamp-go/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-telemetry%2fopamp-go/v0.21.0/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opamp-go (github.com/open-telemetry/opamp-go)</summary> ### [`v0.22.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.22.0) [Compare Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.21.0...v0.22.0) ##### What's Changed - Update opamp-spec to v0.14.0 - fix: Send AgentToServer.agent\_disconnect when client is stopped. by [@&#8203;minuk-dev](https://redirect.github.com/minuk-dev) in [#&#8203;384](https://redirect.github.com/open-telemetry/opamp-go/pull/384) - feat: WebSocket server send error callback by [@&#8203;dpaasman00](https://redirect.github.com/dpaasman00) in [#&#8203;427](https://redirect.github.com/open-telemetry/opamp-go/pull/427) - Demo: Add initial-insecure-connection flag to example agent by [@&#8203;michel-laterman](https://redirect.github.com/michel-laterman) in [#&#8203;440](https://redirect.github.com/open-telemetry/opamp-go/pull/440) - Demo: Feat/proxy connection settings by [@&#8203;michel-laterman](https://redirect.github.com/michel-laterman) in [#&#8203;389](https://redirect.github.com/open-telemetry/opamp-go/pull/389) ##### New Contributors - [@&#8203;minuk-dev](https://redirect.github.com/minuk-dev) made their first contribution in [#&#8203;384](https://redirect.github.com/open-telemetry/opamp-go/pull/384) - [@&#8203;dpaasman00](https://redirect.github.com/dpaasman00) made their first contribution in [#&#8203;427](https://redirect.github.com/open-telemetry/opamp-go/pull/427) **Full Changelog**: <open-telemetry/opamp-go@v0.21.0...v0.22.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 2166576 commit 956b835

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/knadh/koanf/providers/file v1.2.0
1010
github.com/knadh/koanf/providers/rawbytes v1.0.0
1111
github.com/knadh/koanf/v2 v2.2.2
12-
github.com/open-telemetry/opamp-go v0.21.0
12+
github.com/open-telemetry/opamp-go v0.22.0
1313
github.com/open-telemetry/opentelemetry-collector-contrib/testbed v0.134.0
1414
github.com/stretchr/testify v1.11.1
1515
go.opentelemetry.io/collector/component v1.40.0
@@ -84,6 +84,7 @@ require (
8484
github.com/lightstep/go-expohisto v1.0.0 // indirect
8585
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
8686
github.com/magefile/mage v1.15.0 // indirect
87+
github.com/michel-laterman/proxy-connect-dialer-go v0.1.0 // indirect
8788
github.com/mitchellh/copystructure v1.2.0 // indirect
8889
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8990
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

cmd/opampsupervisor/go.sum

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

extension/opampcustommessages/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/opamp
22

33
go 1.24
44

5-
require github.com/open-telemetry/opamp-go v0.21.0
5+
require github.com/open-telemetry/opamp-go v0.22.0
66

7-
require google.golang.org/protobuf v1.36.6 // indirect
7+
require google.golang.org/protobuf v1.36.7 // indirect

extension/opampcustommessages/go.sum

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

extension/opampextension/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
require (
66
github.com/google/uuid v1.6.0
77
github.com/oklog/ulid/v2 v2.1.1
8-
github.com/open-telemetry/opamp-go v0.21.0
8+
github.com/open-telemetry/opamp-go v0.22.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.134.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status v0.134.0
1111
github.com/shirou/gopsutil/v4 v4.25.8
@@ -39,6 +39,7 @@ require (
3939
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
4040
github.com/hashicorp/go-version v1.7.0 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect
42+
github.com/michel-laterman/proxy-connect-dialer-go v0.1.0 // indirect
4243
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4344
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4445
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

extension/opampextension/go.sum

Lines changed: 4 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
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.18.1
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.85.0
1010
github.com/aws/aws-sdk-go-v2/service/sqs v1.39.0
11-
github.com/open-telemetry/opamp-go v0.21.0
11+
github.com/open-telemetry/opamp-go v0.22.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.134.0
1313
github.com/stretchr/testify v1.10.0
1414
go.opentelemetry.io/collector/component v1.40.0

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)