-
Notifications
You must be signed in to change notification settings - Fork 3.4k
deps: Replace gopkg.in/yaml.v3
with go.yaml.in/yaml/v3
#40224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
41f28b5
to
e5b1569
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup, thank you!
Could you bump cilium/statedb to https://github.com/cilium/statedb/releases/tag/v0.4.4 to pull in an important fix? |
e5b1569
to
9531ca7
Compare
2ef6a4c
to
ed9173e
Compare
Marked as release blocker due to the important StateDB version bump. And rebased this for you to fix the |
Fixes: #39235 Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
ed9173e
to
5908d48
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HadrienPatte Thank you for this update!
This PR does four main things:
gopkg.in/yaml.v3
imports withgo.yaml.in/yaml/v3
importssigs.k8s.io/yaml
to v1.5.0 to pick up Deprecate code in goyaml.v2 (and v3) directories and redirect to equivalents in go.yaml.in/yaml/v2 (and v3) kubernetes-sigs/yaml#133github.com/cilium/statedb
to v0.4.4 to pick up deps: Replacegopkg.in/yaml.v3
withgo.yaml.in/yaml/v3
statedb#88gopkg.in/yaml
packagesFixes #39235
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.