From c4483e5ff151463a2ac1b7c0d835c5709c1a982d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 04:49:16 +0000 Subject: [PATCH 1/2] chore(deps): update prom/prometheus docker tag to v2.54.0 --- prometheus/2.53.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/2.53.1/docker-compose.yml b/prometheus/2.53.1/docker-compose.yml index 628fd5cdf..86493dbe8 100644 --- a/prometheus/2.53.1/docker-compose.yml +++ b/prometheus/2.53.1/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v2.53.1 + image: prom/prometheus:v2.54.0 labels: createdBy: "Apps" From c25c05db0beb7144527ffd34bb56557b2b066597 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 15 Aug 2024 04:49:30 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- prometheus/{2.53.1 => 2.54.0}/.env.sample | 0 prometheus/{2.53.1 => 2.54.0}/data.yml | 0 prometheus/{2.53.1 => 2.54.0}/data/prometheus.yml | 0 prometheus/{2.53.1 => 2.54.0}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename prometheus/{2.53.1 => 2.54.0}/.env.sample (100%) rename prometheus/{2.53.1 => 2.54.0}/data.yml (100%) rename prometheus/{2.53.1 => 2.54.0}/data/prometheus.yml (100%) rename prometheus/{2.53.1 => 2.54.0}/docker-compose.yml (100%) diff --git a/prometheus/2.53.1/.env.sample b/prometheus/2.54.0/.env.sample similarity index 100% rename from prometheus/2.53.1/.env.sample rename to prometheus/2.54.0/.env.sample diff --git a/prometheus/2.53.1/data.yml b/prometheus/2.54.0/data.yml similarity index 100% rename from prometheus/2.53.1/data.yml rename to prometheus/2.54.0/data.yml diff --git a/prometheus/2.53.1/data/prometheus.yml b/prometheus/2.54.0/data/prometheus.yml similarity index 100% rename from prometheus/2.53.1/data/prometheus.yml rename to prometheus/2.54.0/data/prometheus.yml diff --git a/prometheus/2.53.1/docker-compose.yml b/prometheus/2.54.0/docker-compose.yml similarity index 100% rename from prometheus/2.53.1/docker-compose.yml rename to prometheus/2.54.0/docker-compose.yml