1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prometheus_ynh.git synced 2024-09-03 20:16:01 +02:00

Merge pull request #61 from YunoHost-Apps/ci-auto-update-2.49.1

Upgrade to v2.49.1
This commit is contained in:
tituspijean 2024-01-16 06:06:18 +00:00 committed by GitHub
commit 5d66926f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -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. 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 **Demo:** https://demo.do.prometheus.io
## Documentation and resources ## Documentation and resources

View file

@ -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. 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 **Démo :** https://demo.do.prometheus.io
## Documentations et ressources ## Documentations et ressources

View file

@ -7,7 +7,7 @@ name = "Prometheus"
description.en = "Monitoring system and time series database" description.en = "Monitoring system and time series database"
description.fr = "Supervision chronologique de systèmes et services" description.fr = "Supervision chronologique de systèmes et services"
version = "2.48.0~ynh1" version = "2.49.1~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -43,17 +43,17 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-386.tar.gz" i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-386.tar.gz"
i386.sha256 = "6b946c62137eefa8a272e0184c2cbe08a54136bebdcaa168e278aaed2c12a8ba" i386.sha256 = "c71ffc608a75fb023b6dd052c1e38f78b855d59b96d0d4201d06e0314c4d14c4"
amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz" amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-amd64.tar.gz"
amd64.sha256 = "5871ca9e01ae35bb7ab7a129a845a7a80f0e1453f00f776ac564dd41ff4d754e" amd64.sha256 = "93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07"
armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv7.tar.gz" armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-armv7.tar.gz"
armhf.sha256 = "b4996550b56048a4b9a3937e0f5ff119c6fa33f937baf44007e5b9b4ce9779b1" armhf.sha256 = "938f5e8e8bd285501610f73ba5d164222b688ac8308a98da96fa929d69e16272"
arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-arm64.tar.gz" arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-arm64.tar.gz"
arm64.sha256 = "c6e85f7b4fd0785df48266c1ee53975f862996a99b7d96520dc730e65da7bcf6" arm64.sha256 = "453c530f17e899999a0ba34b5556b14a14061c22520edaac84b3376d28942664"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.i386 = ".*linux-386.tar.gz" autoupdate.asset.i386 = ".*linux-386.tar.gz"