-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Drop usage of forked copies of goyaml.v2 and goyaml.v3 #132357
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
Drop usage of forked copies of goyaml.v2 and goyaml.v3 #132357
Conversation
Signed-off-by: Davanum Srinivas <[email protected]>
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/priority important-soon |
/lgtm |
LGTM label has been added. Git tree hash: 6387eef773c2bd61a60afe96858241afaf87301a
|
@dims: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
64a0915
to
fa5713b
Compare
Signed-off-by: Davanum Srinivas <[email protected]>
fa5713b
to
c5b4b13
Compare
@liggitt had to run |
/lgtm |
LGTM label has been added. Git tree hash: 182dd2b95d0649669256416b833f1a034e63dbcc
|
Context: In support of #132056
We should all be moving to the v2 and v3 versions of the yaml parser that is beginning to be maintained here:
In this PR, we switch to the sigs.k8s.io/yaml package that already has switched to the above parser package ( kubernetes-sigs/yaml#133 )
We also change any direct usages of other older parsers to thego.yaml.in/yaml/v2 or go.yaml.in/yaml/v3 in this PR.
Wherever we can in our ecosystem we should start switching, which will help drop maintaining archived/forked copies.
This will ensure that over a period of time, we can clean up all instances of the forks we used to maintain to the
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR is related to:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: