From 637eb4443f524e0de74f0dd3f2422e2b5c5edacf Mon Sep 17 00:00:00 2001 From: Kristof Kowalski <1499932+krzko@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:38:49 +1100 Subject: [PATCH] chore: bump deps --- Makefile | 2 +- dockerfiles/grafana/Dockerfile | 2 +- dockerfiles/loki/Dockerfile | 2 +- dockerfiles/tempo/Dockerfile | 2 +- .../files/files/grafana/run-o11y-run/docker-compose.yaml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2625ac3..ff7970f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OUTPUT:=bin EXECUTABLE:=run-o11y-run -VERSION:=v0.13.2 +VERSION:=v0.13.3 COMMIT=$(shell git describe --tags --always --long) NOW=$(shell date +'%Y%m%d') diff --git a/dockerfiles/grafana/Dockerfile b/dockerfiles/grafana/Dockerfile index 399571d..4dba06e 100644 --- a/dockerfiles/grafana/Dockerfile +++ b/dockerfiles/grafana/Dockerfile @@ -1,2 +1,2 @@ # dependabot will update this file when base image is updated -FROM grafana/grafana:11.2.0 +FROM grafana/grafana:11.2.2 diff --git a/dockerfiles/loki/Dockerfile b/dockerfiles/loki/Dockerfile index 8b92525..c488898 100644 --- a/dockerfiles/loki/Dockerfile +++ b/dockerfiles/loki/Dockerfile @@ -1,2 +1,2 @@ # dependabot will update this file when base image is updated -FROM grafana/loki:3.2.0 +FROM grafana/loki:3.2.1 diff --git a/dockerfiles/tempo/Dockerfile b/dockerfiles/tempo/Dockerfile index 257c1a4..0cab2ba 100644 --- a/dockerfiles/tempo/Dockerfile +++ b/dockerfiles/tempo/Dockerfile @@ -1,2 +1,2 @@ # dependabot will update this file when base image is updated -FROM grafana/tempo:2.6.0 +FROM grafana/tempo:2.6.1 diff --git a/internal/files/files/grafana/run-o11y-run/docker-compose.yaml b/internal/files/files/grafana/run-o11y-run/docker-compose.yaml index 209a4d2..3f0cde5 100644 --- a/internal/files/files/grafana/run-o11y-run/docker-compose.yaml +++ b/internal/files/files/grafana/run-o11y-run/docker-compose.yaml @@ -1,7 +1,7 @@ services: grafana: - image: grafana/grafana:11.2.0 + image: grafana/grafana:11.2.2 container_name: grafana volumes: - ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml @@ -19,7 +19,7 @@ services: - "3000:3000" loki: - image: grafana/loki:3.2.0 + image: grafana/loki:3.2.1 container_name: loki command: "-config.file=/etc/loki/local-config.yaml" environment: @@ -110,7 +110,7 @@ services: - PYROSCOPE_WAIT_AFTER_STOP=true tempo: - image: grafana/tempo:2.6.0 + image: grafana/tempo:2.6.1 container_name: tempo command: [ "-config.file=/etc/tempo.yaml" ] volumes: