Skip to content

Commit 8c0b187

Browse files
Update nodejs instrumentation version (#1269)
Co-authored-by: jvoravong <[email protected]>
1 parent e96a2ec commit 8c0b187

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.chloggen/update-nodejs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: operator
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Bump nodejs to v2.8.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1269]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext:

examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ spec:
6767
- name: OTEL_RESOURCE_ATTRIBUTES
6868
value: splunk.zc.method=autoinstrumentation-apache-httpd:1.0.4
6969
nodejs:
70-
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.7.1
70+
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.8.0
7171
env:
7272
- name: OTEL_RESOURCE_ATTRIBUTES
73-
value: splunk.zc.method=splunk-otel-js:v2.7.1
73+
value: splunk.zc.method=splunk-otel-js:v2.8.0
7474
python:
7575
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.44b0
7676
env:

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ operator:
11991199
tag: v1.32.0
12001200
nodejs:
12011201
repository: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js
1202-
tag: v2.7.1
1202+
tag: v2.8.0
12031203
dotnet:
12041204
repository: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet
12051205
tag: v1.4.0

0 commit comments

Comments
 (0)