Skip to content

Commit

Permalink
Bump nodejs from v2.5.1 to v2.6.0 in helm-charts/splunk-otel-collecto…
Browse files Browse the repository at this point in the history
…r/values.yaml (#1080)

* Update nodejs instrumentation version

* update trace expectations

---------

Co-authored-by: jvoravong <[email protected]>
Co-authored-by: Antoine Toulme <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2023
1 parent 2a9732a commit 8b800e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .chloggen/update-nodejs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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. agent, clusterReceiver, gateway, networkExplorer, operator, chart, other)
component: operator
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump nodejs to v2.6.0 in helm-charts/splunk-otel-collector/values.yaml
# One or more tracking issues related to the change
issues: [1080]
# (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:
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=autoinstrumentation-nginx:1.0.3
nodejs:
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.5.1
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.6.0
env:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=splunk-otel-js:v2.5.1
value: splunk.zc.method=splunk-otel-js:v2.6.0
python:
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.41b0
env:
Expand Down
6 changes: 3 additions & 3 deletions functional_tests/testdata/expected_traces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ resourceSpans:
stringValue: 1.15.2
- key: splunk.distro.version
value:
stringValue: 2.5.1
stringValue: 2.6.0
- key: splunk.zc.method
value:
stringValue: splunk-otel-js:v2.5.1
stringValue: splunk-otel-js:v2.6.0
- key: k8s.container.name
value:
stringValue: nodejs-test
Expand Down Expand Up @@ -92,7 +92,7 @@ resourceSpans:
scopeSpans:
- scope:
name: '@opentelemetry/instrumentation-http'
version: 0.44.0
version: 0.45.1
spans:
- attributes:
- key: http.url
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ operator:
tag: v1.30.0
nodejs:
repository: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js
tag: v2.5.1
tag: v2.6.0
go:
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go
tag: v0.8.0-alpha
Expand Down

0 comments on commit 8b800e0

Please sign in to comment.