From 794f8a1e42192ecea6c2a4015e04c5ea34895014 Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Thu, 25 Jan 2024 07:49:45 -0800 Subject: [PATCH] ansible release v0.25.0 (#4197) * ansible release v0.25.0 * exclude pivotal.io domain * exclude pivotal.io domain --- .lychee.toml | 1 + deployments/ansible/CHANGELOG.md | 11 +++++++++-- deployments/ansible/galaxy.yml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.lychee.toml b/.lychee.toml index c93be3a7d9..a16c5f9621 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -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 ] diff --git a/deployments/ansible/CHANGELOG.md b/deployments/ansible/CHANGELOG.md index d9815b634d..c2a5671c96 100644 --- a/deployments/ansible/CHANGELOG.md +++ b/deployments/ansible/CHANGELOG.md @@ -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 🚩 @@ -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. diff --git a/deployments/ansible/galaxy.yml b/deployments/ansible/galaxy.yml index 2dc5feb92a..e10c427c72 100644 --- a/deployments/ansible/galaxy.yml +++ b/deployments/ansible/galaxy.yml @@ -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.