Release 0.6.0 (#2270)
This commit is contained in:
		
							parent
							
								
									ee055c05cf
								
							
						
					
					
						commit
						133037f2af
					
				
							
								
								
									
										24
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										24
									
								
								CHANGELOG.md
								
								
								
								
							|  | @ -5,21 +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/). | 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). | This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||||
| 
 | 
 | ||||||
| ## [Unreleased](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/compare/v0.6.0-beta.2...HEAD) | ## [Unreleased](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/compare/v0.6.0...HEAD) | ||||||
| 
 |  | ||||||
| This release is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): |  | ||||||
| 
 |  | ||||||
| - [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): |  | ||||||
|   [`1.4.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0) |  | ||||||
| - `System.Diagnostics.DiagnosticSource`: [`7.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.0) |  | ||||||
| 
 | 
 | ||||||
| ### Added | ### Added | ||||||
| 
 | 
 | ||||||
| ### Changed | ### Changed | ||||||
| 
 | 
 | ||||||
| - Updated [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): |  | ||||||
|   [`1.4.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0). |  | ||||||
| 
 |  | ||||||
| ### Deprecated | ### Deprecated | ||||||
| 
 | 
 | ||||||
| ### Removed | ### Removed | ||||||
|  | @ -28,6 +19,19 @@ This release is built on top of [OpenTelemetry .NET](https://github.com/open-tel | ||||||
| 
 | 
 | ||||||
| ### Security | ### Security | ||||||
| 
 | 
 | ||||||
|  | ## [0.6.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.0) | ||||||
|  | 
 | ||||||
|  | This release is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): | ||||||
|  | 
 | ||||||
|  | - [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): | ||||||
|  |   [`1.4.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0) | ||||||
|  | - `System.Diagnostics.DiagnosticSource`: [`7.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.0) | ||||||
|  | 
 | ||||||
|  | ### Changed | ||||||
|  | 
 | ||||||
|  | - Updated [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): | ||||||
|  |   [`1.4.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0). | ||||||
|  | 
 | ||||||
| ## [0.6.0-beta.2](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.0-beta.2) | ## [0.6.0-beta.2](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.0-beta.2) | ||||||
| 
 | 
 | ||||||
| This beta release is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): | This beta release is built on top of [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): | ||||||
|  |  | ||||||
|  | @ -224,7 +224,7 @@ function Install-OpenTelemetryCore() { | ||||||
|         [string]$LocalPath |         [string]$LocalPath | ||||||
|     ) |     ) | ||||||
| 
 | 
 | ||||||
|     $version = "v0.6.0-beta.2" |     $version = "v0.6.0" | ||||||
|     $installDir = Get-CLIInstallDir-From-InstallDir $InstallDir |     $installDir = Get-CLIInstallDir-From-InstallDir $InstallDir | ||||||
|     $archivePath = $null |     $archivePath = $null | ||||||
|     $deleteArchive = $true |     $deleteArchive = $true | ||||||
|  |  | ||||||
|  | @ -9,8 +9,8 @@ to .NET applications without having to modify their source code. | ||||||
| 
 | 
 | ||||||
| ⚠️ The following documentation refers to the in-development version | ⚠️ The following documentation refers to the in-development version | ||||||
| of OpenTelemetry .NET Automatic Instrumentation. Docs for the latest version | of OpenTelemetry .NET Automatic Instrumentation. Docs for the latest version | ||||||
| ([0.5.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/latest)) | ([0.6.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/latest)) | ||||||
| can be found [here](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/v0.5.0/docs/README.md). | can be found [here](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/v0.6.0/docs/README.md). | ||||||
| 
 | 
 | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
|  | @ -18,7 +18,7 @@ OpenTelemetry .NET Automatic Instrumentation is built on top of | ||||||
| [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): | [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet): | ||||||
| 
 | 
 | ||||||
| - [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): | - [Core components](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components): | ||||||
| [`1.4.0-rc.3`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0-rc.3) | [`1.4.0`](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0) | ||||||
| - `System.Diagnostics.DiagnosticSource`: [`7.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.0) | - `System.Diagnostics.DiagnosticSource`: [`7.0.0`](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/7.0.0) | ||||||
|   referencing `System.Runtime.CompilerServices.Unsafe`: [`6.0.0`](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/6.0.0) |   referencing `System.Runtime.CompilerServices.Unsafe`: [`6.0.0`](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/6.0.0) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| <package> | <package> | ||||||
|   <metadata> |   <metadata> | ||||||
|     <id>OpenTelemetry.AutoInstrumentation</id> |     <id>OpenTelemetry.AutoInstrumentation</id> | ||||||
|     <version>0.6.0-beta.2</version> |     <version>0.6.0</version> | ||||||
|     <description>OpenTelemetry Auto-Instrumentation</description> |     <description>OpenTelemetry Auto-Instrumentation</description> | ||||||
|     <authors>OpenTelemetry Authors</authors> |     <authors>OpenTelemetry Authors</authors> | ||||||
|     <owners>OpenTelemetry Authors</owners> |     <owners>OpenTelemetry Authors</owners> | ||||||
|  |  | ||||||
|  | @ -31,7 +31,7 @@ esac | ||||||
| 
 | 
 | ||||||
| test -z "$OTEL_DOTNET_AUTO_HOME" && OTEL_DOTNET_AUTO_HOME="$HOME/.otel-dotnet-auto" | test -z "$OTEL_DOTNET_AUTO_HOME" && OTEL_DOTNET_AUTO_HOME="$HOME/.otel-dotnet-auto" | ||||||
| test -z "$TMPDIR" && TMPDIR="$(mktemp -d)" | test -z "$TMPDIR" && TMPDIR="$(mktemp -d)" | ||||||
| test -z "$VERSION" && VERSION="v0.6.0-beta.2" | test -z "$VERSION" && VERSION="v0.6.0" | ||||||
| 
 | 
 | ||||||
| RELEASES_URL="https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases" | RELEASES_URL="https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases" | ||||||
| ARCHIVE="opentelemetry-dotnet-instrumentation-$OS_TYPE.zip" | ARCHIVE="opentelemetry-dotnet-instrumentation-$OS_TYPE.zip" | ||||||
|  |  | ||||||
|  | @ -5,4 +5,4 @@ | ||||||
| 
 | 
 | ||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
| constexpr auto PROFILER_VERSION = "0.6.0-beta.2"; | constexpr auto PROFILER_VERSION = "0.6.0"; | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ internal static class Constants | ||||||
| { | { | ||||||
|     public static class Tracer |     public static class Tracer | ||||||
|     { |     { | ||||||
|         public const string Version = "0.6.0-beta.2"; |         public const string Version = "0.6.0"; | ||||||
|         public const string AutoInstrumentationVersionName = "telemetry.auto.version"; |         public const string AutoInstrumentationVersionName = "telemetry.auto.version"; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue