diff --git a/README.md b/README.md index 449eb39..50a12ba 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.52.0~ynh1 +**Shipped version:** 2.53.0~ynh1 **Demo:** ## Documentation and resources diff --git a/README_es.md b/README_es.md index b76ed0c..3e7d965 100644 --- a/README_es.md +++ b/README_es.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 actual:** 2.52.0~ynh1 +**Versión actual:** 2.53.0~ynh1 **Demo:** ## Documentaciones y recursos diff --git a/README_eu.md b/README_eu.md index a9c9b6a..938adc6 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.52.0~ynh1 +**Paketatutako bertsioa:** 2.53.0~ynh1 **Demoa:** ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index 17bab4c..e6a48c5 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.52.0~ynh1 +**Version incluse :** 2.53.0~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index 3e81f18..7bc0ff7 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.52.0~ynh1 +**Versión proporcionada:** 2.53.0~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index afa89d6..17f0b03 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.52.0~ynh1 +**分发版本:** 2.53.0~ynh1 **演示:** ## 文档与资源 diff --git a/manifest.toml b/manifest.toml index 1d27fb1..fe89ed9 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.52.0~ynh1" +version = "2.53.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.52.0/prometheus-2.52.0.linux-386.tar.gz" - i386.sha256 = "ce9fa8370a82a64f1172d43f4cecc383d4d82b7b40bfbeaf7fe81aa5503af95e" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-386.tar.gz" + i386.sha256 = "8eaca90bd5da21a99559c4fcdf8026d858eea11dcd5b5fc5f76939fb0f11ce77" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-amd64.tar.gz" - amd64.sha256 = "7f31c5d6474bbff3e514e627e0b7a7fbbd4e5cea3f315fd0b76cad50be4c1ba3" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-amd64.tar.gz" + amd64.sha256 = "d9900a11e3c89261e6416e3c9989858bad7b206af8b6838dfe9a5392d8ddc60d" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-armv7.tar.gz" - armhf.sha256 = "6bf7c4688e97f2f5cae0537a1c81efbfc92256041c94e04f974fb0a3152b9ede" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-armv7.tar.gz" + armhf.sha256 = "aabe658a02b7dd12c220d895dd64e7d4b2a5ab7a303cfb51e1767447d31764b4" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-arm64.tar.gz" - arm64.sha256 = "b503c0f552e381d7d3f84dfd275166bf07c74f99c428ffed69447d4ab3259901" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-arm64.tar.gz" + arm64.sha256 = "f3fb3c12db28155a791eba57f293c899ad753677a5aa8c327a80483b23ce98c6" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz"