Skip to content

Commit 4af6f03

Browse files
Update module gopkg.in/yaml.v2 to v3 (#38547)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gopkg.in/yaml.v2](https://redirect.github.com/go-yaml/yaml) | `v2.4.0` -> `v3.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/gopkg.in%2fyaml.v2/v3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gopkg.in%2fyaml.v2/v3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gopkg.in%2fyaml.v2/v2.4.0/v3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gopkg.in%2fyaml.v2/v2.4.0/v3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. :warning: MAJOR VERSION UPDATE :warning: - please manually update this package --- ### Release Notes <details> <summary>go-yaml/yaml (gopkg.in/yaml.v2)</summary> ### [`v3.0.1`](https://redirect.github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/go-yaml/yaml/compare/v2.4.0...v3.0.0) [Compare Source](https://redirect.github.com/go-yaml/yaml/compare/v2.4.0...v3.0.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LW1ham9yLXVwZGF0ZSJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Antoine Toulme <[email protected]>
1 parent aceb1d6 commit 4af6f03

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

extension/observer/ecsobserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
go.uber.org/goleak v1.3.0
1717
go.uber.org/multierr v1.11.0
1818
go.uber.org/zap v1.27.0
19-
gopkg.in/yaml.v2 v2.4.0
19+
gopkg.in/yaml.v2 v2.2.8
2020
)
2121

2222
require (

extension/observer/ecsobserver/go.sum

Lines changed: 1 addition & 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)