From aca4b05d13c979a80b4a4fb73383279df1b5398b Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:34:09 +0000 Subject: [PATCH] deps(apm-agent-java): Update APM Agent Java to 1.52.1 (#346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update maven package version Made with ❤️️ by updatecli * chore: Set apm-agent version in Dockerfile Made with ❤️️ by updatecli * chore: Set org.label-schema.version in Dockerfile Made with ❤️️ by updatecli * chore: Update .version file Made with ❤️️ by updatecli --------- Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> --- .version | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index d4f8203..fc2daad 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.52.0 \ No newline at end of file +1.52.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index d3dcf10..d6f68de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY --from=0 /usr/src/java-app/*.jar ./ # Copy Elastic agent from docker image # updated by .ci/bump-version.sh -COPY --from=docker.elastic.co/observability/apm-agent-java:1.49.0 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar +COPY --from=docker.elastic.co/observability/apm-agent-java:1.52.1 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar #Download the opentelemetry agent RUN curl -L https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.1/opentelemetry-javaagent.jar --output /app/opentelemetry-javaagent.jar @@ -47,7 +47,7 @@ LABEL \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="opbeans-java" \ - org.label-schema.version="1.52.0" \ + org.label-schema.version="1.52.1" \ org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-java" \ org.label-schema.vcs-url="https://github.com/elastic/opbeans-java" \ org.label-schema.license="MIT"