chore(deps): migrate to go.yaml.in/yaml/v2#4683
Open
thevilledev wants to merge 2 commits into
Open
Conversation
gopkg.in/yaml.v2 is deprecated. Replace all direct imports with go.yaml.in/yaml/v2 v2.4.4, which is the same code under the supported new module path. The old module path remains as an indirect dependency of transitive deps. Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4683 +/- ##
==========================================
+ Coverage 84.89% 84.92% +0.03%
==========================================
Files 164 164
Lines 18966 18966
==========================================
+ Hits 16101 16107 +6
+ Misses 2005 2002 -3
+ Partials 860 857 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Published E2E Test Results 4 files 4 suites 3h 41m 22s ⏱️ For more details on these failures, see this check. Results for commit ed1c40c. ♻️ This comment has been updated with latest results. |
Contributor
Published Unit Test Results2 453 tests 2 453 ✅ 3m 18s ⏱️ Results for commit ed1c40c. ♻️ This comment has been updated with latest results. |
|
blkperl
approved these changes
Apr 14, 2026
Hariharasuthan99
approved these changes
Apr 23, 2026
chansuke
approved these changes
Apr 23, 2026
6 tasks
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.



gopkg.in/yaml.v2is deprecated and the YAML organisation maintained fork should be used instead, see: https://github.com/yaml/go-yaml#project-statusReplace all direct imports with
go.yaml.in/yaml/v2v2.4.4, which is the same code under the supported new module path. The old module path remains as an indirect dependency of transitive deps.For full diff between
v2.4.0andv2.4.4see comparison here. It's purely housekeeping and functionality is 1:1.References to PRs from other Argo projects:
Checklist:
"fix(controller): Updates such and such. Fixes #1234".