August 3, 2021
Kubernetes integration v2.7.0
Added
- Integration now reports node status and conditions as
condition.{Name}
(for examplecondition.Ready
,condition.PIDPressure
). - Added the new
KubeStateMetricsNamespace
parameter to restrict discovery of KSM pod to a particular namespace.- This should help reduce load in the control plane for clusters with many pods and/or nodes.
- Added the
unschedulable
metric to K8sNodeSamples. - Added the
podIP
metric to K8sPodSample.
June 7, 2021
Kubernetes integration v2.6.0
Changed
- Upgrade
infrastructure-bundle
to 2.6.0 #123- See https://github.com/newrelic/infrastructure-bundle/releases/tag/2.6.0 for more details about the upgraded integrations in this release of the
infrastructure-bundle
- See https://github.com/newrelic/infrastructure-bundle/releases/tag/2.6.0 for more details about the upgraded integrations in this release of the
May 28, 2021
April 16, 2021
Kubernetes integration v2.4.0
Changelog
Added
- Added support for ARM and ARM64 nodes, and published a multiarch docker image.
March 31, 2021
Kubernetes integration v2.3.1
Changelog
Fixed
- Correctly identifing the Kubernetes server version with characters (#81).
February 24, 2021
Kubernetes integration v2.3.0
Changelog
Changed
- The base image of
newrelic/infrastructure-k8s
has been updated to2.2.3
. More info regarding all the upgraded integrations can be found in the release notes of the base image.
Added
- Added metrics belonging to Horizontal Pod Autoscaler. More information about the collected metrics can be found in the official documentation.
Fixed
- LoadBalancerIP was not being collected properly. It's now fetched from KSM metric
kube_service_status_load_balancer_ingress
.
January 27, 2021
Kubernetes integration v2.2.0
Changelog
- The base image of newrelic/infrastructure-k8s has been updated to 2.2.1. This base image has fixed an issue where nrjmx was not properly running due to the bundled java version.
- More info regarding all the upgraded integrations can be found in the release notes of the base image.
January 4, 2021
Kubernetes integration v2.1.0
Changelog
- Added aggregate CPU and memory request metrics for nodes.
December 23, 2020
Kubernetes integration v2.0.1
Changelog
- The base image of newrelic/infrastructure-k8s has been updated to 2.0.1.
December 2, 2020
Kubernetes integration v2.0.0
Changelog
- Improve end-to-end testing and move it to GitHub Actions.
- Release Docker images and artifacts using GitHub Actions.