Skip to content

Commit

Permalink
ansible release v0.25.0 (#4197)
Browse files Browse the repository at this point in the history
* ansible release v0.25.0

* exclude pivotal.io domain

* exclude pivotal.io domain
  • Loading branch information
jinja2 authored Jan 25, 2024
1 parent d450347 commit 794f8a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ exclude = [
"ideas.splunk.com",
"https://github.com/signalfx/splunk-otel-collector/tree/main/internal/exporter/pulsarexporter", # exporter was deleted
"https://github.com/signalfx/splunk-otel-collector/tree/main/cmd/translatesfx", # translatesfx was deleted
"docs.pivotal.io", # bad certificate and no alternatives
]
11 changes: 9 additions & 2 deletions deployments/ansible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

## unreleased
## ansible-v0.25.0

### 💡 Enhancements 💡

- 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))

### 🧰 Bug fixes 🧰

- Use more secure assert calls ([#4024](https://github.com/signalfx/splunk-otel-collector/pull/4024))


## ansible-v0.24.0

### 🚩 Deprecations 🚩
Expand Down Expand Up @@ -198,5 +205,5 @@

## ansible-v0.1.0

Initial version of `signalfx.splunk_otel_collector` Ansible Collection with
Initial version of `signalfx.splunk_otel_collector` Ansible Collection with
Linux support.
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.24.0
version: 0.25.0
readme: README.md
authors:
- Splunk Inc.
Expand Down

0 comments on commit 794f8a1

Please sign in to comment.