-
Notifications
You must be signed in to change notification settings - Fork 48
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
✨ Go mod updates #543
Merged
Merged
✨ Go mod updates #543
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
This patch updates github.com/go-logr/logr from 1.4.1 to 1.4.2.
This patch removes the dependency on k8s.io/utils from the api module.
This patch updates github.com/google/uuid from 1.3.0 to 1.6.0 in the api module.
This patch updates the ginkgo and gomega dependencies in the api module from 2.15.0 and 1.31.0 to 2.19.0 and 1.33.1 respectively.
This patch updates the controller-runtime dependency in the api module from 0.17.2 to 0.18.2.
This patch updates the prometheus client dependency from 1.18.0 to 1.19.1.
This patch updates the hack/tools controller-tools dependency from 0.14.0 to 0.15.0 and regenerates the CRDs with the new version.
This patch updates the hack/tools gocov dependency to 1.1.0.
This patch updates the golangci-lint dependency from 1.52.2 to 1.59.0.
This patch removes the dependency on the tool gocovmerge since it is no longer used.
This patch updates the vulncheck tool from 1.0.1 to 1.1.1.
This patch pins the dependency on the tool k8s.io/code-generator to v0.29.0. It appears the "--input-dirs" flag was removed sometime between v0.29.0 and v0.30.0. For more information, please see kubernetes/code-generator#172.
This patch updates the dependency for setup-envtest to v0.0.0-20240524133911-be2f383334bd.
This patch updates the kind dependency from 0.20.0 to 0.23.0.
This patch updates the kubebuilder dependency from 3.12.0 to 3.15.1.
This patch updates kustomize from 5.1.1 to 5.4.2.
558c61e
to
9f5219c
Compare
|
dilyar85
approved these changes
May 30, 2024
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.
Thanks again for all the updates!
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.
What does this PR do, and why is it needed?
This PR includes several updates to the Go module dependencies:
--input-dirs
flag was removed sometime between v0.29.0 and v0.30.0. For more information, please see Conversion should allow explicit declaration of conversion funcs, beyond just naming convention kubernetes/code-generator#172Which issue(s) is/are addressed by this PR? (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes
NA
Are there any special notes for your reviewer:
Please add a release note if necessary: