Skip to content

Commit

Permalink
Release 1.0.0-rc.1 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jun 28, 2023
1 parent 85934a8 commit 1bae57f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ 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/v0.2.0-beta.1...HEAD)

The is a release candidate,
built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.1](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.1).
## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.1...HEAD)

### Added

### Changed

- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
[`1.0.0-rc.1`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.1).

### Deprecated

### Removed
Expand All @@ -25,9 +19,19 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.1](https://gi

### Security

## [0.2.0-beta.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.1.0-beta.1)
## [1.0.0-rc.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.1)

This is a release candidate,
built on top of [OpenTelemetry .NET Auto Instrumentation v1.0.0-rc.1](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.1).

### Changed

- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
[`1.0.0-rc.1`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.1).

## [0.2.0-beta.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.2.0-beta.1)

The is a beta release,
This is a beta release,
built on top of [OpenTelemetry .NET Auto Instrumentation v0.7.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.7.0).

### Changed
Expand All @@ -37,7 +41,7 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v0.7.0](https://github.

## [0.1.0-beta.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.1.0-beta.1)

The is a beta release,
This is a beta release,
built on top of [OpenTelemetry .NET Auto Instrumentation v0.6.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.0).

### Added
Expand All @@ -55,10 +59,10 @@ built on top of [OpenTelemetry .NET Auto Instrumentation v0.6.0](https://github.

## [0.0.1-alpha.2](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.0.1-alpha.2)

The is an alpha release,
This is an alpha release,
built on top of [OpenTelemetry .NET Auto Instrumentation v0.4.0-beta.1](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.4.0-beta.1).

## [0.0.1-alpha.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.0.1-alpha.1)

The is the first alpha release,
This is the first alpha release,
built on top of [OpenTelemetry .NET Auto Instrumentation v0.3.1-beta.1](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.3.1-beta.1).
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No changes in the code are needed to correctly version this package.

1. Update the version in the following files:
- [`splunk-otel-dotnet-install.sh`](splunk-otel-dotnet-install.sh#L34)
- [`Splunk.OTel.DotNet.psm1`](Splunk.OTel.DotNet.psm1#L246)
- [`Splunk.OTel.DotNet.psm1`](Splunk.OTel.DotNet.psm1#L244)

1. Update the [CHANGELOG.md](CHANGELOG.md) with the new release.

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 = "v0.2.0-beta.1"
$version = "v1.0.0-rc.1"
$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="v0.2.0-beta.1"
test -z "$VERSION" && VERSION="v1.0.0-rc.1"

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

0 comments on commit 1bae57f

Please sign in to comment.