Skip to content

Releases: newrelic/nri-kubernetes

v2.4.0

Choose a tag to compare

@nadiamoe nadiamoe released this 16 Apr 13:13
07d5b1e

Changed

  • Add support for arm and arm64 nodes and publish a multiarch docker image (#70)

v2.3.1

Choose a tag to compare

@gsanchezgavier gsanchezgavier released this 31 Mar 09:54
d1681ad

Fixed

  • Correctly identifing k8s server version with characters (#81)

v2.3.0

Choose a tag to compare

@arvdias arvdias released this 24 Feb 17:41
11b9ba3

Changed

  • The base image of newrelic/infrastructure-k8s has been updated to 2.2.3.
    More info regarding all the integrations upgraded can be found in the release notes of the base image.
  • Changed scale of node cpuRequestedCores to cores from millis

Added

  • Added metrics pertaining to Horizontal Pod Autoscaler. More information about the collected metrics can be found in the official documentation
  • Added extra computed metrics to facilitate backend alerts

Fixed

  • LoadBalancerIP was not being collected properly. It is now fetched from KSM metric kube_service_status_load_balancer_ingress

v2.2.0

Choose a tag to compare

@arvdias arvdias released this 27 Jan 10:12
1679173

Changed

  • 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 integration upgraded can be found in the [release notes of the base image (https://github.com/newrelic/infrastructure-bundle/releases/tag/2.2.1)

v2.1.0

Choose a tag to compare

@nadiamoe nadiamoe released this 04 Jan 13:57
e5e9056

Changed

  • Aggregate cpu and memory requests for nodes (#61)

v2.0.1

Choose a tag to compare

@arvdias arvdias released this 23 Dec 14:08
d89d99f

Changed

The base image of newrelic/infrastructure-k8s has been updated to 2.0.1.

v2.0.0

Choose a tag to compare

@paologallinaharbur paologallinaharbur released this 09 Dec 11:00
5fd7d49
  • The base image of newrelic/infrastructure-k8s has been updated to 2.0.0.
    That base image is bundling the integration nri-nginx 3.0.1 that contains a breaking change.
    More info regarding all the integration upgraded can be found in the release notes of the base image.

v1.26.9

Choose a tag to compare

@nadiamoe nadiamoe released this 02 Dec 16:10

Changed

  • Improve e2e testing and move it to Github Actions
  • Release docker images and artifacts using Github Actions

v1.26.8

Choose a tag to compare

@gsanchezgavier gsanchezgavier released this 20 Nov 17:20
3a4950b

Changed

  • Upgraded Docker base image newrelic/infrastructure-bundle to v1.6.0. For more information on the release please see the New Relic Infrastructure Bundle release notes.

v1.26.7

Choose a tag to compare

@gsanchezgavier gsanchezgavier released this 13 Nov 15:28
f05f194

Fixed

When configuring API_SERVER_ENDPOINT_URL with https endpoint, the api-server component will use that that instead of the default. More info at issue #41