From ddc5c47c781b5460f275accbf02bb80b692c71fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:37:12 +0000 Subject: [PATCH 1/2] Update prom/prometheus Docker tag to v3.4.2 --- apps/prometheus/3.4.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prometheus/3.4.1/docker-compose.yml b/apps/prometheus/3.4.1/docker-compose.yml index 0569e6399..54cfd9363 100644 --- a/apps/prometheus/3.4.1/docker-compose.yml +++ b/apps/prometheus/3.4.1/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v3.4.1 + image: prom/prometheus:v3.4.2 labels: createdBy: "Apps" From 09ee32a17f3d3322a090dc679a2052f0a2e7851f Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 26 Jun 2025 23:37:25 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/prometheus/{3.4.1 => 3.4.2}/.env.sample | 0 apps/prometheus/{3.4.1 => 3.4.2}/data.yml | 0 apps/prometheus/{3.4.1 => 3.4.2}/data/prometheus.yml | 0 apps/prometheus/{3.4.1 => 3.4.2}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/prometheus/{3.4.1 => 3.4.2}/.env.sample (100%) rename apps/prometheus/{3.4.1 => 3.4.2}/data.yml (100%) rename apps/prometheus/{3.4.1 => 3.4.2}/data/prometheus.yml (100%) rename apps/prometheus/{3.4.1 => 3.4.2}/docker-compose.yml (100%) diff --git a/apps/prometheus/3.4.1/.env.sample b/apps/prometheus/3.4.2/.env.sample similarity index 100% rename from apps/prometheus/3.4.1/.env.sample rename to apps/prometheus/3.4.2/.env.sample diff --git a/apps/prometheus/3.4.1/data.yml b/apps/prometheus/3.4.2/data.yml similarity index 100% rename from apps/prometheus/3.4.1/data.yml rename to apps/prometheus/3.4.2/data.yml diff --git a/apps/prometheus/3.4.1/data/prometheus.yml b/apps/prometheus/3.4.2/data/prometheus.yml similarity index 100% rename from apps/prometheus/3.4.1/data/prometheus.yml rename to apps/prometheus/3.4.2/data/prometheus.yml diff --git a/apps/prometheus/3.4.1/docker-compose.yml b/apps/prometheus/3.4.2/docker-compose.yml similarity index 100% rename from apps/prometheus/3.4.1/docker-compose.yml rename to apps/prometheus/3.4.2/docker-compose.yml