From 76be4d2051d00b9562d2a5807206345b4e17f6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:53:56 +0000 Subject: [PATCH 1/2] build(deps): Bump sigp/lighthouse in /testutil/compose/static/lighthouse Bumps sigp/lighthouse from v8.0.1 to v8.1.0. --- updated-dependencies: - dependency-name: sigp/lighthouse dependency-version: v8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testutil/compose/static/lighthouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/compose/static/lighthouse/Dockerfile b/testutil/compose/static/lighthouse/Dockerfile index aeb886053..b994e1235 100644 --- a/testutil/compose/static/lighthouse/Dockerfile +++ b/testutil/compose/static/lighthouse/Dockerfile @@ -1,4 +1,4 @@ -FROM sigp/lighthouse:v8.0.1 +FROM sigp/lighthouse:v8.1.0 ENV YQ_VERSION=v4.42.1 From aa64d4ecca0e4f06249c804fc810e765ae2bea4d Mon Sep 17 00:00:00 2001 From: Kaloyan Tanev Date: Mon, 9 Feb 2026 19:28:53 +0200 Subject: [PATCH 2/2] Bump also prometheus and grafana versions --- testutil/compose/docker-compose.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testutil/compose/docker-compose.template b/testutil/compose/docker-compose.template index b201d3877..43da1b45c 100644 --- a/testutil/compose/docker-compose.template +++ b/testutil/compose/docker-compose.template @@ -79,7 +79,7 @@ services: prometheus: container_name: prometheus - image: prom/prometheus:${PROMETHEUS_VERSION:-v2.50.1} + image: prom/prometheus:${PROMETHEUS_VERSION:-v3.9.1} {{if .MonitoringPorts}}ports: - "9090:9090" {{end -}} @@ -92,7 +92,7 @@ services: {{if .Monitoring}} grafana: container_name: grafana - image: grafana/grafana:${GRAFANA_VERSION:-10.4.2} + image: grafana/grafana:${GRAFANA_VERSION:-12.3.2} {{if .MonitoringPorts}}ports: - "3000:3000" {{end -}}