From 6c529bdd890b6a76106cb2398966e8e1819d1407 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 15 Nov 2020 15:12:24 +0100 Subject: [PATCH] Upgrade to upstream version 7.3.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07442f3..2b480e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog ## Unreleased - Nothing for now... +## [7.3.2~ynh1](https://github.com/YunoHost-Apps/grafana_ynh/pull/22) - 2020-11-15 + +#### Changed +* Upgrade to upstream version 7.3.2 + ## [7.0.3~ynh1](https://github.com/YunoHost-Apps/grafana_ynh/pull/21) - 2020-06-13 #### Changed diff --git a/README.md b/README.md index c037371..b251444 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ NetData only collects, displays and sets alarms based on data from the last hour Note: You can use it without NetData, but you'll have to install a collection application (e.g. collectd) to gather data. -**Shipped version:** 7.1.4 +**Shipped version:** 7.3.2 ## Screenshots diff --git a/manifest.json b/manifest.json index 1dc4a39..fc32bc8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Beautiful metric & analytic dashboards for monitoring", "fr": "Tableaux de bords de supervision" }, - "version": "7.1.4~ynh1", + "version": "7.3.2~ynh1", "license": "Apache-2.0", "url": "http://grafana.org/", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 26c70b5..79906e7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="7.1.4" +GRAFANA_VERSION="7.3.2" # dependencies used by the app pkg_dependencies="influxdb"