From 27c481dc474e67666949e2c4acec3538c336ec20 Mon Sep 17 00:00:00 2001 From: Mateusz Rumian Date: Mon, 19 Dec 2022 16:50:57 +0100 Subject: [PATCH 1/2] feat(instrumentation): update python version --- versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.txt b/versions.txt index acf404f4dd..9168482c53 100644 --- a/versions.txt +++ b/versions.txt @@ -20,7 +20,7 @@ autoinstrumentation-nodejs=0.31.0 # Represents the current release of Python instrumentation. # Should match value in autoinstrumentation/python/requirements.txt -autoinstrumentation-python=0.35b0 +autoinstrumentation-python=0.36b0 # Represents the current release of DotNet instrumentation. # Should match autoinstrumentation/dotnet/version.txt From 6caedec0264cdbae360546014324e1b6be93c722 Mon Sep 17 00:00:00 2001 From: Mateusz Rumian Date: Mon, 19 Dec 2022 17:20:41 +0100 Subject: [PATCH 2/2] feat(changelog): update --- .chloggen/1333-update-python-ai-version.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .chloggen/1333-update-python-ai-version.yaml diff --git a/.chloggen/1333-update-python-ai-version.yaml b/.chloggen/1333-update-python-ai-version.yaml new file mode 100644 index 0000000000..b29f9a8d48 --- /dev/null +++ b/.chloggen/1333-update-python-ai-version.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: operator + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: This PR updates Python auto-instrumentation image version (0.36b0) + +# One or more tracking issues related to the change +issues: [1333] + +# (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: