Evan Baker

Results 45 issues of Evan Baker

notably, this kills `hack/tools` in favor of the [new tools directive in the go.mod](https://go.dev/blog/go1.24#tool-improvements). Go 1.24 now has FIPS certification of the 1P crypto, but we are currently still required...

dependencies
go
exempt-stale

no code changes, only rearranging. starting to break up the huge spaghetti that is `main`

cns
exempt-stale

Windows HPC are special. They explicitly [do not run in a chroot](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts:~:text=There%20will%20be%20no%20chroot%20equivalent) or similar execution sandbox, and their [filesystem is a merged view](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support#container-mounts) of the hostfs and their shipped containerfs....

cns
npm
cni
dependencies
windows
exempt-stale
release/1.5

Request response logging in cns uses +v on structs with raw bytes which produces very hard to read nonsesne. Those bytes are really json.RawMessage which supports serializing to json so...

bug
cns
exempt-stale

wraps the v2 logger encoders with controller-runtime's kube-aware encoder shim