From f57fab4ccaa171f36ee058e6ea9f6c3bc72f5679 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Dec 2023 07:09:02 +0000 Subject: [PATCH 1/7] Upgrade to v2.48.1 --- conf/app.386.src | 4 ++-- conf/app.amd64.src | 4 ++-- conf/app.arm64.src | 4 ++-- conf/app.armv5.src | 4 ++-- conf/app.armv6.src | 4 ++-- conf/app.armv7.src | 4 ++-- manifest.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/conf/app.386.src b/conf/app.386.src index c535488..110de0c 100644 --- a/conf/app.386.src +++ b/conf/app.386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-386.tar.gz -SOURCE_SUM=6b946c62137eefa8a272e0184c2cbe08a54136bebdcaa168e278aaed2c12a8ba +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-386.tar.gz +SOURCE_SUM=9282a228e4fa72669f74bb220bb45ddba5fabcef5c0cf383f5e1ef911302cca9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app.amd64.src b/conf/app.amd64.src index 7abe6e7..06aa112 100644 --- a/conf/app.amd64.src +++ b/conf/app.amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz -SOURCE_SUM=5871ca9e01ae35bb7ab7a129a845a7a80f0e1453f00f776ac564dd41ff4d754e +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-amd64.tar.gz +SOURCE_SUM=5d58b52ccfeff25700bc8d14ecc1235cbf112a05041e3b2f6900d16b44856f6f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app.arm64.src b/conf/app.arm64.src index 9081bcb..8dc05de 100644 --- a/conf/app.arm64.src +++ b/conf/app.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-arm64.tar.gz -SOURCE_SUM=c6e85f7b4fd0785df48266c1ee53975f862996a99b7d96520dc730e65da7bcf6 +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-arm64.tar.gz +SOURCE_SUM=2348d1e5a5bb94868eb3293ad4be5967619acc111edb3896272ccdf5853cd20b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app.armv5.src b/conf/app.armv5.src index 02e1f10..dcaeed0 100644 --- a/conf/app.armv5.src +++ b/conf/app.armv5.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv5.tar.gz -SOURCE_SUM=8aad7a5143335788bc1a16c198d4d1b4b390a87f9bf9cbec1fbf0c25424dfb6b +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-armv5.tar.gz +SOURCE_SUM=70e00abf2533e467579bedc1d3022eea6d3f44a802d3d293ceaf2cc5df79c0e1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app.armv6.src b/conf/app.armv6.src index c4f2af5..d56c30f 100644 --- a/conf/app.armv6.src +++ b/conf/app.armv6.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv6.tar.gz -SOURCE_SUM=e1dbe5adfdf033f7f308f15c0b913edba1cd287021c81c01117c331aab4ef1fc +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-armv6.tar.gz +SOURCE_SUM=9f73b0c59e6b077981dbfbbe94d718ec52da0c22ce3a21fe03846f9335ff4a57 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app.armv7.src b/conf/app.armv7.src index 8d8391b..4c09be2 100644 --- a/conf/app.armv7.src +++ b/conf/app.armv7.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv7.tar.gz -SOURCE_SUM=b4996550b56048a4b9a3937e0f5ff119c6fa33f937baf44007e5b9b4ce9779b1 +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.48.1/prometheus-2.48.1.linux-armv7.tar.gz +SOURCE_SUM=edbe3cb1fc27b048fad28d53d59ca7505f3ea957a4d11b2365e5748d3671b55f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 93d72f5..5cde0aa 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Monitoring system and time series database", "fr": "Supervision chronologique de systèmes et services" }, - "version": "2.48.0~ynh1", + "version": "2.48.1~ynh1", "url": "https://prometheus.io", "upstream": { "license": "Apache-2.0", From 92e640eaf4de59acbbe42f6d0955b68c85d7c966 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Dec 2023 07:09:08 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aff403f..aa9d9e9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Monitoring system and time series database -**Shipped version:** 2.48.0~ynh1 +**Shipped version:** 2.48.1~ynh1 **Demo:** https://demo.do.prometheus.io ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index cb1f6ba..4eab083 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Supervision chronologique de systèmes et services -**Version incluse :** 2.48.0~ynh1 +**Version incluse :** 2.48.1~ynh1 **Démo :** https://demo.do.prometheus.io ## Avertissements / informations importantes From 9851d9b057db7767ec7043c4c56217424f37e764 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jan 2024 20:26:37 +0000 Subject: [PATCH 3/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1336d40..8ae4c0b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed. -**Shipped version:** 2.48.1~ynh1 +**Shipped version:** 2.48.0~ynh1 **Demo:** https://demo.do.prometheus.io ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index b1cfc5d..00c9164 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed. -**Version incluse :** 2.48.1~ynh1 +**Version incluse :** 2.48.0~ynh1 **Démo :** https://demo.do.prometheus.io ## Documentations et ressources From ff88c50e6225ae788a433976acf8622acb3d12cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:27:02 +0100 Subject: [PATCH 4/7] Update manifest.toml --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d9f9b9f..e13b0bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,11 +20,14 @@ code = "https://github.com/prometheus/prometheus" cpe = "cpe:2.3:a:prometheus:prometheus" [integration] -yunohost = ">= 4.3" +yunohost = ">= 11.2" architectures = ["i386", "amd64", "armhf", "arm64"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" From da7e94e30d0ebfc6e781636c26e5aedac331ee60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:29:16 +0100 Subject: [PATCH 5/7] Update tests.toml --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 1777a9f..ebf91af 100644 --- a/tests.toml +++ b/tests.toml @@ -8,7 +8,7 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - [default.test_upgrade_from.6c4d396] - name = "2021-06-23 v2.27.1" + [default.test_upgrade_from.64608cd51c8bef699a9f1295fee23d8ef26d5979] + name = "v2.48.0" args.admin = "package_checker" args.domain = "domain.tld" From 2ad0547f8175a9e4b23561b0fd190f29ffbeabb3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Jan 2024 05:18:09 +0100 Subject: [PATCH 6/7] Upgrade to v2.49.1 Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.49.1 --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index e13b0bf..03e2ea4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Prometheus" description.en = "Monitoring system and time series database" description.fr = "Supervision chronologique de systèmes et services" -version = "2.48.0~ynh1" +version = "2.49.1~ynh1" maintainers = ["tituspijean"] @@ -43,17 +43,17 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-386.tar.gz" - i386.sha256 = "6b946c62137eefa8a272e0184c2cbe08a54136bebdcaa168e278aaed2c12a8ba" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-386.tar.gz" + i386.sha256 = "c71ffc608a75fb023b6dd052c1e38f78b855d59b96d0d4201d06e0314c4d14c4" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz" - amd64.sha256 = "5871ca9e01ae35bb7ab7a129a845a7a80f0e1453f00f776ac564dd41ff4d754e" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-amd64.tar.gz" + amd64.sha256 = "93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv7.tar.gz" - armhf.sha256 = "b4996550b56048a4b9a3937e0f5ff119c6fa33f937baf44007e5b9b4ce9779b1" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-armv7.tar.gz" + armhf.sha256 = "938f5e8e8bd285501610f73ba5d164222b688ac8308a98da96fa929d69e16272" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-arm64.tar.gz" - arm64.sha256 = "c6e85f7b4fd0785df48266c1ee53975f862996a99b7d96520dc730e65da7bcf6" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-arm64.tar.gz" + arm64.sha256 = "453c530f17e899999a0ba34b5556b14a14061c22520edaac84b3376d28942664" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz" From 748d74eb59a43ab844a95ea356eb88844dc12f26 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Jan 2024 04:18:13 +0000 Subject: [PATCH 7/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae4c0b..7750876 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed. -**Shipped version:** 2.48.0~ynh1 +**Shipped version:** 2.49.1~ynh1 **Demo:** https://demo.do.prometheus.io ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 00c9164..5432cb2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed. -**Version incluse :** 2.48.0~ynh1 +**Version incluse :** 2.49.1~ynh1 **Démo :** https://demo.do.prometheus.io ## Documentations et ressources