Skip to content

Commit 40b594b

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/linkedin/goavro/v2 to v2.14.0 (#40600)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/linkedin/goavro/v2](https://redirect.github.com/linkedin/goavro) | `v2.13.1` -> `v2.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinkedin%2fgoavro%2fv2/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinkedin%2fgoavro%2fv2/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.1/v2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.1/v2.14.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>linkedin/goavro (github.com/linkedin/goavro/v2)</summary> ### [`v2.14.0`](https://redirect.github.com/linkedin/goavro/releases/tag/v2.14.0) [Compare Source](https://redirect.github.com/linkedin/goavro/compare/v2.13.1...v2.14.0) #### What's Changed - Update import to v2 in doc example by [@&#8203;loganrosen](https://redirect.github.com/loganrosen) in [https://github.com/linkedin/goavro/pull/275](https://redirect.github.com/linkedin/goavro/pull/275) - logicalTypes: fix alternative encoding for decimal types by [@&#8203;rockwotj](https://redirect.github.com/rockwotj) in [https://github.com/linkedin/goavro/pull/292](https://redirect.github.com/linkedin/goavro/pull/292) - fix incorrect union codec when default value is string of null by [@&#8203;wk989898](https://redirect.github.com/wk989898) in [https://github.com/linkedin/goavro/pull/293](https://redirect.github.com/linkedin/goavro/pull/293) - Ability to specify sync marker to an OCFWriter by [@&#8203;mibanescu](https://redirect.github.com/mibanescu) in [https://github.com/linkedin/goavro/pull/295](https://redirect.github.com/linkedin/goavro/pull/295) #### New Contributors - [@&#8203;loganrosen](https://redirect.github.com/loganrosen) made their first contribution in [https://github.com/linkedin/goavro/pull/275](https://redirect.github.com/linkedin/goavro/pull/275) - [@&#8203;wk989898](https://redirect.github.com/wk989898) made their first contribution in [https://github.com/linkedin/goavro/pull/293](https://redirect.github.com/linkedin/goavro/pull/293) - [@&#8203;mibanescu](https://redirect.github.com/mibanescu) made their first contribution in [https://github.com/linkedin/goavro/pull/295](https://redirect.github.com/linkedin/goavro/pull/295) **Full Changelog**: linkedin/goavro@v2.13.1...v2.14.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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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 0951d12 commit 40b594b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/encoding/avrologencodingextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/encod
33
go 1.23.0
44

55
require (
6-
github.com/linkedin/goavro/v2 v2.13.1
6+
github.com/linkedin/goavro/v2 v2.14.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.128.0
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685

extension/encoding/avrologencodingextension/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)