The release v0.42.2
introduces:
- 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 #678 - Adds info logs in the monolithic provider's output that communicate the deprecation and the next steps #679
What's Changed
- [Backport release-0.42] Log a deprecation message when the monolithic provider is run. by @github-actions in #680
- [Backport release-0.42] Set log.Default's output to io.Discard by @ulucinar in #681
Full Changelog: v0.42.1...v0.42.2