From 7d35e508d637ba296d4776a9635efbd79bb225b9 Mon Sep 17 00:00:00 2001 From: "aio-fleetbot[bot]" <280910390+aio-fleetbot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 20:46:44 +0000 Subject: [PATCH] chore(sync): update upstream pins for signoz-aio --- Dockerfile | 4 ++-- components/signoz-agent/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6512538..806d21f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ # checkov:skip=CKV_DOCKER_7: Upstream images are pinned by immutable digests instead of mutable tags. # checkov:skip=CKV_DOCKER_8: s6-overlay needs root to coordinate bundled SigNoz, ClickHouse, ZooKeeper, and collector services. -ARG UPSTREAM_SIGNOZ_VERSION=v0.129.0 -ARG UPSTREAM_SIGNOZ_DIGEST=sha256:50447bb4461c075f52b8fe331324db389f7475b0b6abd1f0a4c9ce7ab3967ca8 +ARG UPSTREAM_SIGNOZ_VERSION=v0.139.0 +ARG UPSTREAM_SIGNOZ_DIGEST=sha256:c5b31f85497ceb469e419b620e09f16625d4ce9ac2071892624e9a50bd3faaaf ARG UPSTREAM_OTELCOL_VERSION=v0.144.5@sha256:f9bf94d566055d06581f3befbf361cc26d670f31ad00cb31fda2ec380210c5ec ARG UPSTREAM_CLICKHOUSE_VERSION=25.5.6@sha256:4536143e22dc9bddb217c7e610f6b7ed5e6efd8fefdbc61acdeadb5d8022213a ARG UPSTREAM_ZOOKEEPER_VERSION=3.7.1@sha256:fcc4a3288154ccaa3bdb5ae6dc10180c084d29a8a6a26b62ac8e30a8940dc2e6 diff --git a/components/signoz-agent/Dockerfile b/components/signoz-agent/Dockerfile index 5205681..6a14bf9 100644 --- a/components/signoz-agent/Dockerfile +++ b/components/signoz-agent/Dockerfile @@ -1,8 +1,8 @@ # checkov:skip=CKV_DOCKER_3: Optional host and Docker collection needs runtime access to mounted host paths. ARG ALPINE_VERSION=3.23.4 ARG ALPINE_DIGEST=sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 -ARG UPSTREAM_OTELCOL_VERSION=0.154.0 -ARG UPSTREAM_OTELCOL_DIGEST=sha256:b3079f45e19bdb7326bf49cdddce6cf60dfd865138db39f2733ea48ab17bc4cb +ARG UPSTREAM_OTELCOL_VERSION=0.159.0 +ARG UPSTREAM_OTELCOL_DIGEST=sha256:1f2c54a30e713fac6b3ae77a1ec84010c2007e29ced8ec666214fc2f6739c1cc FROM otel/opentelemetry-collector-contrib:${UPSTREAM_OTELCOL_VERSION}@${UPSTREAM_OTELCOL_DIGEST} AS otelcol