Skip to content

Releases: kubernetes/klog

Better support for Structured Logging

04 Jun 18:21
825bd2f
Compare
Choose a tag to compare

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

10 Apr 02:52
4cae117
Compare
Choose a tag to compare

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

08 Apr 19:00
51df65e
Compare
Choose a tag to compare

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

19 Sep 13:00
2ca9ad3
Compare
Choose a tag to compare

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

08 Aug 10:42
3ca30a5
Compare
Choose a tag to compare

Patch release in support of kubernetes 1.15

12 Jun 17:18
d98d8ac
Compare
Choose a tag to compare

This release has a revert for a performance regression. Please see d98d8ac

v0.3.2...v0.3.3

Patch release in support of kubernetes 1.15

29 May 01:39
78315d9
Compare
Choose a tag to compare

Patch release in support of kubernetes 1.15

22 May 17:17
89e63fd
Compare
Choose a tag to compare

Release updates in support of Kubernetes release-1.15 and other projects

11 Apr 22:39
e531227
Compare
Choose a tag to compare

Release updates in support of Kubernetes release-1.14 and other projects

11 Feb 17:21
71442cd
Compare
Choose a tag to compare