This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Releases: wavefrontHQ/wavefront-collector-for-kubernetes
Releases · wavefrontHQ/wavefront-collector-for-kubernetes
Release v1.13.0
- 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
- Upgraded golang.org/x/net to fix CVE-2022-27664.
Release v1.12.0
- Upgraded Wavefront proxy version to 11.3
- Upgrades various libraries to resolve known security vulnerabilities
Release v1.11.0
- Optimized control plane metrics are now enabled by default
- To see a full list of supported metrics, visit our github repo
- To disable, see helm and manual configuration options
- Added k8s_provider and k8s_version tags to the
kubernetes.collector.version
metric - Upgraded Go version to 1.18
Release v1.10.0
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
- 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
Description for v1.8.0
What's Changed
- Update to proxy version 10.13, which fixes CVE-2021-45105 Improper Input Validation and Uncontrolled Recursion in Apache Log4j2
- Adds ability to exclude annotation discovered Prometheus Endpoints. See Excluding annotation discovered resources for more details
Full Changelog: v1.7.5...v1.8.0
Release v1.7.5
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
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
- Upgrades various libraries to resolve known security vulnerabilities.
- Fixes issue (#141) - missing label tags on final metric collection for a pod issue