From 847c888e4133210a6fc595aec92b2e9391c94f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 11:33:54 +0000 Subject: [PATCH] chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.21.0 --- .github/actions/install-dependencies/action.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 263b332..b541a77 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -14,7 +14,7 @@ runs: run: echo "OPENTELEMETRY_CPP_VERSION=${OPENTELEMETRY_CPP_VERSION}" >> "${GITHUB_ENV}" env: # renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp - OPENTELEMETRY_CPP_VERSION: v1.19.0 + OPENTELEMETRY_CPP_VERSION: v1.21.0 - name: Make /usr/local/include and /usr/local/lib writable shell: bash diff --git a/Dockerfile b/Dockerfile index 9b6c7c9..6216ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV CC=clang-18 WORKDIR /build # renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp -ENV OPENTELEMETRY_CPP_VERSION=v1.19.0 +ENV OPENTELEMETRY_CPP_VERSION=v1.21.0 RUN \ git clone https://github.com/open-telemetry/opentelemetry-cpp.git \ --depth=1 -b "${OPENTELEMETRY_CPP_VERSION}" --single-branch && \