From a05aef3cd7935aed55646c3a373fcb70ab0fee61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:49:07 +0000 Subject: [PATCH 1/2] chore(deps): update prom/prometheus docker tag to v2.53.0 --- apps/prometheus/2.52.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prometheus/2.52.0/docker-compose.yml b/apps/prometheus/2.52.0/docker-compose.yml index bc44bc379..97735e30b 100644 --- a/apps/prometheus/2.52.0/docker-compose.yml +++ b/apps/prometheus/2.52.0/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v2.52.0 + image: prom/prometheus:v2.53.0 labels: createdBy: "Apps" From 5b40f6af78bb4fd05404f5b139fc203c65fd10d3 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 19 Jun 2024 09:49:18 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/prometheus/{2.52.0 => 2.53.0}/.env.sample | 0 apps/prometheus/{2.52.0 => 2.53.0}/data.yml | 0 apps/prometheus/{2.52.0 => 2.53.0}/data/prometheus.yml | 0 apps/prometheus/{2.52.0 => 2.53.0}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/prometheus/{2.52.0 => 2.53.0}/.env.sample (100%) rename apps/prometheus/{2.52.0 => 2.53.0}/data.yml (100%) rename apps/prometheus/{2.52.0 => 2.53.0}/data/prometheus.yml (100%) rename apps/prometheus/{2.52.0 => 2.53.0}/docker-compose.yml (100%) diff --git a/apps/prometheus/2.52.0/.env.sample b/apps/prometheus/2.53.0/.env.sample similarity index 100% rename from apps/prometheus/2.52.0/.env.sample rename to apps/prometheus/2.53.0/.env.sample diff --git a/apps/prometheus/2.52.0/data.yml b/apps/prometheus/2.53.0/data.yml similarity index 100% rename from apps/prometheus/2.52.0/data.yml rename to apps/prometheus/2.53.0/data.yml diff --git a/apps/prometheus/2.52.0/data/prometheus.yml b/apps/prometheus/2.53.0/data/prometheus.yml similarity index 100% rename from apps/prometheus/2.52.0/data/prometheus.yml rename to apps/prometheus/2.53.0/data/prometheus.yml diff --git a/apps/prometheus/2.52.0/docker-compose.yml b/apps/prometheus/2.53.0/docker-compose.yml similarity index 100% rename from apps/prometheus/2.52.0/docker-compose.yml rename to apps/prometheus/2.53.0/docker-compose.yml