Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Releases: wavefrontHQ/wavefront-collector-for-kubernetes

Release v1.13.0

13 Dec 16:38
2ff7ccf
Compare
Choose a tag to compare
  • Handle multiple API server instances for the control plane #522.
  • In the case of multiple API Server instances for the control plane, the instance tag from the kubernetes.controlplane.apiserver.request.total.counter metric uniquely identifies the individual API Server instances with their IP addresses.
  • Dropped tags to reduce the Too many point tags error. For more information, see Troubleshooting Dropped Metrics #531.

Release v1.12.1

13 Dec 16:38
Compare
Choose a tag to compare

Release v1.12.0

31 Aug 22:07
60e4a6b
Compare
Choose a tag to compare
  • Upgraded Wavefront proxy version to 11.3
  • Upgrades various libraries to resolve known security vulnerabilities

Release v1.11.0

29 Apr 19:48
a7169d8
Compare
Choose a tag to compare
  • Optimized control plane metrics are now enabled by default
  • Added k8s_provider and k8s_version tags to the kubernetes.collector.version metric
  • Upgraded Go version to 1.18

Release v1.10.0

17 Mar 16:24
bbe1758
Compare
Choose a tag to compare

Improved pod status monitoring including:

  • Easier pod troubleshooting with pod reason and message values available as tags on pod.status.phase metric
  • Added pods that cannot be scheduled and other pending pods into pod.status.phase metric
  • Fixed defect in node aggregate metrics to not include pending and completed pods

Full Changelog: v1.9.0...v1.10.0

Release v1.9.0

25 Feb 18:32
f67c324
Compare
Choose a tag to compare
  • Added the ability to turn on control plane metrics
    • To get started, enable the control plane metrics with helm, or using the manual configuration
    • To see a full list of supported metrics, visit our github repo
  • Added node role (control plane or worker) to all node metrics
  • Added support for proxy CA certs in manual and helm install
  • Upgraded client libraries to be compatible with Kubernetes 1.21
  • Fixed the tag include and exclude filtering for Prometheus sources
  • Fixed Wavefront collector pod crashing due to concurrent map access error
  • Upgraded Wavefront proxy version to 10.14

Full Changelog: v1.8.0...v1.9.0

Release v1.8.0

19 Jan 17:56
0403df9
Compare
Choose a tag to compare

Description for v1.8.0

What's Changed

Full Changelog: v1.7.5...v1.8.0

Release v1.7.5

14 Dec 23:28
0eea75d
Compare
Choose a tag to compare

What's Changed

  • Upgrade Wavefront Proxy to 10.11
  • Updates memory.node_utilization metric to use memory.working_set instead of memory.usage

Full Changelog: v1.7.4...v1.7.5

Release v1.7.4

16 Nov 21:54
dbc9572
Compare
Choose a tag to compare

Description for v1.7.4

What's Changed

  • Upgrade to Go 1.17
  • Upgrade Wavefront Proxy to 10.9
  • Upgrades various libraries to resolve known security vulnerabilities

Full Changelog: v1.7.3...v1.7.4

Release v1.7.3

26 Oct 22:01
4e7b3b0
Compare
Choose a tag to compare
  • Upgrades various libraries to resolve known security vulnerabilities.
  • Fixes issue (#141) - missing label tags on final metric collection for a pod issue