diff --git a/deployments/puppet/CHANGELOG.md b/deployments/puppet/CHANGELOG.md index 86e793058e..7164ce30f5 100644 --- a/deployments/puppet/CHANGELOG.md +++ b/deployments/puppet/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## puppet-v0.13.0 + - On Windows the `SPLUNK_*` environment variables were moved from the machine scope to the collector service scope. It is possible that some instrumentations are relying on the machine-wide environment variables set by the installation. ([#3930](https://github.com/signalfx/splunk-otel-collector/pull/3930)) diff --git a/deployments/puppet/metadata.json b/deployments/puppet/metadata.json index a8a5a5aad9..79fa435586 100644 --- a/deployments/puppet/metadata.json +++ b/deployments/puppet/metadata.json @@ -1,6 +1,6 @@ { "name": "signalfx-splunk_otel_collector", - "version": "0.12.0", + "version": "0.13.0", "author": "Splunk, Inc.", "summary": "This module installs the Splunk OpenTelemetry Collector via distro packages and configures it.", "license": "Apache-2.0",