From 4c8879183ea663c027580f42cdff9d6873f707da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 7 Aug 2023 10:49:32 +0200 Subject: [PATCH] Release 1.0.0-rc.2 (#286) --- CHANGELOG.md | 22 +++++++++++++++------- Splunk.OTel.DotNet.psm1 | 2 +- splunk-otel-dotnet-install.sh | 2 +- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fc7807..c2b6d7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,7 @@ All notable changes to this component are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.1...HEAD) - -This is a release candidate, -built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.2](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2). +## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.2...HEAD) ### Added @@ -16,9 +13,6 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.2](https://gi ### Changed -- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation): - [`1.0.0-rc.2`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2). - ### Deprecated ### Removed @@ -27,6 +21,20 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.2](https://gi ### Security +## [1.0.0-rc.2](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.2) + +This is a release candidate, +built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.2](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2). + +### Added + +- Added NuGet package `Splunk.OpenTelemetry.AutoInstrumentation`. + +### Changed + +- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation): + [`1.0.0-rc.2`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2). + ## [1.0.0-rc.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.1) This is a release candidate, diff --git a/Splunk.OTel.DotNet.psm1 b/Splunk.OTel.DotNet.psm1 index df31f5f7..2996d0c8 100644 --- a/Splunk.OTel.DotNet.psm1 +++ b/Splunk.OTel.DotNet.psm1 @@ -241,7 +241,7 @@ function Install-OpenTelemetryCore() { [string]$LocalPath ) - $version = "v1.0.0-rc.1" + $version = "v1.0.0-rc.2" $installDir = Get-CLIInstallDir-From-InstallDir $InstallDir $archivePath = $null $deleteArchive = $true diff --git a/splunk-otel-dotnet-install.sh b/splunk-otel-dotnet-install.sh index 8fe719bb..2ab18631 100755 --- a/splunk-otel-dotnet-install.sh +++ b/splunk-otel-dotnet-install.sh @@ -31,7 +31,7 @@ esac test -z "$OTEL_DOTNET_AUTO_HOME" && OTEL_DOTNET_AUTO_HOME="$HOME/.splunk-otel-dotnet" test -z "$TMPDIR" && TMPDIR="$(mktemp -d)" -test -z "$VERSION" && VERSION="v1.0.0-rc.1" +test -z "$VERSION" && VERSION="v1.0.0-rc.2" RELEASES_URL="https://github.com/signalfx/splunk-otel-dotnet/releases" ARCHIVE="splunk-opentelemetry-dotnet-$OS_TYPE.zip"