From 9d2fb791022aad4b969f260df5e0e49c210d5714 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 22 Apr 2024 18:24:09 +0200 Subject: [PATCH] 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"