From 6f91e7f19964f0a73b1077ee017bfc0cded81706 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 29 Feb 2024 22:22:47 +0100 Subject: [PATCH] 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"