diff --git a/.chloggen/bump-go-instrumentation.yaml b/.chloggen/bump-go-instrumentation.yaml new file mode 100755 index 0000000000..12a638e838 --- /dev/null +++ b/.chloggen/bump-go-instrumentation.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 opentelemetry-go-instrumentation image to v0.2.2-alpha + +# One or more tracking issues related to the change +issues: [1915] + +# (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/tests/e2e/instrumentation-go/02-assert.yaml b/tests/e2e/instrumentation-go/02-assert.yaml index 90a36d351c..de65955b4b 100644 --- a/tests/e2e/instrumentation-go/02-assert.yaml +++ b/tests/e2e/instrumentation-go/02-assert.yaml @@ -19,7 +19,7 @@ spec: requests: cpu: "50m" memory: "32Mi" - image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.2.1-alpha + image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.2.2-alpha env: - name: OTEL_GO_AUTO_TARGET_EXE value: /usr/src/app/productcatalogservice diff --git a/versions.txt b/versions.txt index b0a9e98c8f..a20261dacb 100644 --- a/versions.txt +++ b/versions.txt @@ -30,7 +30,7 @@ autoinstrumentation-python=0.39b0 autoinstrumentation-dotnet=0.7.0 # Represents the current release of Go instrumentation. -autoinstrumentation-go=v0.2.1-alpha +autoinstrumentation-go=v0.2.2-alpha # Represents the current release of Apache HTTPD instrumentation. # Should match autoinstrumentation/apache-httpd/version.txt