From 6aaa5134dbdfd09a91d458217a7da6faa52b228c Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:34:26 -0600 Subject: [PATCH 1/2] bump dotnet --- .chloggen/upgrade-dotnet.yaml | 16 ++++++++++++++++ autoinstrumentation/dotnet/version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 .chloggen/upgrade-dotnet.yaml diff --git a/.chloggen/upgrade-dotnet.yaml b/.chloggen/upgrade-dotnet.yaml new file mode 100755 index 0000000000..efde984d37 --- /dev/null +++ b/.chloggen/upgrade-dotnet.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) +component: autoinstrumentation + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Bump dotnet instrumentation version to 1.0.0 + +# One or more tracking issues related to the change +issues: [] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: diff --git a/autoinstrumentation/dotnet/version.txt b/autoinstrumentation/dotnet/version.txt index fedbd0b1a2..3eefcb9dd5 100644 --- a/autoinstrumentation/dotnet/version.txt +++ b/autoinstrumentation/dotnet/version.txt @@ -1 +1 @@ -1.0.0-rc.2 +1.0.0 From 3ac14a9bb3da363681dce5b94a9bea2646c6c4e4 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:35:21 -0600 Subject: [PATCH 2/2] Update .chloggen/upgrade-dotnet.yaml --- .chloggen/upgrade-dotnet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/upgrade-dotnet.yaml b/.chloggen/upgrade-dotnet.yaml index efde984d37..3f3ad1661e 100755 --- a/.chloggen/upgrade-dotnet.yaml +++ b/.chloggen/upgrade-dotnet.yaml @@ -8,7 +8,7 @@ component: autoinstrumentation note: Bump dotnet instrumentation version to 1.0.0 # One or more tracking issues related to the change -issues: [] +issues: [2096] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document.