Skip to content

fix(deps): update module github.com/open-telemetry/opamp-go to v0.17.0 #35513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/open-telemetry/opamp-go v0.15.0 -> v0.17.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opamp-go (github.com/open-telemetry/opamp-go)

v0.17.0

Compare Source

What's Changed

Full Changelog: open-telemetry/opamp-go@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed
New Contributors

Full Changelog: open-telemetry/opamp-go@v0.15.0...v0.16.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 16, 2024
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinging code owners @evan-bradley @atoulme @tigrannajaryan @BinaryFissionGames, please take a look at this update

@renovate renovate bot force-pushed the renovate/github.com-open-telemetry-opamp-go-0.x branch from d9ba129 to 6d5bc74 Compare November 2, 2024 16:08
Copy link
Contributor Author

renovate bot commented Nov 2, 2024

ℹ Artifact update notice

File name: cmd/opampsupervisor/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/gorilla/websocket v1.5.1 -> v1.5.3
File name: extension/opampcustommessages/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/protobuf v1.34.1 -> v1.34.2

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 17, 2024
Fixes calls to renamed struct members in opamp-go

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten removed the Stale label Nov 18, 2024
@codeboten codeboten merged commit 2a9e103 into main Nov 19, 2024
158 checks passed
@codeboten codeboten deleted the renovate/github.com-open-telemetry-opamp-go-0.x branch November 19, 2024 00:00
@github-actions github-actions bot added this to the next release milestone Nov 19, 2024
rshiyani pushed a commit to rshiyani/opentelemetry-collector-contrib that referenced this pull request Dec 9, 2024
open-telemetry#35513)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opamp-go](https://redirect.github.com/open-telemetry/opamp-go)
| `v0.15.0` -> `v0.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopamp-go/v0.15.0/v0.17.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.15.0/v0.17.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.17.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.17.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.16.0...v0.17.0)

##### What's Changed

- Add signature to UpdateContent by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/301](https://redirect.github.com/open-telemetry/opamp-go/pull/301)

**Full Changelog**:
open-telemetry/opamp-go@v0.16.0...v0.17.0

###
[`v0.16.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.16.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.15.0...v0.16.0)

##### What's Changed

- Fix race condition on TestConnectionAllowsConcurrentWrites by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
- docs: fix broken link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/281](https://redirect.github.com/open-telemetry/opamp-go/pull/281)
- docs: fix ClientSyncedState docstring with a valid link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/285](https://redirect.github.com/open-telemetry/opamp-go/pull/285)
- fix(deps): update module github.com/gorilla/websocket to v1.5.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/284](https://redirect.github.com/open-telemetry/opamp-go/pull/284)
- Amend Retry-After parsing logic for negative durations by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/283](https://redirect.github.com/open-telemetry/opamp-go/pull/283)
- Enable clients to set flags by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/286](https://redirect.github.com/open-telemetry/opamp-go/pull/286)
- fix(deps): update module google.golang.org/protobuf to v1.34.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/287](https://redirect.github.com/open-telemetry/opamp-go/pull/287)
- chore(deps): update actions/setup-go action to v5.0.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/293](https://redirect.github.com/open-telemetry/opamp-go/pull/293)
- fix(deps): update module github.com/gorilla/websocket to v1.5.3 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/288](https://redirect.github.com/open-telemetry/opamp-go/pull/288)
- Fix flaky TestSendCustomMessagePendingError by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/292](https://redirect.github.com/open-telemetry/opamp-go/pull/292)
- Limit to single inflight package syncing operation by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/289](https://redirect.github.com/open-telemetry/opamp-go/pull/289)
- Support client heartbeat by
[@&open-telemetry#8203;haoqixu](https://redirect.github.com/haoqixu) in
[https://github.com/open-telemetry/opamp-go/pull/296](https://redirect.github.com/open-telemetry/opamp-go/pull/296)
- Add HeaderFunc to allow modifying headers before every request by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

##### New Contributors

- [@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) made
their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
-
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
made their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

**Full Changelog**:
open-telemetry/opamp-go@v0.15.0...v0.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTM1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
open-telemetry#35513)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opamp-go](https://redirect.github.com/open-telemetry/opamp-go)
| `v0.15.0` -> `v0.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopamp-go/v0.15.0/v0.17.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.15.0/v0.17.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.17.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.17.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.16.0...v0.17.0)

##### What's Changed

- Add signature to UpdateContent by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/301](https://redirect.github.com/open-telemetry/opamp-go/pull/301)

**Full Changelog**:
open-telemetry/opamp-go@v0.16.0...v0.17.0

###
[`v0.16.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.16.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.15.0...v0.16.0)

##### What's Changed

- Fix race condition on TestConnectionAllowsConcurrentWrites by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
- docs: fix broken link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/281](https://redirect.github.com/open-telemetry/opamp-go/pull/281)
- docs: fix ClientSyncedState docstring with a valid link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/285](https://redirect.github.com/open-telemetry/opamp-go/pull/285)
- fix(deps): update module github.com/gorilla/websocket to v1.5.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/284](https://redirect.github.com/open-telemetry/opamp-go/pull/284)
- Amend Retry-After parsing logic for negative durations by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/283](https://redirect.github.com/open-telemetry/opamp-go/pull/283)
- Enable clients to set flags by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/286](https://redirect.github.com/open-telemetry/opamp-go/pull/286)
- fix(deps): update module google.golang.org/protobuf to v1.34.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/287](https://redirect.github.com/open-telemetry/opamp-go/pull/287)
- chore(deps): update actions/setup-go action to v5.0.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/293](https://redirect.github.com/open-telemetry/opamp-go/pull/293)
- fix(deps): update module github.com/gorilla/websocket to v1.5.3 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/288](https://redirect.github.com/open-telemetry/opamp-go/pull/288)
- Fix flaky TestSendCustomMessagePendingError by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/292](https://redirect.github.com/open-telemetry/opamp-go/pull/292)
- Limit to single inflight package syncing operation by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/289](https://redirect.github.com/open-telemetry/opamp-go/pull/289)
- Support client heartbeat by
[@&open-telemetry#8203;haoqixu](https://redirect.github.com/haoqixu) in
[https://github.com/open-telemetry/opamp-go/pull/296](https://redirect.github.com/open-telemetry/opamp-go/pull/296)
- Add HeaderFunc to allow modifying headers before every request by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

##### New Contributors

- [@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) made
their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
-
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
made their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

**Full Changelog**:
open-telemetry/opamp-go@v0.15.0...v0.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTM1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
zeck-ops pushed a commit to zeck-ops/opentelemetry-collector-contrib that referenced this pull request Apr 23, 2025
open-telemetry#35513)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/open-telemetry/opamp-go](https://redirect.github.com/open-telemetry/opamp-go)
| `v0.15.0` -> `v0.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-telemetry%2fopamp-go/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-telemetry%2fopamp-go/v0.15.0/v0.17.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.15.0/v0.17.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.17.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.17.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.16.0...v0.17.0)

##### What's Changed

- Add signature to UpdateContent by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/301](https://redirect.github.com/open-telemetry/opamp-go/pull/301)

**Full Changelog**:
open-telemetry/opamp-go@v0.16.0...v0.17.0

###
[`v0.16.0`](https://redirect.github.com/open-telemetry/opamp-go/releases/tag/v0.16.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opamp-go/compare/v0.15.0...v0.16.0)

##### What's Changed

- Fix race condition on TestConnectionAllowsConcurrentWrites by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
- docs: fix broken link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/281](https://redirect.github.com/open-telemetry/opamp-go/pull/281)
- docs: fix ClientSyncedState docstring with a valid link by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/285](https://redirect.github.com/open-telemetry/opamp-go/pull/285)
- fix(deps): update module github.com/gorilla/websocket to v1.5.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/284](https://redirect.github.com/open-telemetry/opamp-go/pull/284)
- Amend Retry-After parsing logic for negative durations by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/283](https://redirect.github.com/open-telemetry/opamp-go/pull/283)
- Enable clients to set flags by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/286](https://redirect.github.com/open-telemetry/opamp-go/pull/286)
- fix(deps): update module google.golang.org/protobuf to v1.34.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/287](https://redirect.github.com/open-telemetry/opamp-go/pull/287)
- chore(deps): update actions/setup-go action to v5.0.2 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/293](https://redirect.github.com/open-telemetry/opamp-go/pull/293)
- fix(deps): update module github.com/gorilla/websocket to v1.5.3 by
[@&open-telemetry#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/open-telemetry/opamp-go/pull/288](https://redirect.github.com/open-telemetry/opamp-go/pull/288)
- Fix flaky TestSendCustomMessagePendingError by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/292](https://redirect.github.com/open-telemetry/opamp-go/pull/292)
- Limit to single inflight package syncing operation by
[@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) in
[https://github.com/open-telemetry/opamp-go/pull/289](https://redirect.github.com/open-telemetry/opamp-go/pull/289)
- Support client heartbeat by
[@&open-telemetry#8203;haoqixu](https://redirect.github.com/haoqixu) in
[https://github.com/open-telemetry/opamp-go/pull/296](https://redirect.github.com/open-telemetry/opamp-go/pull/296)
- Add HeaderFunc to allow modifying headers before every request by
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

##### New Contributors

- [@&open-telemetry#8203;tpaschalis](https://redirect.github.com/tpaschalis) made
their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/282](https://redirect.github.com/open-telemetry/opamp-go/pull/282)
-
[@&open-telemetry#8203;BinaryFissionGames](https://redirect.github.com/BinaryFissionGames)
made their first contribution in
[https://github.com/open-telemetry/opamp-go/pull/298](https://redirect.github.com/open-telemetry/opamp-go/pull/298)

**Full Changelog**:
open-telemetry/opamp-go@v0.15.0...v0.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTM1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants