-
Notifications
You must be signed in to change notification settings - Fork 109
π± bump development and testing tools #896
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
β Deploy Preview for kubernetes-sigs-cluster-api-operator ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
fc3c24d to
a97c3cf
Compare
Update various development, build, and testing tools to their latest versions: - controller-gen: v0.16.1 β v0.19.0 - golangci-lint: v2.1.0 β v2.5.0 - kustomize: v5.3.0 β v5.7.1 - gotestsum: v1.11.0 β v1.13.0 - ginkgo: v2.22.2 β v2.25.3 - helm: v3.14.4 β v3.19.0 - yq: v4.35.2 β v4.47.2 - conversion-gen: v0.29.2 β v0.34.1 - conversion-verifier: v1.7.0 β v1.11.1 - cert-manager: v1.15.1 β v1.16.1 Additionally, this commit includes minor code improvements: - Fix implicit return to explicit return nil in manifests_downloader.go - Add context to exec.CommandContext in test framework These updates ensure compatibility with latest tooling and address potential linting issues from newer versions.
a97c3cf to
ad947cd
Compare
furkatgofurov7
left a comment
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.
/approve
/lgtm
|
LGTM label has been added. Git tree hash: c54ebafa8f899a845ebda39eae9cd308cc45a818
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: furkatgofurov7 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 |
What this PR does / why we need it:
Update various development, build, and testing tools to their latest versions:
Additionally, this commit includes minor code improvements:
These updates ensure compatibility with latest tooling and address potential linting issues from newer versions.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #