The release v1.0.1
sets a default io.Discard
logger for the controller-runtime if debug logging is not enabled. If debug logging is enabled, then the controller-runtime uses a debug mode zap logger as usual.
What's Changed
- Switch to Github hosted runners for the CI jobs by @ulucinar in #483
- [Backport release-1.0] Set log.Default's output to io.Discard by @github-actions in #480
Full Changelog: v1.0.0...v1.0.1