Skip to content

Commit

Permalink
[autoinstrumentation] Bump go autoinstrumentation (open-telemetry#1915)
Browse files Browse the repository at this point in the history
* Bump go autoinstrumentation

* add changelog

* Update test

---------

Co-authored-by: Jacob Aronoff <[email protected]>
  • Loading branch information
TylerHelmuth and jaronoff97 committed Jul 20, 2023
1 parent e670eb2 commit fa26a6d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .chloggen/bump-go-instrumentation.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion tests/e2e/instrumentation-go/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa26a6d

Please sign in to comment.