Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.77 KB

CHANGELOG-0.9.md

File metadata and controls

38 lines (24 loc) · 1.77 KB

Release notes for v0.9.0

Changelog since v0.8.1

Changes by Kind

Urgent Upgrade Notes

  • HTTP serving logic for the metrics manager has been refactored.
    • Sidecars should create an HTTP mux (e.g. http.ServeMux) and pass it into RegisterToServer().
    • Sidecars are responsible for starting a server with this mux. (#70, @verult)

Feature

  • Added leader election health check.
    • Sidecars should create an HTTP mux (e.g. http.ServeMux) and pass it into RegisterHealthCheck().
    • Sidecars are responsible for starting a server with this mux.
    • A liveness probe has to be added to the pod spec for the sidecar container. (#70, @verult)

Bug or Regression

  • Workaround issue of process_start_time metric not showing up. (#68, @Jiawei0227)
  • Process_start_time should be unique in a process and therefore can now be disabled in the metrics manager registry if not needed or when it conflicts with other collectors (#67, @pohly)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

  • k8s.io/klog: v1.0.0