From 13c471c412ae145a3bbf2ddf3435d5d12a2d1629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 11:54:54 -0700 Subject: [PATCH] Update otel/opentelemetry-collector-contrib Docker tag to v0.100.0 (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/otel-collector/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/otel-collector/docker-compose.yaml b/example/otel-collector/docker-compose.yaml index bdfe8c2..5317f0e 100644 --- a/example/otel-collector/docker-compose.yaml +++ b/example/otel-collector/docker-compose.yaml @@ -25,7 +25,7 @@ services: retries: 10 otel-collector: - image: otel/opentelemetry-collector-contrib:0.99.0 + image: otel/opentelemetry-collector-contrib:0.100.0 command: ["--config=/etc/otel-collector.yaml"] volumes: - ./otel-collector.yaml:/etc/otel-collector.yaml