Skip to content

Commit 9f38bd1

Browse files
Update dotnet instrumentation version (#1282)
Co-authored-by: jvoravong <[email protected]>
1 parent 01f31e5 commit 9f38bd1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.chloggen/update-dotnet.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 dotnet to v1.5.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1282]
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
@@ -36,12 +36,12 @@ spec:
3636
- name: OTEL_RESOURCE_ATTRIBUTES
3737
value: splunk.zc.method=autoinstrumentation-apache-httpd:1.0.4
3838
dotnet:
39-
image: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.4.0
39+
image: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.5.0
4040
env:
4141
- name: OTEL_DOTNET_AUTO_PLUGINS
4242
value: "Splunk.OpenTelemetry.AutoInstrumentation.Plugin, Splunk.OpenTelemetry.AutoInstrumentation"
4343
- name: OTEL_RESOURCE_ATTRIBUTES
44-
value: splunk.zc.method=splunk-otel-dotnet:v1.4.0
44+
value: splunk.zc.method=splunk-otel-dotnet:v1.5.0
4545
- name: SPLUNK_OTEL_AGENT
4646
valueFrom:
4747
fieldRef:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ operator:
12021202
tag: v2.8.0
12031203
dotnet:
12041204
repository: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet
1205-
tag: v1.4.0
1205+
tag: v1.5.0
12061206
env:
12071207
- name: OTEL_DOTNET_AUTO_PLUGINS
12081208
value: Splunk.OpenTelemetry.AutoInstrumentation.Plugin, Splunk.OpenTelemetry.AutoInstrumentation

0 commit comments

Comments
 (0)