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/). | ||||
| 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) | ||||
| 
 | ||||
| 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) | ||||
| ## [Unreleased](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/compare/v0.6.0...HEAD) | ||||
| 
 | ||||
| ### Added | ||||
| 
 | ||||
| ### 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 | ||||
| 
 | ||||
| ### Removed | ||||
|  | @ -28,6 +19,19 @@ This release is built on top of [OpenTelemetry .NET](https://github.com/open-tel | |||
| 
 | ||||
| ### 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) | ||||
| 
 | ||||
| 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 | ||||
|     ) | ||||
| 
 | ||||
|     $version = "v0.6.0-beta.2" | ||||
|     $version = "v0.6.0" | ||||
|     $installDir = Get-CLIInstallDir-From-InstallDir $InstallDir | ||||
|     $archivePath = $null | ||||
|     $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 | ||||
| of OpenTelemetry .NET Automatic Instrumentation. Docs for the latest version | ||||
| ([0.5.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). | ||||
| ([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.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): | ||||
| 
 | ||||
| - [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) | ||||
|   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> | ||||
|   <metadata> | ||||
|     <id>OpenTelemetry.AutoInstrumentation</id> | ||||
|     <version>0.6.0-beta.2</version> | ||||
|     <version>0.6.0</version> | ||||
|     <description>OpenTelemetry Auto-Instrumentation</description> | ||||
|     <authors>OpenTelemetry Authors</authors> | ||||
|     <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 "$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" | ||||
| ARCHIVE="opentelemetry-dotnet-instrumentation-$OS_TYPE.zip" | ||||
|  |  | |||
|  | @ -5,4 +5,4 @@ | |||
| 
 | ||||
| #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 const string Version = "0.6.0-beta.2"; | ||||
|         public const string Version = "0.6.0"; | ||||
|         public const string AutoInstrumentationVersionName = "telemetry.auto.version"; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue