Skip to content

Commit 022342d

Browse files
Update java instrumentation version (#1328)
Co-authored-by: jvoravong <[email protected]>
1 parent f1a3a74 commit 022342d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.chloggen/update-java.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 java to v1.32.2 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1328]
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
@@ -57,10 +57,10 @@ spec:
5757
- name: OTEL_RESOURCE_ATTRIBUTES
5858
value: splunk.zc.method=autoinstrumentation-go:v0.10.1-alpha
5959
java:
60-
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.32.1
60+
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.32.2
6161
env:
6262
- name: OTEL_RESOURCE_ATTRIBUTES
63-
value: splunk.zc.method=splunk-otel-java:v1.32.1
63+
value: splunk.zc.method=splunk-otel-java:v1.32.2
6464
nginx:
6565
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd:1.0.4
6666
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ operator:
12031203
# - env: (Optional) Allows you to add any additional environment variables.
12041204
java:
12051205
repository: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java
1206-
tag: v1.32.1
1206+
tag: v1.32.2
12071207
nodejs:
12081208
repository: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js
12091209
tag: v2.8.0

0 commit comments

Comments
 (0)