From aa35e4174c28959e2d1d44ec53422d1a4a7bc23b Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 30 May 2020 16:40:58 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to 302a49a --- README.md | 6 +++--- glances/CHANGELOG.md | 1 + glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 19bd89454..f435e1765 100644 --- a/README.md +++ b/README.md @@ -936,10 +936,10 @@ SOFTWARE. [foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [foldingathome-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [foldingathome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/9a17f75 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/9a17f75/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/302a49a +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/302a49a/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-9a17f75-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-302a49a-blue.svg [glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances-armhf.svg [glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index d8a7b9f6b..2ead1d2ab 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.7.1 +- 🚑 Set history_size to 0, to deal with memory leak - ✏ Split add-on documentation - ⬆ Updates zeroconf to v0.27.0 (#72) diff --git a/glances/README.md b/glances/README.md index 4452f72b2..c91324788 100644 --- a/glances/README.md +++ b/glances/README.md @@ -49,6 +49,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-9a17f75-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/9a17f75 +[release-shield]: https://img.shields.io/badge/version-302a49a-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/302a49a [screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index af486eb95..aa8db356b 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "9a17f75", + "version": "302a49a", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",