Dependency version upgrades and fixes #263
Merged
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 type of PR is this?
/kind enhancement
What this PR does / why we need it:
k8s.io/*dependency versions to v0.34.2sigs.k8s.io/controller-runtimeto v0.22.4github.com/stretchr/testifyto v1.11.1golang.org/x/netto v0.47.0 (indirect dependency upgrade to resolve a CVE)github.com/samber/loto v1.52.0github.com/spf13/pflagto v1.0.10helm.sh/helm/v3to v3.19.2make tidytargetmake generateandmake generate-api-docstargets which resulted in some doc changes.In addition to the above this PR also fixes:
An indirect dependency version issue with an explicit replace directive.
github.com/k3d-io/k3d/v5pulls ingithub.com/rancher/wharfiewhich pulls inkubeletbut with an incorrect versionv0.0.0. A replace directive was added to fix that issue.You can see the issue reported when you run
go list -json -m -u -mod=readonly allcommand onoperatorgo module.You will see the following error:
Which issue(s) this PR fixes:
Fixes #264
Special notes for your reviewer:
Does this PR introduce a API change?
Additional documentation e.g., enhancement proposals, usage docs, etc.: