Skip to content

Prepare klog release for Kubernetes v1.36

Latest

Choose a tag to compare

@dims dims released this 06 Mar 16:39
· 2 commits to main since this release
ef4b370

What's Changed

  • Add dependabot by @lucacome in #410
  • Use strconv.AppendQuote instead of strconv.Quote for message formatting by @astef in #413
  • de-duplication of key/value pairs by @pohly in #415
  • Fix: Ensure constant format strings in fmt and printf calls by @mikelolasagasti in #417
  • Remove old note on Go version requirements by @guettli in #425
  • test with 1.24 and 1.25 by @pohly in #428
  • ktesting: fix vmodule support by @pohly in #431
  • ktesting: support multi-line result from AnyToStringHook by @pohly in #433
  • textlogger: optionally turn off header by @pohly in #430
  • feat: fix stderrthreshold not honored when logtostderr is set (#212) + two new flags by @pierluigilenoci in #432

New Contributors

Full Changelog: v2.130.1...v2.140.0