From a42aa4dd53c35b537b712c92a46112f5d52fd806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:42:50 +0000 Subject: [PATCH 1/2] chore(deps): update prom/prometheus docker tag to v2.51.1 --- apps/prometheus/2.51.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prometheus/2.51.0/docker-compose.yml b/apps/prometheus/2.51.0/docker-compose.yml index 397b54c71..acc74e45f 100644 --- a/apps/prometheus/2.51.0/docker-compose.yml +++ b/apps/prometheus/2.51.0/docker-compose.yml @@ -9,7 +9,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v2.51.0 + image: prom/prometheus:v2.51.1 labels: createdBy: "Apps" From e9e0add99bd8878e3f36632a5c6a095e551f85be Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 28 Mar 2024 13:43:04 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/prometheus/{2.51.0 => 2.51.1}/.env.sample | 0 apps/prometheus/{2.51.0 => 2.51.1}/data.yml | 0 apps/prometheus/{2.51.0 => 2.51.1}/data/prometheus.yml | 0 apps/prometheus/{2.51.0 => 2.51.1}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/prometheus/{2.51.0 => 2.51.1}/.env.sample (100%) rename apps/prometheus/{2.51.0 => 2.51.1}/data.yml (100%) rename apps/prometheus/{2.51.0 => 2.51.1}/data/prometheus.yml (100%) rename apps/prometheus/{2.51.0 => 2.51.1}/docker-compose.yml (100%) diff --git a/apps/prometheus/2.51.0/.env.sample b/apps/prometheus/2.51.1/.env.sample similarity index 100% rename from apps/prometheus/2.51.0/.env.sample rename to apps/prometheus/2.51.1/.env.sample diff --git a/apps/prometheus/2.51.0/data.yml b/apps/prometheus/2.51.1/data.yml similarity index 100% rename from apps/prometheus/2.51.0/data.yml rename to apps/prometheus/2.51.1/data.yml diff --git a/apps/prometheus/2.51.0/data/prometheus.yml b/apps/prometheus/2.51.1/data/prometheus.yml similarity index 100% rename from apps/prometheus/2.51.0/data/prometheus.yml rename to apps/prometheus/2.51.1/data/prometheus.yml diff --git a/apps/prometheus/2.51.0/docker-compose.yml b/apps/prometheus/2.51.1/docker-compose.yml similarity index 100% rename from apps/prometheus/2.51.0/docker-compose.yml rename to apps/prometheus/2.51.1/docker-compose.yml