Skip to content

Commit

Permalink
update deployments (#3764)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick authored Oct 11, 2023
1 parent 4410ffe commit 3256efb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions deployments/ansible/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## ansible-v0.23.0

### 💡 Enhancements 💡

- Only propagate `splunk_listen_interface` to target SPLUNK_LISTEN_INTERFACE service environment variable if set.
Expand Down
2 changes: 1 addition & 1 deletion deployments/ansible/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: signalfx
name: splunk_otel_collector
description: Ansible collection for Splunk OpenTelemetry Collector
version: 0.22.0
version: 0.23.0
readme: README.md
authors:
- Splunk Inc.
Expand Down
4 changes: 3 additions & 1 deletion deployments/chef/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## unreleased

## chef-v0.8.0

- Update `splunk_listen_interface` default to only set target SPLUNK_LISTEN_INTERFACE environment variable if
configure.
configured.

## chef-v0.7.0

Expand Down
2 changes: 1 addition & 1 deletion deployments/chef/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Install/Configure the Splunk OpenTelemetry Collector'
version '0.7.0'
version '0.8.0'
chef_version '>= 16.0'

supports 'amazon'
Expand Down
4 changes: 3 additions & 1 deletion deployments/puppet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Add support for `splunk_listen_interface` used by default configurations as `SPLUNK_LISTEN_INTERFACE` environment variable.
## puppet-v0.11.0

- Add support for `splunk_listen_interface` used by default configurations as `SPLUNK_LISTEN_INTERFACE` environment variable (only populated if set).
- Update fluentd url for Windows.

## puppet-v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion deployments/puppet/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signalfx-splunk_otel_collector",
"version": "0.10.0",
"version": "0.11.0",
"author": "Splunk, Inc.",
"summary": "This module installs the Splunk OpenTelemetry Collector via distro packages and configures it.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3256efb

Please sign in to comment.