November 8, 2021
Kubernetes integration v2.8.2
Changed
- Updated agent and integrations to their latest versions
September 28, 2021
Kubernetes integration v2.8.1
Breaking changes
- With the addition of Kubernetes 1.22.x support, we are phasing out of the support bracket Kubernetes versions 1.15.x and below. This means the supported versions bracket for this version and the rest of the nri-kubernetes 2.8.x branch is from Kubernetes v1.16.x to v1.22.x.
- Users may still use previous versions of the integration and their Helm charts to instrument their clusters, and limited support will be offered for them. Development for said older versions is considered stopped and New Relic does not guarantee feature parity or bugfixes (security or otherwise) for those older versions.
Changed
- Node status and conditions are now fetched from the API Server rather than KSM, which fixes some inconsistencies in the samples. This does not change which data is reported, and should be an invisible change. (#194).
- Add a series of parameters which allow to configure a jitter to be applied to API Server response caching, which might help to spread the load on large clusters. (#185).
September 20, 2021
Kubernetes integration v2.7.1
Fixed
- Node status and conditions are now fetched from the Kubernetes API rather than KSM, which makes the query experience more consistent.
- Infrastructure agent and integrations have been updated to the latest versions.
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.