Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/tinylib/msgp v1.1.9 -> v1.2.0 age adoption passing confidence

Warning

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


Release Notes

tinylib/msgp (github.com/tinylib/msgp)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: tinylib/msgp@v1.1.9...v1.2.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.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Aug 27, 2024
@renovate renovate bot requested a review from jpkrohling as a code owner August 27, 2024 14:02
Copy link
Contributor Author

renovate bot commented Aug 27, 2024

ℹ Artifact update notice

File name: receiver/datadogreceiver/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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/philhofer/fwd v1.1.2 -> v1.1.3-0.20240612014219-fbbf4953d986
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.22.0

@renovate renovate bot requested a review from MovieStoreGuy as a code owner August 27, 2024 14:02
@renovate renovate bot requested a review from a team August 27, 2024 14:02
@codeboten codeboten merged commit fe34969 into main Aug 27, 2024
156 checks passed
@codeboten codeboten deleted the renovate/github.com-tinylib-msgp-1.x branch August 27, 2024 22:56
@github-actions github-actions bot added this to the next release milestone Aug 27, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
[![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/tinylib/msgp](https://togithub.com/tinylib/msgp) |
`v1.1.9` -> `v1.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftinylib%2fmsgp/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftinylib%2fmsgp/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftinylib%2fmsgp/v1.1.9/v1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftinylib%2fmsgp/v1.1.9/v1.2.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>tinylib/msgp (github.com/tinylib/msgp)</summary>

### [`v1.2.0`](https://togithub.com/tinylib/msgp/releases/tag/v1.2.0)

[Compare
Source](https://togithub.com/tinylib/msgp/compare/v1.1.9...v1.2.0)

#### What's Changed

- omitzero implementation by
[@&open-telemetry#8203;bradleypeabody](https://togithub.com/bradleypeabody) in
[https://github.com/tinylib/msgp/pull/334](https://togithub.com/tinylib/msgp/pull/334)
- `replace` directive by
[@&open-telemetry#8203;infastin](https://togithub.com/infastin) in
[https://github.com/tinylib/msgp/pull/346](https://togithub.com/tinylib/msgp/pull/346)
- Support custom struct tags by
[@&open-telemetry#8203;very-amused](https://togithub.com/very-amused) in
[https://github.com/tinylib/msgp/pull/347](https://togithub.com/tinylib/msgp/pull/347)
- Add map\[string]struct{} support by
[@&open-telemetry#8203;klauspost](https://togithub.com/klauspost) in
[https://github.com/tinylib/msgp/pull/339](https://togithub.com/tinylib/msgp/pull/339)
- Add `any` support by [@&open-telemetry#8203;VirrageS](https://togithub.com/VirrageS)
in
[https://github.com/tinylib/msgp/pull/350](https://togithub.com/tinylib/msgp/pull/350)
- support for `any` maps in msgp.AppendIntf like in (\*Writer).WriteIntf
by [@&open-telemetry#8203;eliottness](https://togithub.com/eliottness) in
[https://github.com/tinylib/msgp/pull/340](https://togithub.com/tinylib/msgp/pull/340)
- allownil: Allocate 0 length slices by
[@&open-telemetry#8203;klauspost](https://togithub.com/klauspost) in
[https://github.com/tinylib/msgp/pull/336](https://togithub.com/tinylib/msgp/pull/336)
- Fix ignored tag directives on unnamed fields by
[@&open-telemetry#8203;klauspost](https://togithub.com/klauspost) in
[https://github.com/tinylib/msgp/pull/352](https://togithub.com/tinylib/msgp/pull/352)
- Added `time.Duration` case to AppendIntf by
[@&open-telemetry#8203;RiaanLaubscher](https://togithub.com/RiaanLaubscher) in
[https://github.com/tinylib/msgp/pull/353](https://togithub.com/tinylib/msgp/pull/353)
- Bounds checks elimination by [@&open-telemetry#8203;mhr3](https://togithub.com/mhr3)
in
[https://github.com/tinylib/msgp/pull/348](https://togithub.com/tinylib/msgp/pull/348)
- test AppendIntf against ReadIntfBytes by
[@&open-telemetry#8203;eliottness](https://togithub.com/eliottness) in
[https://github.com/tinylib/msgp/pull/341](https://togithub.com/tinylib/msgp/pull/341)
- Support illumos. by [@&open-telemetry#8203;jperkin](https://togithub.com/jperkin) in
[https://github.com/tinylib/msgp/pull/343](https://togithub.com/tinylib/msgp/pull/343)

#### New Contributors

- [@&open-telemetry#8203;eliottness](https://togithub.com/eliottness) made their first
contribution in
[https://github.com/tinylib/msgp/pull/340](https://togithub.com/tinylib/msgp/pull/340)
- [@&open-telemetry#8203;jperkin](https://togithub.com/jperkin) made their first
contribution in
[https://github.com/tinylib/msgp/pull/343](https://togithub.com/tinylib/msgp/pull/343)
- [@&open-telemetry#8203;very-amused](https://togithub.com/very-amused) made their
first contribution in
[https://github.com/tinylib/msgp/pull/347](https://togithub.com/tinylib/msgp/pull/347)
- [@&open-telemetry#8203;RiaanLaubscher](https://togithub.com/RiaanLaubscher) made
their first contribution in
[https://github.com/tinylib/msgp/pull/353](https://togithub.com/tinylib/msgp/pull/353)
- [@&open-telemetry#8203;infastin](https://togithub.com/infastin) made their first
contribution in
[https://github.com/tinylib/msgp/pull/346](https://togithub.com/tinylib/msgp/pull/346)

**Full Changelog**:
tinylib/msgp@v1.1.9...v1.2.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://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: Alex Boten <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file receiver/datadog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants