From 47a1944d04adb02d8e0667ba3c04320d9d363285 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 8 Oct 2022 07:17:45 +0000 Subject: [PATCH 1/2] Upgrade to v2.39.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 34ca384..8c09218 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.39.0/prometheus-2.39.0.linux-386.tar.gz -SOURCE_SUM=9fc03691b46657def56080fa3336c404628579f5269dfec30dae2d417afe0747 +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-386.tar.gz +SOURCE_SUM=a68d7d9be7c52bee5acb99f1919f95e49679249bbed435908d1399a5cba1634c 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 8f0a7e6..e50c503 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.39.0/prometheus-2.39.0.linux-amd64.tar.gz -SOURCE_SUM=4a5fb68e2f44f5e2fdef698bbe4ac8564b02789873aa57a36c72e590977734fe +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-amd64.tar.gz +SOURCE_SUM=f3bdaa6f49b10af213a595e5d233579a1205a425fcebe2e23379e486f27a63c6 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 e327402..49a04a7 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.39.0/prometheus-2.39.0.linux-arm64.tar.gz -SOURCE_SUM=46e353fbc276d1462b1cc8c9a1f5a2e4c49770b8ad459f5711c592e48b176dc6 +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-arm64.tar.gz +SOURCE_SUM=8f8caf7520544827b1132737689d0e90748d5f42bdaa4e854ccfcbb9275f940f 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 de86bad..0f7bb90 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.39.0/prometheus-2.39.0.linux-armv5.tar.gz -SOURCE_SUM=c1e9a1178813eb0dd83fc990bf411a95a63108bb17c752eb9c6b4decbc052047 +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-armv5.tar.gz +SOURCE_SUM=c7f076dbae5da43e9c360131b5295fcd3cd31a052b09c422334e05a9961235ef 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 a16dfba..d9d559f 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.39.0/prometheus-2.39.0.linux-armv6.tar.gz -SOURCE_SUM=9e4fd646df35cdd65622023ad62f85f908babe3a0604fc0d219ee6ea81eedf5c +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-armv6.tar.gz +SOURCE_SUM=4efce333f858102ddc4c8e794f451824f540081888cb4f5d730daf5d7718fd75 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 5943c24..11fb6c0 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.39.0/prometheus-2.39.0.linux-armv7.tar.gz -SOURCE_SUM=a4ad2fb4fe4611b5bc82cd240671e1c2a5367379ad57120ecee3336cf005793b +SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-armv7.tar.gz +SOURCE_SUM=c03d1f3ba5b2e5a85ea5fd8fb014f397d63394e40f9dbb2caa09e301f59cec6f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 9e37547..fdaecf0 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.39.0~ynh1", + "version": "2.39.1~ynh1", "url": "https://prometheus.io", "upstream": { "license": "Apache-2.0", From bd4067b990b1a3d9af6cf729436f08e7df427a8e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 8 Oct 2022 07:17:51 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04bdf06..b2acccf 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Monitoring system and time series database -**Shipped version:** 2.39.0~ynh1 *(:warning: This is the `ci-auto-update-v2.39.0` branch. The [`master` branch](https://github.com/YunoHost-Apps/prometheus_ynh/tree/master) used in the catalog is currently on version 2.38.0\~ynh1.)* - +**Shipped version:** 2.39.1~ynh1 **Demo:** https://demo.do.prometheus.io ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index b204d21..602d89d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Supervision chronologique de systèmes et services -**Version incluse :** 2.39.0~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v2.39.0`. La [branche `master`](https://github.com/YunoHost-Apps/prometheus_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.38.0\~ynh1.)* - +**Version incluse :** 2.39.1~ynh1 **Démo :** https://demo.do.prometheus.io ## Avertissements / informations importantes