Skip to content

Releases: newrelic/nri-vsphere

v1.3.0

10 Oct 09:45
349f5c1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kang-makes made their first contribution in #144
  • @sigilioso made their first contribution in #158

Full Changelog: v1.2.6...v1.3.0

v1.2.6

04 Jan 09:04
215b237
Compare
Choose a tag to compare

What's Changed

Fixed

Chore

  • chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.1 by @dependabot in #134
  • chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #131
  • chore(deps): bump github.com/vmware/govmomi from 0.29.0 to 0.30.0 by @dependabot in #137

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

05 Jul 09:45
483371b
Compare
Choose a tag to compare

Changed

Bump dependencies

Added

Added support for more distributions: RHEL(EL) 9 Ubuntu 22.04

Full Changelog: v1.2.4...v1.2.5

v1.2.4

05 May 15:47
9403a10
Compare
Choose a tag to compare

What's Changed

Fix

Dependencies

  • bump github.com/newrelic/infra-integrations-sdk from 3.7.0+incompatible to 3.7.1+incompatible by @dependabot in #110
  • bump github.com/newrelic/infra-integrations-sdk from 3.7.1+incompatible to 3.7.2+incompatible by @dependabot in #114
  • bump github.com/vmware/govmomi from 0.27.2 to 0.27.3 by @dependabot in #112
  • bump github.com/vmware/govmomi from 0.27.3 to 0.27.4 by @dependabot in #113
  • bump github.com/vmware/govmomi from 0.27.4 to 0.28.0 by @dependabot in #118
  • bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #115
  • bump goversion from 1.14 to 1.18 by @paologallinaharbur in #119

Others

Full Changelog: v1.2.3...v1.2.4

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

10 Jan 13:46
8327a53
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.2.1

24 Mar 12:05
0c47559
Compare
Choose a tag to compare

Changed

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

v1.2.0

26 Nov 16:19
Compare
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
Compare
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
Compare
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