Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 2.33 KB

CHANGELOG-0.9.md

File metadata and controls

63 lines (38 loc) · 2.33 KB

Release notes for v0.9.1

Changelog since v0.9.0

Changes by Kind

Feature

  • Add "Migrated" metrics option to CSI MetricsManager, (#77, @Jiawei0227)

Other (Cleanup or Flake)

  • Default log level of connection message reduced to '5'. (#74, @steved)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

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