Replace github.com/ghodss/yaml with sigs.k8s.io/yaml#1171
Replace github.com/ghodss/yaml with sigs.k8s.io/yaml#1171stevekuznetsov merged 1 commit intooperator-framework:masterfrom Juneezee:chore/yaml
github.com/ghodss/yaml with sigs.k8s.io/yaml#1171Conversation
At the time of making this commit, the package `github.com/ghodss/yaml` is no longer actively maintained. `sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively maintained by Kubernetes SIG. Reference: operator-framework/api#308 Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
|
Hi @Juneezee. Thanks for your PR. I'm waiting for a operator-framework 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. |
|
/auto-cc |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Juneezee, stevekuznetsov The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Description of the change:
A follow-up of PR operator-framework/api#308. The
github.com/ghodss/yamlpackage is no longer actively maintained.sigs.k8s.io/yamlis a permanent fork ofgithub.com/ghodss/yaml, which is currently maintained by Kubernetes SIG.Motivation for the change:
Remove an obsolete dependency
Reviewer Checklist
[ ] Implementation matches the proposed design, or proposal is updated to match implementation[ ] Sufficient unit test coverage[ ] Sufficient end-to-end test coverage[ ] Docs updated or added to/docs