Skip to content

chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml#692

Merged
jdolitsky merged 1 commit into
helm:mainfrom
Juneezee:refactor/yaml
Jun 9, 2023
Merged

chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml#692
jdolitsky merged 1 commit into
helm:mainfrom
Juneezee:refactor/yaml

Conversation

@Juneezee

@Juneezee Juneezee commented Jun 8, 2023

Copy link
Copy Markdown
Contributor

The github.com/ghodss/yaml package is no longer being actively maintained. sigs.k8s.io/yaml is a permanent fork of github.com/ghodss/yaml, which is actively maintained by Kubernetes SIG and widely used in K8s projects.

The notable change is that github.com/ghodss/yaml uses gopkg.in/yaml.v2 v2.2.2, while sigs.k8s.io/yaml uses gopkg.in/yaml.v2 v2.4.0. You can see the changes between the two versions here: v2.2.2...v2.4.0, which mostly consists of bug fixes.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants