diff --git a/.chloggen/update-nodejs.yaml b/.chloggen/update-nodejs.yaml new file mode 100644 index 0000000000..596530de2c --- /dev/null +++ b/.chloggen/update-nodejs.yaml @@ -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, 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.7.0 in helm-charts/splunk-otel-collector/values.yaml +# One or more tracking issues related to the change +issues: [1143] +# (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/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml b/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml index bc49c65839..e5662a95c6 100644 --- a/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml +++ b/examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml @@ -66,10 +66,10 @@ spec: - name: OTEL_RESOURCE_ATTRIBUTES value: splunk.zc.method=autoinstrumentation-nginx:1.0.4 nodejs: - image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.6.1 + image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.7.0 env: - name: OTEL_RESOURCE_ATTRIBUTES - value: splunk.zc.method=splunk-otel-js:v2.6.1 + value: splunk.zc.method=splunk-otel-js:v2.7.0 python: image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.43b0 env: diff --git a/functional_tests/testdata/expected_eks_values/expected_nodejs_traces.yaml b/functional_tests/testdata/expected_eks_values/expected_nodejs_traces.yaml index 27b276913b..6c7bc9a606 100644 --- a/functional_tests/testdata/expected_eks_values/expected_nodejs_traces.yaml +++ b/functional_tests/testdata/expected_eks_values/expected_nodejs_traces.yaml @@ -92,7 +92,7 @@ resourceSpans: scopeSpans: - scope: name: '@opentelemetry/instrumentation-http' - version: 0.45.1 + version: 0.48.0 spans: - attributes: - key: http.url diff --git a/functional_tests/testdata/expected_kind_values/expected_nodejs_traces.yaml b/functional_tests/testdata/expected_kind_values/expected_nodejs_traces.yaml index 627040468a..2c94599574 100644 --- a/functional_tests/testdata/expected_kind_values/expected_nodejs_traces.yaml +++ b/functional_tests/testdata/expected_kind_values/expected_nodejs_traces.yaml @@ -101,7 +101,7 @@ resourceSpans: scopeSpans: - scope: name: '@opentelemetry/instrumentation-http' - version: 0.45.1 + version: 0.48.0 spans: - attributes: - key: http.url diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 51c852a16b..88715ee73c 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -1194,7 +1194,7 @@ operator: tag: v1.30.1 nodejs: repository: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js - tag: v2.6.1 + tag: v2.7.0 dotnet: repository: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet tag: v1.3.0