From f57fab4ccaa171f36ee058e6ea9f6c3bc72f5679 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Dec 2023 07:09:02 +0000 Subject: [PATCH 01/12] 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 02/12] 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 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 03/12] 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 8a75a98c23bfef114bdea9f9c3ed14a17bc5c04c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jan 2024 20:26:37 +0000 Subject: [PATCH 04/12] 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 4d0a187b47f7d4ec4c3ae3ca7052d539e95ceaa5 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 05/12] 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 04d10aef803711ad27dc1655d6b9d64462fb7c00 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Jan 2024 05:18:09 +0100 Subject: [PATCH 06/12] 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 50c8587978080d83dbb97587a589acbbbfaa33d5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Jan 2024 04:18:13 +0000 Subject: [PATCH 07/12] 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 From 6f91e7f19964f0a73b1077ee017bfc0cded81706 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 29 Feb 2024 22:22:47 +0100 Subject: [PATCH 08/12] Upgrade to v2.50.1 (#63) Co-authored-by: OniriCorpe --- README.md | 6 +++--- README_fr.md | 4 ++-- manifest.toml | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7750876..70ece3b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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.49.1~ynh1 +**Shipped version:** 2.50.1~ynh1 **Demo:** https://demo.do.prometheus.io ## Documentation and resources @@ -44,4 +44,4 @@ or sudo yunohost app upgrade prometheus -u https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 5432cb2..bc871d6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -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.49.1~ynh1 +**Version incluse :** 2.50.1~ynh1 **Démo :** https://demo.do.prometheus.io ## Documentations et ressources diff --git a/manifest.toml b/manifest.toml index 03e2ea4..c592600 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.49.1~ynh1" +version = "2.50.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.49.1/prometheus-2.49.1.linux-386.tar.gz" - i386.sha256 = "c71ffc608a75fb023b6dd052c1e38f78b855d59b96d0d4201d06e0314c4d14c4" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-386.tar.gz" + i386.sha256 = "3440c7858711ca55242fcb055f563db6ad9fb7e9b0b89869cf35d5bef36f211c" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-amd64.tar.gz" - amd64.sha256 = "93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-amd64.tar.gz" + amd64.sha256 = "936f3777f8c3a4a90d3c58a6f410350d5932c79367b99771d002bd36e48bd05b" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-armv7.tar.gz" - armhf.sha256 = "938f5e8e8bd285501610f73ba5d164222b688ac8308a98da96fa929d69e16272" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-armv7.tar.gz" + armhf.sha256 = "3ec3073dec3dfd874ebe74620b6ed1dc9a030379cdff46ad816a6e95b85316d8" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-arm64.tar.gz" - arm64.sha256 = "453c530f17e899999a0ba34b5556b14a14061c22520edaac84b3376d28942664" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-arm64.tar.gz" + arm64.sha256 = "9f1a65cf08cef3dcd5f0d38d8673ecfaf1054aa9e1e5c18c94efd8546c1fdd96" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz" From 93b083dbb5c393e60cdd3019ee8753b38e82025c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Apr 2024 19:25:31 +0000 Subject: [PATCH 09/12] Auto-update READMEs --- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_eu.md b/README_eu.md index 33cafa8..e3e6b94 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 2.48.0~ynh2 +**Paketatutako bertsioa:** 2.50.1~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index acc92ec..1498e06 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.50.1~ynh1 +**Version incluse :** 2.50.1~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index df2020f..18507f5 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 2.48.0~ynh2 +**Versión proporcionada:** 2.50.1~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index fbfcee8..6ba4878 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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. -**分发版本:** 2.48.0~ynh2 +**分发版本:** 2.50.1~ynh1 **演示:** ## 文档与资源 From 9d2fb791022aad4b969f260df5e0e49c210d5714 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 22 Apr 2024 18:24:09 +0200 Subject: [PATCH 10/12] Upgrade to v2.51.2 (#66) --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 18 +++++++++--------- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fa41c42..08566f6 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.50.1~ynh1 +**Shipped version:** 2.51.2~ynh1 **Demo:** ## Documentation and resources diff --git a/README_eu.md b/README_eu.md index e3e6b94..083d559 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 2.50.1~ynh1 +**Paketatutako bertsioa:** 2.51.2~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index 1498e06..b35deb1 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.50.1~ynh1 +**Version incluse :** 2.51.2~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index 18507f5..eddd9f4 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 2.50.1~ynh1 +**Versión proporcionada:** 2.51.2~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 6ba4878..3e378ea 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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. -**分发版本:** 2.50.1~ynh1 +**分发版本:** 2.51.2~ynh1 **演示:** ## 文档与资源 diff --git a/manifest.toml b/manifest.toml index c592600..8492c84 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.50.1~ynh1" +version = "2.51.2~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.50.1/prometheus-2.50.1.linux-386.tar.gz" - i386.sha256 = "3440c7858711ca55242fcb055f563db6ad9fb7e9b0b89869cf35d5bef36f211c" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-386.tar.gz" + i386.sha256 = "9fa353c7e849b2f7148a1c8b8e77d60a6efb136d8019158e04105631a21fffaf" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-amd64.tar.gz" - amd64.sha256 = "936f3777f8c3a4a90d3c58a6f410350d5932c79367b99771d002bd36e48bd05b" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-amd64.tar.gz" + amd64.sha256 = "9bec7432fb92d80fdc193a0154f6c53653c37f8302528b06d63cf4a10a8b897f" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-armv7.tar.gz" - armhf.sha256 = "3ec3073dec3dfd874ebe74620b6ed1dc9a030379cdff46ad816a6e95b85316d8" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-armv7.tar.gz" + armhf.sha256 = "bf27ba6cb0b7967b2fd044c9fbdda6db8d9e15cf5350715270c1c9b26bebecde" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-arm64.tar.gz" - arm64.sha256 = "9f1a65cf08cef3dcd5f0d38d8673ecfaf1054aa9e1e5c18c94efd8546c1fdd96" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-arm64.tar.gz" + arm64.sha256 = "f246bd6502c95de2cd483e22806bffcd7f2f273b722c9c2a7642f86fa4c8064b" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz" From 57813b162d74f0e59c986e7b600ad0626ac6e0e3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 May 2024 03:43:03 +0200 Subject: [PATCH 11/12] Upgrade to v2.52.0 https://github.com/prometheus/prometheus/releases/tag/v2.52.0 --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8492c84..1d27fb1 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.51.2~ynh1" +version = "2.52.0~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.51.2/prometheus-2.51.2.linux-386.tar.gz" - i386.sha256 = "9fa353c7e849b2f7148a1c8b8e77d60a6efb136d8019158e04105631a21fffaf" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-386.tar.gz" + i386.sha256 = "ce9fa8370a82a64f1172d43f4cecc383d4d82b7b40bfbeaf7fe81aa5503af95e" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-amd64.tar.gz" - amd64.sha256 = "9bec7432fb92d80fdc193a0154f6c53653c37f8302528b06d63cf4a10a8b897f" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-amd64.tar.gz" + amd64.sha256 = "7f31c5d6474bbff3e514e627e0b7a7fbbd4e5cea3f315fd0b76cad50be4c1ba3" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-armv7.tar.gz" - armhf.sha256 = "bf27ba6cb0b7967b2fd044c9fbdda6db8d9e15cf5350715270c1c9b26bebecde" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-armv7.tar.gz" + armhf.sha256 = "6bf7c4688e97f2f5cae0537a1c81efbfc92256041c94e04f974fb0a3152b9ede" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-arm64.tar.gz" - arm64.sha256 = "f246bd6502c95de2cd483e22806bffcd7f2f273b722c9c2a7642f86fa4c8064b" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-arm64.tar.gz" + arm64.sha256 = "b503c0f552e381d7d3f84dfd275166bf07c74f99c428ffed69447d4ab3259901" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz" From 53cfcfde8ac353bb9e085b02de8b51f9fa2b3de6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 May 2024 01:43:05 +0000 Subject: [PATCH 12/12] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08566f6..449eb39 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.51.2~ynh1 +**Shipped version:** 2.52.0~ynh1 **Demo:** ## Documentation and resources diff --git a/README_eu.md b/README_eu.md index 083d559..a9c9b6a 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 2.51.2~ynh1 +**Paketatutako bertsioa:** 2.52.0~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index b35deb1..17bab4c 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.51.2~ynh1 +**Version incluse :** 2.52.0~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index eddd9f4..3e81f18 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 2.51.2~ynh1 +**Versión proporcionada:** 2.52.0~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3e378ea..afa89d6 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Prometheus +# YunoHost 上的 Prometheus [![集成程度](https://dash.yunohost.org/integration/prometheus.svg)](https://dash.yunohost.org/appci/app/prometheus) ![工作状态](https://ci-apps.yunohost.org/ci/badges/prometheus.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/prometheus.maintain.svg) @@ -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. -**分发版本:** 2.51.2~ynh1 +**分发版本:** 2.52.0~ynh1 **演示:** ## 文档与资源