Skip to content

Releases: glourenco/controller-runtime

v0.9.7

16 Dec 10:56
2d2f85f

Choose a tag to compare

Manager should use the global logger, reduce log names verbosity (#1648)

Currently a controller using the default logger has very verbose names
such as "controller-runtime/manager/controller/<name>", this changeset
reduces the verbosity of each log line to mostly have controller/<name>.

Signed-off-by: Stefan Büringer [email protected]

v0.9.2

16 Dec 10:57
985e819

Choose a tag to compare

Merge pull request #1563 from vincepri/addr-file-based

🌱  addr.Suggest should lock a file instead of memory