From 0abb00a82e69f479496d0b2305c61639e27f375e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Thu, 9 Dec 2021 15:15:30 +0100 Subject: [PATCH] Upgrade to v8.0.7 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a04e6a2..3281167 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.0.7~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..22a777f 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.0.7" # dependencies used by the app pkg_dependencies="influxdb"