-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore: replace github.com/ghodss/yaml
with sigs.k8s.io/yaml
#18606
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #18606 +/- ##
==========================================
- Coverage 67.38% 67.36% -0.03%
==========================================
Files 984 984
Lines 107022 107022
Branches 2669 2669
==========================================
- Hits 72118 72094 -24
- Misses 31016 31052 +36
+ Partials 3888 3876 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
|
MinerYang
approved these changes
Apr 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Vad1mo
approved these changes
Apr 27, 2023
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]>
WilfredAlmeida
pushed a commit
to WilfredAlmeida/harbor
that referenced
this pull request
Jul 8, 2023
…rbor#18606) 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]> Co-authored-by: Wang Yan <[email protected]> Co-authored-by: MinerYang <[email protected]> Signed-off-by: Wilfred Almeida <[email protected]>
WilfredAlmeida
pushed a commit
to WilfredAlmeida/harbor
that referenced
this pull request
Jul 8, 2023
…rbor#18606) 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]> Co-authored-by: Wang Yan <[email protected]> Co-authored-by: MinerYang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Comprehensive Summary of your change
The
github.com/ghodss/yaml
package is no longer actively maintained.sigs.k8s.io/yaml
is a permanent fork ofgithub.aaakk.us.kg/ghodss/yaml
. It is actively maintained by Kubernetes SIG, and also widely used in K8s projects.The notable change is that
github.com/ghodss/yaml
usesgopkg.in/yaml.v2 v2.2.2
, butsigs.k8s.io/yaml
usesgopkg.in/yaml.v2 v2.4.0
. Changes can be seen here v2.2.2...v2.4.0, mostly bug fixes.Issue being fixed
Please indicate you've done the following: