Releases: kubernetes/klog
Releases · kubernetes/klog
Better support for Structured Logging
We are now enforcing API compatibility, added Windows based tests, and have tweaked the structured logging methods after some real world experience updating kubernetes main repo.
- bbd9ca1 Add tests for error in InfoS
- 1ccc0e1 fix imported bug time encode format form kvlistFormat
- dd4d1a6 fix typo in README.md
- 49123d4 ErrorS(nil, ...) should call loggr.Error(nil, ...)
- 5b199cd Fix documentation for V(level)
- d1eb30f Add apidiff script to check go signature changes
- dc505bf Switch slack channel to #klog
- a47ebb9 Add example for co-existence of klog v1 and v2
- 134f148 logName(): lazily lookup userName instead of on init()
- db06a1b fix serialization of special html chars
- 5727d2a Fix Windows integration tests
- edbc1d3 test(*): TestRollover failed randomly on Windows
- 6f99060 Add LogToStderr, a programatic way to log exclusively to stderr or not
Release to support Kubernetes v1.19
Beware of type change: Verbose
New Methods:
SetLogger
(override logger to set a custom implementation)InfoS
(structured logging)ErrorS
(structured logging)
Changes are here : v2.0.0-rc.1...v2.0.0
Release candidate to support Kubernetes v1.19
Beware of type change: Verbose
New Methods:
SetLogger
(override logger to set a custom implementation)InfoS
(structured logging)ErrorS
(structured logging)
Changes are here : v1.0.0...v2.0.0-rc.1
Symbolic v1.0.0 release to prep for API breaks etc
Changes are here : v0.4.0...v1.0.0
we will be using release-1.x branch if we need any bug fixes
we will be starting work on a v2 version of klog which will not be compatible with glog API
Patch release in support of kubernetes 1.16
Changes are here : v0.3.3...v0.4.0
Patch release in support of kubernetes 1.15
This release has a revert for a performance regression. Please see d98d8ac
Patch release in support of kubernetes 1.15
Changes are here : v0.3.1...v0.3.2
Patch release in support of kubernetes 1.15
Changes are here : v0.3.0...v0.3.1