-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
1
-
False
-
-
False
-
Not Selected
-
-
-
GRC Sprint 2025-19
-
None
In https://github.com/stolostron/kubernetes-dependency-watches/pull/32 , in order to properly stop watches when permissions change as opposed to just retrying frequently with an "unknown" error, either client-go v0.32.0+ or a patched version is required. In the library's PR, the go.mod file has a `replace` directive to accomplish this, but replace directives only apply to `main` modules (see https://go.dev/ref/mod#go-mod-file-replace ).
So, components that use v0.10.0 or above of the kubernetes-dependency-watches should use a version of client-go with the change.