Skip to content

Commit 1bae57f

Browse files
authored
Release 1.0.0-rc.1 (#271)
1 parent 85934a8 commit 1bae57f

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ 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/v0.2.0-beta.1...HEAD)
9-
10-
The is a release candidate,
11-
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).
8+
## [Unreleased](https://github.com/signalfx/splunk-otel-dotnet/compare/v1.0.0-rc.1...HEAD)
129

1310
### Added
1411

1512
### Changed
1613

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

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

2620
### Security
2721

28-
## [0.2.0-beta.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.1.0-beta.1)
22+
## [1.0.0-rc.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v1.0.0-rc.1)
23+
24+
This is a release candidate,
25+
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).
26+
27+
### Changed
28+
29+
- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
30+
[`1.0.0-rc.1`](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.0-rc.1).
31+
32+
## [0.2.0-beta.1](https://github.com/signalfx/splunk-otel-dotnet/releases/tag/v0.2.0-beta.1)
2933

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

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

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

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

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

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

58-
The is an alpha release,
62+
This is an alpha release,
5963
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).
6064

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

63-
The is the first alpha release,
67+
This is the first alpha release,
6468
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).

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ No changes in the code are needed to correctly version this package.
55

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

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

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