-
Notifications
You must be signed in to change notification settings - Fork 30
Upgrade to blang/semver/v4 v4.0.0 #30
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
Conversation
This is the first version to be fully go-mod-compatible. Signed-off-by: Stephen Kitt <skitt@redhat.com>
Welcome @skitt! |
Hi @skitt. Thanks for your PR. I'm waiting for a kubernetes 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. 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. |
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.
Looks like it is only used in the package validator. I think kubeadm is not running the package checks at least.
Are you using this library and saw a problem due to the semver library not being at v4?
Not directly; this is for consistency with kubernetes/kubernetes#108629, to clean up the dependency tree of dependencies further down from Kubernetes (where we end up with both version 3.5.1 and 4.0.0 of |
/ok-to-test Ok that is fair, given k/k is the main user but this lib will have to be bumped with a new release and revendored in k/k. There is already one MINOR level feature pending release. Releases of this lib happen close before code freeze of a k/k release (pending). If there was nothing else commited we could have made a patch level bump with the semver bump. |
/lgtm i should keep a note to release a new version of this repository before the 30th of march (code freeze for k8s 1.24). |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, skitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Gentle reminder about this so there’s time to merge the bump in k/k itself... |
had a todo for next week, but i guess i can push the release today. |
Thanks! |
This is the first version to be fully go-mod-compatible.
Signed-off-by: Stephen Kitt skitt@redhat.com