From 8d0f8fbc9d2d550bea4c10923ff492ada6c3608a Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Wed, 29 Dec 2021 12:04:33 +0100 Subject: [PATCH] Upgrade to upstream version 8.3.3 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3333ff9..8ce9700 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Metric & analytic dashboards for monitoring -**Shipped version:** 8.0.6~ynh1 +**Shipped version:** 8.3.3~ynh1 **Demo:** https://play.grafana.org diff --git a/README_fr.md b/README_fr.md index 3b17a8f..0be50e3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Tableaux de bords de supervision -**Version incluse :** 8.0.6~ynh1 +**Version incluse :** 8.3.3~ynh1 **Démo :** https://play.grafana.org diff --git a/manifest.json b/manifest.json index a04e6a2..0360566 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bords de supervision" }, - "version": "8.0.6~ynh1", + "version": "8.3.3~ynh1", "license": "AGPL-3.0-only", "url": "https://grafana.com/oss/grafana/", "upstream": { diff --git a/scripts/_common.sh b/scripts/_common.sh index f24fadf..f59a33f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="7.5.5" +GRAFANA_VERSION="8.3.3" # dependencies used by the app pkg_dependencies="influxdb"