Releases: newrelic/nri-vsphere
Releases · newrelic/nri-vsphere
v1.3.0
What's Changed
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #155
- chore: fix forum link in README by @sigilioso in #158
- chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #156
- chore: disable CGO by @sigilioso in #159
- fix(jsonSchema): bump github.com/vmware/govmomi from 0.30.0 to 0.32.0 by @paologallinaharbur in #166
- fix(snapshot): refactoring how snapshot sizes were computed by @paologallinaharbur in #165
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
What's Changed
Fixed
- [NR-68444] Fix/event timestamp and updated dependencies by @paologallinaharbur in #139
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
- @davidgit made their first contribution in #132
- @carlossscastro made their first contribution in #138
Full Changelog: v1.2.5...v1.2.6
v1.2.5
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
What's Changed
Fix
- Performance metrics were not taking into consideration instanceless values by @paologallinaharbur in #120
- DatacenterName attribute was missing from DatacenterSample by @paologallinaharbur in #120
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
- chore(ci): bump github cli by @gsanchezgavier in #109
- Add tools to run vcsim with an agent locally by @alvarocabanas in #111
Full Changelog: v1.2.3...v1.2.4
New Contributors
- @alvarocabanas made their first contribution in #111
Full Changelog: v1.2.3...v1.2.4
v1.2.3
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
What's Changed
- Upgrade dependency version for govmomi, testify, yaml.v2 .
v1.2.1
v1.2.0
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
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
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