Dependency version upgrades and fixes #263
Merged
Merged
Conversation
Signed-off-by: Madhav Bhargava <madhav.bhargava@sap.com>
Signed-off-by: Madhav Bhargava <madhav.bhargava@sap.com>
…on of the generator Signed-off-by: Madhav Bhargava <madhav.bhargava@sap.com>
…mplementation for fake client Signed-off-by: Madhav Bhargava <madhav.bhargava@sap.com>
Signed-off-by: Saketh Kalaga <saketh.kalaga@sap.com>
sanjaychatterjee
requested changes
Nov 14, 2025
* Upgraded golang.org/x/net to v0.47.0 * Upgraded github.com/samber/lo to v1.52.0 * Upgraded github.com/spf13/pflag to v1.0.10 * Upgraded helm.sh/helm/v3 to v3.19.2 Signed-off-by: Madhav Bhargava <madhav.bhargava@sap.com>
sanjaychatterjee
approved these changes
Nov 15, 2025
This file contains hidden or 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
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 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.: