Release for RC1 (#1577)

This commit is contained in:
Cijo Thomas 2020-11-17 21:07:10 -08:00 committed by GitHub
parent b247b3d70e
commit 5dc3b11568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 70 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Only for Maintainers.
$changelogs = Get-ChildItem -Path . -Recurse -Filter changelog.md
foreach ($changelog in $changelogs)
{
Add-Content -Path .\combinedchangelog.md "**$changelog.Directory.Name**"
Add-Content -Path .\combinedchangelog.md -Value "**$($changelog.Directory.Name)**"
$lines = Get-Content -Path $changelog.FullName
$started = $false
$ended = $false
@ -50,7 +50,7 @@ Only for Maintainers.
3.Run the following PowerShell script from the root of the repo.
This updates all the changelog to have release date for the
current version being released.
Replace the date with actual date, version with actual version.
Replace the version with actual version.
The actual version would be the tag name from step1 appended with
".1"

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Updated System.Diagnostics.DiagnosticSource to version 5.0.0
* Mark Activity extension methods as internal as these are not required to be
public. GetTagValue, EnumerateTags, EnumerateLinks, EnumerateEvents. See

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Updated AddInMemoryExporter extension methods for TracerProviderBuilder and
OpenTelemetryLoggerOptions
([#1514](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1514))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Jaeger tags used for InstrumentationLibrary changed from library.name,
library.version to otel.library.name, otel.library.version respectively.
([#1513](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1513))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Code generated from proto files has been marked internal. This includes
everything under the `OpenTelemetry.Proto` namespace.
([#1524](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1524))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Added ExportProcessorType to exporter options
([#1504](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1504))
* Zipkin tags used for InstrumentationLibrary changed from library.name,

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* AspNetInstrumentation sets ActivitySource to activities created outside
ActivitySource.
([#1515](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1515/))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* AspNetCoreInstrumentation sets ActivitySource to activities created outside
ActivitySource.
([#1515](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1515/))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Add context propagation, when SuppressDownstreamInstrumentation is enabled.
[#1464](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1464)
* GrpcNetClientInstrumentation sets ActivitySource to activities created outside

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* HttpInstrumentation sets ActivitySource to activities created outside
ActivitySource.
([#1515](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1515/))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* SqlInstrumentation sets ActivitySource to activities created outside
ActivitySource.
([#1515](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1515/))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
## 0.8.0-beta.1
Released 2020-Nov-5

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc1.1
Released 2020-Nov-17
* Removed `GetResource` and `SetResource` `Activity` extension methods. Added
`GetResource` extension method on `BaseProvider`
([#1463](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1463))