From ec0568fe1bc62217f12168864e039b4d05f27372 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:54:55 -0600 Subject: [PATCH] [autoinstrumentation] Bump java version (#1918) * Bump java version * changelog --- .chloggen/bump-java.yaml | 16 ++++++++++++++++ autoinstrumentation/java/version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 .chloggen/bump-java.yaml diff --git a/.chloggen/bump-java.yaml b/.chloggen/bump-java.yaml new file mode 100755 index 0000000000..207b149201 --- /dev/null +++ b/.chloggen/bump-java.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: Bumps java autoinstrumentation version to 1.28.0 + +# One or more tracking issues related to the change +issues: [1918] + +# (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/java/version.txt b/autoinstrumentation/java/version.txt index 5ff8c4f5d2..cfc730712d 100644 --- a/autoinstrumentation/java/version.txt +++ b/autoinstrumentation/java/version.txt @@ -1 +1 @@ -1.26.0 +1.28.0