chore(deps): migrate to go.yaml.in/yaml/v3#27063
Merged
Merged
Conversation
gopkg.in/yaml.v3 is deprecated. Replace all direct imports with go.yaml.in/yaml/v3 v3.0.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>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #27063 +/- ##
==========================================
+ Coverage 63.15% 63.16% +0.01%
==========================================
Files 414 414
Lines 56485 56485
==========================================
+ Hits 35671 35678 +7
Misses 17434 17434
+ Partials 3380 3373 -7 ☔ View full report in Codecov by Sentry. |
Member
blakepettersson
left a comment
There was a problem hiding this comment.
Same question/comment as in argoproj/notifications-engine#436.
LGTM otherwise
Contributor
Author
|
Detailed answer in argoproj/notifications-engine#436 (comment) but short version, a lot of dependencies still rely on the unmaintained library (like |
blakepettersson
approved these changes
Apr 1, 2026
Member
|
Thanks! |
aniketpati1121
pushed a commit
to aniketpati1121/argo-cd
that referenced
this pull request
Apr 1, 2026
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This was referenced Apr 6, 2026
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.
Checklist:
Motivation
gopkg.in/yaml.v3is deprecated: https://github.com/go-yaml/yaml/tree/v3Changes
Replace all direct imports with
go.yaml.in/yaml/v3v3.0.4, which is the same code under the supported new module path. The old module path remains as an indirect dependency of transitive deps.notifications-engine PR in argoproj/notifications-engine#436