Skip to content

Releases: newrelic/nri-kubernetes

v3.2.0

02 May 09:50
0799639
Compare
Choose a tag to compare

Added

  • Initial, internal-only implementation of mTLS-enabled sink by @roobre in #338
  • restartCount metric for pods is now also available as restartCountDelta by @sigilioso in #382

Fixed

  • isReady metric is now correctly reported as false (rather than NULL) for pending pods by @paologallinaharbur in #404

Dependencies

  • chore(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #406
  • chore(deps): bump alpine from 3.15.0 to 3.15.4 by @dependabot in #391
  • chore(deps): bump github.com/newrelic/infra-integrations-sdk from 3.7.1+incompatible to 3.7.2+incompatible by @dependabot in #372
  • chore(deps): bump github.com/sethgrid/pester from 1.1.0 to 1.2.0 by @dependabot in #358
  • Update dependencies to solve security issues pointed by trivy by @kang-makes in #403

Full Changelog: v3.1.0...v3.1.1

Full Changelog: v3.1.0...v3.1.1

newrelic-infrastructure-3.3.1

27 Apr 13:57
8322d83
Compare
Choose a tag to compare

A Helm chart to deploy the New Relic Kubernetes monitoring solution

What's Changed

Full Changelog: newrelic-infrastructure-3.3.0...newrelic-infrastructure-3.3.1

newrelic-infrastructure-3.3.0

22 Apr 14:48
c9539b8
Compare
Choose a tag to compare

A Helm chart to deploy the New Relic Kubernetes monitoring solution

v2.11.0

11 Apr 13:56
0489ca8
Compare
Choose a tag to compare

Changed

newrelic-infrastructure-3.2.0

11 Apr 07:48
7ed79fe
Compare
Choose a tag to compare

A Helm chart to deploy the New Relic Kubernetes monitoring solution

newrelic-infrastructure-3.1.1

25 Mar 08:43
Compare
Choose a tag to compare

A Helm chart to deploy the New Relic Kubernetes monitoring solution

v3.1.0

22 Feb 16:45
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump aquasecurity/trivy-action from 0.2.1 to 0.2.2 by @dependabot in #355
  • controlplane/authenticator: allow to use kubernetes.io/tls secrets by @roobre in #344
  • config: document options by @roobre in #363

Full Changelog: v3.0.0...v3.1.0

v2.10.0

16 Feb 10:08
e6b1461
Compare
Choose a tag to compare

Upgrade infrastructure-bundle to 2.8.5

v3.0.0

02 Feb 13:47
1d4c557
Compare
Choose a tag to compare

Keypoints

  • Please notice that even if the architecture changes the data that is scraped and forwarded to the backend does not and therefore alerts and dashboards already created will keep working as expected.

  • A great effort has been made to make the solution 100% compatible with the old one at installation time. Most of the values of the helm chart have been mapped successfully, however, there are few ones that need to be manually modified. The helm chart notes will point out if a manual intervention is needed.

Many ongoing issues have been solved, in particular:

  • There is a separated component taking care of scraping KSM, therefore memory request and limits can be assigned properly to a single instance allowing a noticeable reduction in the solution footprint in the cluster.

  • Control plane components can be scraped even if they are running outside the cluster (Eg GKE, AWS apiServer, Rancher controlPlane)

  • The nri-kubernetes process is now the main one in the scraping container allowing improved error handling, log experience and resource management.

  • The integration now leverages informers to reduce its footprint in the cluster

New features have been added

  • It is now possible to change the scraping interval, to reduce costs or increase the number of data points collected

  • The configuration experience has been enhanced supporting a configuration file new options. Moreover "on-change" the instances are automatically restarted to reload the config file.

  • it is now possible to scrape data from external control planes


Notice that this release can be consider stable, however the whole solution and its installation is still in beta as specified by the nri-bundle chart version

v2.9.0

18 Jan 12:30
1a260bd
Compare
Choose a tag to compare

Please notice that old V3 configuration format is deprecated, but still supported.