diff --git a/.changelog/3882.changed.txt b/.changelog/3882.changed.txt new file mode 100644 index 000000000..0a45c256a --- /dev/null +++ b/.changelog/3882.changed.txt @@ -0,0 +1 @@ +chore: Upgrade the java-autoinstrumentation library to 2.10.0 \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index 53f154014..89aa406d3 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -309,7 +309,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an | `instrumentation.dotnet.traces.enabled` | Flag to control traces export from DotNet instrumentation in `Instrumentation` resource. | `true` | | `instrumentation.java.extraEnvVars` | Additional environment variables for OpenTelemetry Operator Instrumentation Resource. | `{}` | | `opentelemetry-operator.manager.autoInstrumentationImage.java.repository` | OpenTelemetry Operator Java Instrumentation image repository. | `public.ecr.aws/sumologic/autoinstrumentation-java` | -| `opentelemetry-operator.manager.autoInstrumentationImage.java.tag` | OpenTelemetry Operator Java Instrumentation image tag. | `1.26.0` | +| `opentelemetry-operator.manager.autoInstrumentationImage.java.tag` | OpenTelemetry Operator Java Instrumentation image tag. | `2.10.0` | | `instrumentation.java.metrics.enabled` | Flag to control metrics export from Java instrumentation in `Instrumentation` resource. | `true` | | `instrumentation.java.traces.enabled` | Flag to control traces export from Java instrumentation in `Instrumentation` resource. | `true` | | `instrumentation.python.extraEnvVars` | Additional environment variables for OpenTelemetry Operator Instrumentation Resource. | `{}` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index ab774533e..b537d6f21 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -2495,7 +2495,7 @@ opentelemetry-operator: autoInstrumentationImage: java: repository: public.ecr.aws/sumologic/autoinstrumentation-java - tag: 1.26.0 + tag: 2.10.0 dotnet: repository: public.ecr.aws/sumologic/autoinstrumentation-dotnet tag: 0.7.0 diff --git a/tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml b/tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml index 981f96ba9..cd67c4253 100644 --- a/tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml +++ b/tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml @@ -66,7 +66,7 @@ data: - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4317 java: - image: public.ecr.aws/sumologic/autoinstrumentation-java:1.26.0 + image: public.ecr.aws/sumologic/autoinstrumentation-java:2.10.0 env: - name: OTEL_METRICS_EXPORTER value: otlp @@ -130,7 +130,7 @@ data: - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4317 java: - image: public.ecr.aws/sumologic/autoinstrumentation-java:1.26.0 + image: public.ecr.aws/sumologic/autoinstrumentation-java:2.10.0 env: - name: OTEL_METRICS_EXPORTER value: otlp