Skip to content

Releases: newrelic/nri-winservices

v1.0.0

16 Mar 13:34
fc2c3f2

Choose a tag to compare

First stable release

From now on the configuration and metrics are considered stable.

Dependencies Updates

  • Bump github.com/stretchr/testify from 1.5.1 to 1.8.2 by @dependabot in #142
  • Bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #154
  • Bump github.com/prometheus/common from v0.37.0 to v0.42.0

v0.6.0-beta

25 Aug 09:52
a44efa1

Choose a tag to compare

v0.6.0-beta Pre-release
Pre-release

Changed

  • Bumped exporter version to commit 1c199e6c0eed881fb09dfcc84eee191262215e5e fixing access to some restricted services on some windows distributions.

v0.5.0-beta

28 Sep 14:13
56672a5

Choose a tag to compare

v0.5.0-beta Pre-release
Pre-release

Added

  • Spawned exporter process priority class is now set to the same as the integration.

v0.4.0-beta

27 Sep 10:43
38f1766

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

v0.4.0-beta

2021-09-27

Fix

  • Consistent memory increase in windows exporter

v0.3.0-beta

26 Aug 15:15
b22ee73

Choose a tag to compare

v0.3.0-beta Pre-release
Pre-release

v0.3.0-beta

2021-07-26

Changes

  • Improve performance by getting the Windows Services from the API instead of WMI
  • Modify the entity being created to the newer one WIN_SERVICE
  • Modify the metrics to the new V4 format snake cased ones

v0.2.0-beta

19 Feb 12:42

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

v0.2.0

2021-02-19

Ci

  • add license file to the tarball (#62)
  • Add Open Source Policy Workflow (#40)

Fix

  • Using Go package to fetch Hostname(#64)
  • Extend timeout config default (#63)
  • configFile: regex weren't working/clear (#38)

Mod

  • bump infra-sdk and windows_expoerter versions (#59)

v0.1.0-beta

17 Jun 16:50
73bedca

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release

Feat

  • CI/CD: support labels in tag name (#36)
  • inventory: add hourly heartbeat (#35)

Fix

  • Matcher: make regex non case sentitive (#34)

v0.0.3 Alpha release

12 Jun 10:49
3f5f055

Choose a tag to compare

v0.0.3 Alpha release Pre-release
Pre-release

Feat

  • metadata: Added account info for winservice (#29)
  • CI/CD: added changelog definition for releases (#33)
  • CI/CD: added Snyk action to check dependencies (#31)
  • GithubActions: integration tests (#24)
  • license: Added third party notice (#30)
  • release: Adding zip support (#23)

Fix

  • config: fixed config file name (#28)
  • config: binary path now pointing to correct folder (#27)

Refactor

  • Matcher: remove exclude feature (#32)

Pull Requests

  • Merge pull request #26 from newrelic/theletterf-patch-1