✨ Upgrade the yaml from v3.0.0-20210107192922-496545a6307b to 3.0.0 #685
Conversation
|
Welcome @mistydemeo! |
|
Hi @mistydemeo. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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/test-infra repository. |
camilamacedo86
left a comment
There was a problem hiding this comment.
Thank you for your contribution. 🥇
I update the title and description accordingly, please see.
|
/ok-to-test |
camilamacedo86
left a comment
There was a problem hiding this comment.
That shows fine for me.
/approved
|
/lgtm |
|
/assign @pwittrock |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, camilamacedo86, mistydemeo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
✨ Upgrade the yaml from 3.0.0 to v3.0.0-20210107192922-496545a6307b
Motivation
The recently-released gopkg.in/yaml.v3 3.0.0 release includes a fix for a panic that can occur when parsing invalid YAML: go-yaml/yaml#666