Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 3.36 KB

CHANGELOG - kubernetes_state

2.7.0 / 2018-06-26

  • [Added] Add an option to disable hostname override. See #1800.
  • [Changed] Add data files to the wheel package. See #1727.

2.6.0 / 2018-06-13

  • [Added] Package auto_conf.yaml for appropriate integrations. See #1664.

2.5.0 / 2018-05-11

  • [BUGFIX] Fix the chosen port in recent KSM versions exposing multiple ports
  • [FEATURE] Add custom tag support.

2.4.0 / 2018-03-23

  • [IMPROVEMENT] Add kubernetes_state.nodes.by_condition count metric [#1277][]

2.3.0 / 2018-02-28

  • [BUGFIX] Fix fetching kubernetes_state.container.restarts with kube-state-metrics v1.2.0 #1137
  • [BUGFIX] Fix rows with mismatch columns in metadata.csv [#1195][]

2.2.0 / 2018-02-13

  • [IMPROVEMENT] Add option in yaml to configure which label from KSM metrics to join over #1040
  • [IMPROVEMENT] Add the node label wherever the pod label is present #1000
  • [IMPROVEMENT] Override hostname with the node label if present #1000

2.0.0 / 2018-01-10

  • [IMPROVEMENT] Merge kubernetes-state pod.phase.[running|succeeded|pending|failed|unknown] service checks into one actionnable service check. Will be introduced in 5.20 and will change the behavior of the service check. #874
  • [IMPROVEMENT] Adding statefulset metrics. #936
  • [IMPROVEMENT] Bumping protobuf to version 3.5.1. See #965

1.4.0 / 2017-11-21

  • [UPDATE] Update auto_conf template to support agent 6 and 5.20+. See #860
  • [FEATURE] Adding HPA metrics. See #801
  • [FEATURE] Add metrics for GPU, PVC, CronJobs and other added in kubernetes_state 1.1.0. See #853

1.3.0 / 2017-08-28

  • [FEATURE] Support for StatefulSet metrics. See #561
  • [FEATURE] Support tag renaming via the labels_mapper option. See #651
  • [FEATURE] Add basic Job metrics. See #686 and #696

1.2.0 / 2017-07-18

  • [FEATURE] Port to PrometheusCheck class and support for new 0.5.0 metrics

1.1.0 / 2017-06-05

1.0.0 / 2017-02-23

  • [FEATURE] adds Kubernetes State integration.