diff --git a/.chloggen/update-javaagent.yaml b/.chloggen/update-javaagent.yaml new file mode 100644 index 0000000000..c2d4a5aa67 --- /dev/null +++ b/.chloggen/update-javaagent.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. crosslink) +component: 'javaagent' + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Update Splunk Distribution of OpenTelemetry Java to version [2.21.1](https://github.com/signalfx/splunk-otel-java/releases/tag/v2.21.1) + +# One or more tracking issues related to the change +issues: [6944] + +# (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: \ No newline at end of file diff --git a/instrumentation/packaging/java-agent-release.txt b/instrumentation/packaging/java-agent-release.txt index 25f862036f..8286cf87c3 100644 --- a/instrumentation/packaging/java-agent-release.txt +++ b/instrumentation/packaging/java-agent-release.txt @@ -1 +1 @@ -v2.20.1 +v2.21.1