Skip to content

Releases: newrelic/nri-vsphere

v1.2.3

10 Jan 13:46
8327a53

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/vmware/govmomi from 0.27.1 to 0.27.2 by @dependabot in #107

Full Changelog: v1.2.2...v1.2.3

v1.2.2

16 Nov 16:13
242b709

Choose a tag to compare

What's Changed

  • Upgrade dependency version for govmomi, testify, yaml.v2 .

v1.2.1

24 Mar 12:05
0c47559

Choose a tag to compare

Changed

  • Added arm packages and binaries
  • fix: List separator missing (#85)

v1.2.0

26 Nov 16:19

Choose a tag to compare

Notes

Now in case the instance name is specified as "*" when retrieving performance metrics.
These change allows retrieving the performance metrics that were not available yet.

Changes

  • Performance metrics are now retrieved taking in consideration all instances
  • In case multiple instances are mapped to a single newrelic DataSample the average is computed (ES: one metric per eare CPU core of an host)

v1.1.1

14 Sep 16:23
cdcefc6

Choose a tag to compare

Notes

This release includes adds a ipAddresses attribute to vm sample.

Changes

  • Adds ipAddresses attribute
  • Adds logs for discarded vm and host

v1.1.0

04 Aug 12:24
cab2fd3

Choose a tag to compare

Notes

This release includes a resource filter by tags feature as a main change

Changes

  • Resource filtering by tag
  • Move config parameter to env: section in config .sample files
  • Add logs to print API type in debug mode

v1.0.0

17 Jul 15:30

Choose a tag to compare

Notes

The solution comes with improvements and fixes to features already present, stability and performances

This new version introduces 4 main features, each one of them can be enable/disabled from the configuration file:

  • Events are now collected and processed
  • Tags are now collected and processed
  • Snapshots are now collected and processed
  • performance Metrics are now collected and processed

Feat

  • vsphere events: events are now fetched and processed (#31)
  • performance metrics: add datastore/cluster/resource performance metrics (#47)
  • snapshots: snapshot data is now retrieved and processed (#36)
  • tags: add tags collection and metric (#32)

Fix

  • makefile: compile output (#45)
  • perfMetricFile: added default value for argument (#55)
  • performance: fetching from vsphere only the info we need for network and datastores
  • tags: order tags when they are multiple per category (#39)

Test

  • lint: added lint to test process
  • integration tests move to json schema integration tests (#51)

Chore

  • update readme (#52)
  • fix test goal (#53)

v0.0.10

08 Jul 10:42
19792c0

Choose a tag to compare

  • fix (resilience): Added more checks for pointers and improved error management

Beta Release v0.0.8

04 May 18:01
d8c88e1

Choose a tag to compare

Beta Release v0.0.8 Pre-release
Pre-release

Fixes:

  • ssl_validation flag
  • null pointer exceptions when vm templates present in vCenter
  • name mismatches in attributes
  • entity name sanification

Beta Release

27 Apr 14:35
6c4cc8d

Choose a tag to compare

Beta Release Pre-release
Pre-release
v0.0.6

fix dependencies and naming after repo location change (#19)