From 9cfe4aeab55b84f55549869e04718e4ee8bf9de5 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Mon, 18 Sep 2017 22:25:44 +0200 Subject: [PATCH] Upgrade to upstream version 1.8.0 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/upgrade | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5bcf92c..fb52e94 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste (**physical** & **virtual** servers, **containers**, **IoT** devices), without disrupting their core function._ -**Shipped version:** 1.7.0 +**Shipped version:** 1.8.0 **Customization brought by the package:** diff --git a/conf/app.src b/conf/app.src index d4df1b7..b2e2b27 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/firehol/netdata/releases/download/v1.7.0/netdata-1.7.0.tar.gz -SOURCE_SUM=d088d5c6c22ac9241b87480df76de65a414ba9955be3399bd593929ca3c7a417 +SOURCE_URL=https://github.com/firehol/netdata/releases/download/v1.8.0/netdata-1.8.0.tar.gz +SOURCE_SUM=6ad6e824503dff5f9275df46b03dd8f3544b201b5161019d49589850274c14ee SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index e961b8d..2fa284e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "real-time performance and health monitoring", "fr": "Monitoring serveur en temps reel" }, - "version": "1.7.0", + "version": "1.8.0", "url": "http://my-netdata.io/", "license": "GPL-3.0", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 26948d6..717e269 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -89,6 +89,9 @@ exec 3>${tmp} # Launch netdata installation in /opt directory pushd $NETDATA_TMPDIR +# Remove previous service definition (specific 1.8.0 upgrade) +rm -f /etc/systemd/system/netdata.service + ./netdata-installer.sh --install /opt --dont-wait >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA" # If YunoHost web logs have never been set in netdata configuration, set them