From 78420ac0a3a4e1b70daf00177116f8d8e31d85d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Wed, 8 Apr 2026 17:42:11 +0200 Subject: [PATCH 1/3] Use OBI v0.7.0 --- ebpf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebpf/Dockerfile b/ebpf/Dockerfile index 212d3cc..3aa179b 100644 --- a/ebpf/Dockerfile +++ b/ebpf/Dockerfile @@ -48,7 +48,7 @@ FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 AS elasticsearch # Download OBI binary from GitHub release (Docker image otel/ebpf-instrument:v0.5.0 exists but is amd64-only) FROM debian:12.11-slim AS obi-source ARG TARGETARCH -ARG OBI_VERSION="v0.6.0" +ARG OBI_VERSION="v0.7.0" ADD https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/releases/download/${OBI_VERSION}/obi-${OBI_VERSION}-linux-${TARGETARCH}.tar.gz /tmp/obi.tar.gz RUN tar -xzf /tmp/obi.tar.gz -C /tmp From e1296a9f71ff08b47cca1fc0cd339d6aabe58c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Thu, 9 Apr 2026 08:55:47 +0200 Subject: [PATCH 2/3] Use OBI v0.7.1 --- ebpf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebpf/Dockerfile b/ebpf/Dockerfile index 3aa179b..c0c7d95 100644 --- a/ebpf/Dockerfile +++ b/ebpf/Dockerfile @@ -48,7 +48,7 @@ FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 AS elasticsearch # Download OBI binary from GitHub release (Docker image otel/ebpf-instrument:v0.5.0 exists but is amd64-only) FROM debian:12.11-slim AS obi-source ARG TARGETARCH -ARG OBI_VERSION="v0.7.0" +ARG OBI_VERSION="v0.7.1" ADD https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/releases/download/${OBI_VERSION}/obi-${OBI_VERSION}-linux-${TARGETARCH}.tar.gz /tmp/obi.tar.gz RUN tar -xzf /tmp/obi.tar.gz -C /tmp From 5a7a71cd4897ce81444df4c28147de06279619a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Wed, 15 Apr 2026 11:30:12 +0200 Subject: [PATCH 3/3] Bump COLLECTOR_VERSION to 1.1.26 --- collector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/Dockerfile b/collector/Dockerfile index e6eee0f..32ed700 100644 --- a/collector/Dockerfile +++ b/collector/Dockerfile @@ -46,7 +46,7 @@ RUN mkdir -p /versions/0-default \ # Set environment variables ENV BASE_URL=https://telemetry.betterstack.com ENV CLUSTER_COLLECTOR=false -ENV COLLECTOR_VERSION=1.1.25 +ENV COLLECTOR_VERSION=1.1.26 ENV VECTOR_VERSION=0.47.0 ENV OBI_VERSION=0.4.1 ENV CLUSTER_AGENT_VERSION=1.2.4