Skip to content

Latest commit

 

History

History
491 lines (264 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

491 lines (264 loc) · 17.1 KB

CHANGELOG - kubernetes_state

8.1.1 / 2024-05-31 / Agent 7.55.0

Fixed:

  • Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash (#16981)

8.1.0 / 2024-02-16 / Agent 7.52.0

Added:

  • Update the configuration file to include the new oauth options parameter (#16835)

Fixed:

  • Remove the direct dependency to protobuf (#16572)

8.0.0 / 2024-01-05 / Agent 7.51.0

Changed:

  • Add missing config_models files and update the base check version (#16298)

Added:

  • Bump the Python version from py3.9 to py3.11 (#15997)

7.6.0 / 2023-11-10 / Agent 7.50.0

Added:

  • Added CreateContainerConfigError wait reason (#16143)

7.5.0 / 2023-07-10 / Agent 7.47.0

Added:

  • Bump dependencies for Agent 7.47 (#15145)

Fixed:

  • Bump Python version from py3.8 to py3.9 (#14701)

7.4.3 / 2023-05-26 / Agent 7.46.0

Fixed:

  • Revert protobuf dependency update (#14618)
  • Update dependencies (#14594)

7.4.2 / 2022-12-09 / Agent 7.42.0

Fixed:

7.4.1 / 2022-11-08 / Agent 7.41.0

Fixed:

  • Bump protobuf version to 3.20.2 (#13271)

7.4.0 / 2022-10-28

Added:

  • Add documentation for kubernetes_state_core core check (#12552)

7.3.1 / 2022-11-07 / Agent 7.40.1

Fixed:

  • Bump protobuf version to 3.20.2 (#13269)

7.3.0 / 2022-09-16 / Agent 7.40.0

Added:

  • Update HTTP config spec templates (#12890)
  • Add CreateContainerError and InvalidImageName to waiting reasons (#12758)

7.2.1 / 2022-08-05 / Agent 7.39.0

Fixed:

7.2.0 / 2022-05-15 / Agent 7.37.0

Added:

  • Support dynamic bearer tokens (Bound Service Account Token Volume) (#11915)

Fixed:

  • Upgrade dependencies (#11958)

7.1.0 / 2022-04-05 / Agent 7.36.0

Added:

  • Upgrade dependencies (#11726)
  • Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
  • Add kube_cronjob tag to job metrics when applicable (#11692)

Fixed:

  • Add kube_namespace tag to object count metrics (#11734)
  • Remove outdated warning in the description for the tls_ignore_warning option (#11591)

7.0.0 / 2022-02-19 / Agent 7.35.0

Changed:

  • Remap value 'unknown' to 'warning' for KSM 'node.ready' service check (#11132)

Added:

  • Add pyproject.toml file (#11387)
  • Update example config (#11515)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

6.0.1 / 2021-11-13 / Agent 7.33.0

Fixed:

  • Fix clustername for invalid RFC1123 cases (#10262)

6.0.0 / 2021-08-22 / Agent 7.31.0

Changed:

  • Remove messages for integrations for OK service checks (#9888)

Added:

  • Add kubernetes_state.statefulset.count metric (#9813)

Fixed:

  • [ksm] Fix statefulset tag (#9832)
  • Add kube_job tag to job metrics (#9775)

5.7.1 / 2021-06-03 / Agent 7.29.0

Fixed:

  • Fix node.by_condition metric (#9467)

5.7.0 / 2021-05-28

Added:

  • KSM: add node.by_condition to have the conditions of individual nodes (#9311)
  • Update auto_conf.yaml with valid example configuration (#7414) Thanks jfmyers9.

5.6.4 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

5.6.3 / 2020-12-23 / Agent 7.25.0

Fixed:

  • Fix deployment count metric (#8247)

5.6.2 / 2020-12-21

Fixed:

  • Fix deployment count metric (#8229)

5.6.1 / 2020-12-18

Fixed:

  • [orchestrator] change cardinality of deployment count (#8222)

5.6.0 / 2020-10-31 / Agent 7.24.0

Added:

  • add labels from self.SAMPLE_LABELS to container status metrics (#7602) Thanks jfmyers9.

5.5.1 / 2020-09-21 / Agent 7.23.0

Fixed:

  • Fix style for the latest release of Black (#7438)

5.5.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Refactor to use Agent 6+ signature (#6906)

Fixed:

  • Fix debug log line for job metrics (#6700)
  • Fix issue when the storage class of a persistent volume is empty and add test (#6615)

5.4.1 / 2020-05-21 / Agent 7.20.0

Fixed:

  • Document join_standard_tags setting in conf.example.yaml (#6707)

5.4.0 / 2020-05-17

Added:

  • Allow optional dependency installation for all checks (#6589)
  • Introduce join_standard_tags setting (#6253)

Fixed:

  • Remove use of label_to_match to prevent deprecation warnings (#6503)

5.3.0 / 2020-04-04 / Agent 7.19.0

Added:

  • Allow automatic joins to all kube_{object}_labels in KSM check (#5650)

Fixed:

  • Update deprecated imports (#6088)
  • Do not fail on octet stream content type for OpenMetrics (#5843)

5.2.1 / 2020-02-27 / Agent 7.18.0

Fixed:

5.2.0 / 2020-02-22

Added:

  • Add an option to enable KSM experimental metrics and add some new metrics from KSM 1.9 (#5447)

Fixed:

  • Fix metric validation (#5581)

5.1.0 / 2020-01-13 / Agent 7.17.0

Added:

  • Use lazy logging format (#5377)

Fixed:

  • Fix logger method bug (#5395)

5.0.0 / 2019-12-02 / Agent 7.16.0

Changed:

  • Improves tagging compliancy (#5105)

Fixed:

  • Fix job metrics (#4943)

4.7.1 / 2019-08-26 / Agent 6.14.0

Fixed:

  • Properly ignore kube_pod_created and kube_pod_container_info (#4435)

4.7.0 / 2019-08-24

Added:

  • Grab kube_node_info as kubernetes_state.node.count (#4383) Thanks therc.
  • Add VPA metrics to kubernetes_state integration (#4353) Thanks dturn.

Fixed:

  • Fix job metrics (#4224)

4.6.1 / 2019-07-19 / Agent 6.13.0

Fixed:

  • Fix openmetrics mixins telemetry metrics (#4155)

4.6.0 / 2019-07-19

Added:

  • Add telemetry metrics counter by ksm collector (#4125)

Fixed:

  • Fix kubernetes_state avoid tags collision (#4149)

4.5.0 / 2019-07-13

Added:

  • Telemetry check's metrics (#4025)

4.4.1 / 2019-06-19

Fixed:

  • Correct service check for ksm - cronjob (#3937)

4.4.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Adhere to code style (#3526)

4.3.0 / 2019-03-29 / Agent 6.11.0

Added:

  • Upgrade protobuf to 3.7.0 (#3272)

4.2.0 / 2019-02-18 / Agent 6.10.0

Added:

  • Collect .hpa.condition gauges (#3107)
  • Collect PodDisruptionBudget metrics (#3111)
  • Added .daemonset.updated gauge to track daemonset updates (#3102)
  • Support Python 3 (#3030)

Fixed:

  • Resolve flake8 issues (#3060)

4.1.0 / 2018-12-02 / Agent 6.8.0

Added:

  • Add phase tag to pod metrics (#2624)

4.0.0 / 2018-11-30

Removed:

  • Remove KSM deprecated pod phase service checks (#2631)

Fixed:

  • Use raw string literals when \ is present (#2465)

3.1.0 / 2018-10-12 / Agent 6.6.0

Deprecated:

  • [kubernetes_state] don't send pod phase service checks by default (#2354)

Added:

  • Report number of services per namespace and type (#2247)

Fixed:

  • Fix job metrics tagging on KSM 1.4+ (#2384)
  • include node condition value in check message (#2362) Thanks dwradcliffe.
  • Fix hostname override and type for status_report.count metrics (#2372)
  • Fix KSM deprecation warning on A5 (#2317)
  • Include ContainerCreating in pod waiting status reasons (#2063) Thanks deiwin.

3.0.0 / 2018-09-04 / Agent 6.5.0

Changed:

  • Update kubernetes_state to use the new OpenMetricsBaseCheck (#1983)
  • Add sister gauge metrics to kubernetes_state pod service checks (#1578) Thanks mwhittington21.
  • kubernetes_state: plumb more container waiting reasons (#1763) Thanks stevvooe.

Deprecated:

  • Deprecate sending pod phase service checks (#2029)

Added:

  • Add cluster-name suffix to node-names in kubernetes state (#2069)
  • Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default (#2093)
  • Add pod: tags to kubernetes_state status reason metrics (#1884)
  • Add kubernetes persistentvolume metrics (#1932) Thanks Devatoria.
  • Map kube_endpoint metrics (#2001) Thanks mariuscoto.
  • Make HTTP request timeout configurable in prometheus checks (#1790)

Fixed:

  • Lower case reasons before matching container.status_report.count.* metrics (#1949)
  • Submit k_state.nodes.by_condition as gauge instead of counter (#1840)

2.7.0 / 2018-06-26 / Agent 6.3.1

Changed:

  • Add data files to the wheel package (#1727)

Added:

  • Add an option to disable hostname override (#1800)

2.6.0 / 2018-06-13

Added:

  • Package auto_conf.yaml for appropriate integrations (#1664)

2.5.0 / 2018-05-11

Added:

  • Add custom tag support.

Fixed:

2.4.0 / 2018-03-23

Added:

  • Add kubernetes_state.nodes.by_condition count metric #1277

2.3.0 / 2018-02-28

Fixed:

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

2.2.0 / 2018-02-13

Added:

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

2.0.0 / 2018-01-10

Added:

  • 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
  • Adding statefulset metrics. #936
  • Bumping protobuf to version 3.5.1 (#965com//issues/965)

1.4.0 / 2017-11-21

Added:

1.3.0 / 2017-08-28

Added:

1.2.0 / 2017-07-18

Added:

  • Port to PrometheusCheck class and support for new 0.5.0 metrics

1.1.0 / 2017-06-05

Added:

1.0.0 / 2017-02-23

Added:

  • adds Kubernetes State integration.