Skip to content
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

refactor: replace github.com/ghodss/yaml with sigs.k8s.io/yaml #7127

Merged
merged 1 commit into from
Mar 6, 2023
Merged

refactor: replace github.com/ghodss/yaml with sigs.k8s.io/yaml #7127

merged 1 commit into from
Mar 6, 2023

Conversation

Juneezee
Copy link
Contributor

@Juneezee Juneezee commented Mar 3, 2023

Description

The package github.com/ghodss/yaml is no longer actively maintained. See discussion in ghodss/yaml#75 and ghodss/yaml#80. sigs.k8s.io/yaml is a permanent fork of github.com/ghodss/yaml.

The notable change is that github.com/ghodss/yaml uses gopkg.in/yaml.v2 v2.2.2, but sigs.k8s.io/yaml uses gopkg.in/yaml.v2 v2.4.0. Changes can be seen here v2.2.2...v2.4.0, mostly bug fixes.

Changes proposed in this pull request:

  • Remove github.com/ghodss/yaml dependency

Related issue(s)

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.

Signed-off-by: Eng Zer Jun <[email protected]>
@Juneezee Juneezee requested a review from a team as a code owner March 3, 2023 15:02
@Juneezee Juneezee requested review from dekiel and Ressetkk March 3, 2023 15:02
@CLAassistant
Copy link

CLAassistant commented Mar 3, 2023

CLA assistant check
All committers have signed the CLA.

@kyma-bot
Copy link
Contributor

kyma-bot commented Mar 3, 2023

Hi @Juneezee. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

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/test-infra repository.

@kyma-bot kyma-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 3, 2023
@Ressetkk
Copy link
Contributor

Ressetkk commented Mar 3, 2023

/ok-to-test

@Ressetkk
Copy link
Contributor

Ressetkk commented Mar 3, 2023

/test all

@kyma-bot kyma-bot added the lgtm Looks good to me! label Mar 3, 2023
@Ressetkk
Copy link
Contributor

Ressetkk commented Mar 6, 2023

/retest

@kyma-bot kyma-bot merged commit 7a79a08 into kyma-project:main Mar 6, 2023
kasiakepka pushed a commit to kasiakepka/test-infra that referenced this pull request May 4, 2023
…yma-project#7127)

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.

Signed-off-by: Eng Zer Jun <[email protected]>
muralov pushed a commit to muralov/test-infra that referenced this pull request Jun 1, 2023
…yma-project#7127)

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.

Signed-off-by: Eng Zer Jun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants