Skip to content

Commit 4c88791

Browse files
authored
Release 1.0.0-rc.2 (#286)
1 parent 1b152a0 commit 4c88791

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ All notable changes to this component are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.1...HEAD)
9-
10-
This is a release candidate,
11-
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).
8+
## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.2...HEAD)
129

1310
### Added
1411

1512
- Added NuGet package `Splunk.OpenTelemetry.AutoInstrumentation`.
1613

1714
### Changed
1815

19-
- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
20-
[`1.0.0-rc.2`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2).
21-
2216
### Deprecated
2317

2418
### Removed
@@ -27,6 +21,20 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.2](https://gi
2721

2822
### Security
2923

24+
## [1.0.0-rc.2](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.2)
25+
26+
This is a release candidate,
27+
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).
28+
29+
### Added
30+
31+
- Added NuGet package `Splunk.OpenTelemetry.AutoInstrumentation`.
32+
33+
### Changed
34+
35+
- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
36+
[`1.0.0-rc.2`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.2).
37+
3038
## [1.0.0-rc.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.1)
3139

3240
This is a release candidate,

Splunk.OTel.DotNet.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function Install-OpenTelemetryCore() {
241241
[string]$LocalPath
242242
)
243243

244-
$version = "v1.0.0-rc.1"
244+
$version = "v1.0.0-rc.2"
245245
$installDir = Get-CLIInstallDir-From-InstallDir $InstallDir
246246
$archivePath = $null
247247
$deleteArchive = $true

splunk-otel-dotnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ esac
3131

3232
test -z "$OTEL_DOTNET_AUTO_HOME" && OTEL_DOTNET_AUTO_HOME="$HOME/.splunk-otel-dotnet"
3333
test -z "$TMPDIR" && TMPDIR="$(mktemp -d)"
34-
test -z "$VERSION" && VERSION="v1.0.0-rc.1"
34+
test -z "$VERSION" && VERSION="v1.0.0-rc.2"
3535

3636
RELEASES_URL="https://github.com/signalfx/splunk-otel-dotnet/releases"
3737
ARCHIVE="splunk-opentelemetry-dotnet-$OS_TYPE.zip"

0 commit comments

Comments
 (0)