From 5fa83d60dd0a620c19b845c9306f32cfbe55179a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:49:55 +0000 Subject: [PATCH] build(deps): Bump grafana/tempo in the monitoring-stack-updates group Bumps the monitoring-stack-updates group with 1 update: grafana/tempo. Updates `grafana/tempo` from 2.10.4 to 2.10.7 --- updated-dependencies: - dependency-name: grafana/tempo dependency-version: 2.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: monitoring-stack-updates ... Signed-off-by: dependabot[bot] --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 43238ee..9cbf60a 100644 --- a/compose.yml +++ b/compose.yml @@ -47,7 +47,7 @@ services: # metrics-generator changed) needing a real config migration — see # https://grafana.com/docs/tempo/latest/set-up-for-tracing/setup-tempo/migrate-to-3/ # Dependabot ignores 3.x majors until that migration is done deliberately. - image: grafana/tempo:2.10.4 + image: grafana/tempo:2.10.7 restart: unless-stopped volumes: - ./config/tempo.yaml:/etc/tempo/tempo.yaml:ro