Skip to content

Commit

Permalink
Release 1.0.0-rc.2 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Aug 7, 2023
1 parent 1b152a0 commit 4c88791
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,14 @@ 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

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

### Deprecated

### Removed
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Splunk.OTel.DotNet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-dotnet-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c88791

Please sign in to comment.