-
Notifications
You must be signed in to change notification settings - Fork 15
Update all Go modules #248
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
``` _bin/tools/go get helm.sh/helm/v3@latest _bin/tools/go mod tidy ``` Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
Signed-off-by: Richard Wall <[email protected]>
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect | ||
oras.land/oras-go v1.2.5 // indirect | ||
oras.land/oras-go/v2 v2.6.0 // indirect |
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 @wallrj Indeed the dependabot upgrade was stuck on the cert-manager v1.18.2 changes. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon 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 |
In particular I updated
Fixes: #240
Testing
About cert-manager v1.18.2
I did not update to cert-manager v1.18.2, because that seems to require some additional work on the conversion functions and I didn't want to do that here.
I've already done it once in one of the Dependabot PRs which got supplanted. I'll move those commits to a separate PR.