chore(deps): update module go.yaml.in/yaml/v2 to v3 (main) - #7484
Closed
tempo-ci-app[bot] wants to merge 2 commits into
Closed
tempo-ci-app[bot] wants to merge 2 commits into
tempo-ci-app[bot] wants to merge 2 commits into
Conversation
| datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | go | go.yaml.in/yaml/v2 | v2.4.4 | v3.0.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
tempo-ci-app
Bot
requested review from
carles-grafana,
electron0zero,
ie-pham,
javiermolinar,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn,
zalegrala and
zhxiaogg
as code owners
June 12, 2026 21:06
1 task
Contributor
|
Expand for findings |
Contributor
|
This PR has been automatically marked as stale because it has not had any activity in the past 60 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Automated CI fix for #7284, which Renovate can't self-resolve. This branch is that PR's head plus the fix; merging it lands the dependency update with CI green.
yaml.v3 changes the Unmarshaler signature (now takes *yaml.Node), removes UnmarshalStrict / Decoder.SetStrict (renamed to KnownFields), and changes default sequence indentation; updated all in-repo UnmarshalYAML implementations and call sites, added YAMLUnmarshalStrict and YAMLMarshalIndent2 helpers in pkg/util, and regenerated one migrate-config snapshot fixture to match v3 list indentation.
Which issue(s) this PR fixes:
Supersedes #7284
Checklist
.chloggen/(runmake chlog-new, ormake chlog-new FILENAME=<name>to override the default branch-name file; see.chloggen/README.md)