⬆️ Updating add-on Glances to 302a49a

This commit is contained in:
Community Hass.io Add-ons Bot 2020-05-30 16:40:58 +00:00
parent 1cf9ba692b
commit aa35e4174c
4 changed files with 7 additions and 6 deletions

View file

@ -936,10 +936,10 @@ SOFTWARE.
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[foldingathome-i386-shield]: https://img.shields.io/badge/i386-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-glances]: https://github.com/hassio-addons/addon-glances/tree/302a49a
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/9a17f75/README.md [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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.7.1 # Changelog since v0.7.1
- 🚑 Set history_size to 0, to deal with memory leak
- ✏ Split add-on documentation - ✏ Split add-on documentation
- ⬆ Updates zeroconf to v0.27.0 (#72) - ⬆ Updates zeroconf to v0.27.0 (#72)

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-302a49a-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/9a17f75 [release]: https://github.com/hassio-addons/addon-glances/tree/302a49a
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Glances", "name": "Glances",
"version": "9a17f75", "version": "302a49a",
"slug": "glances", "slug": "glances",
"description": "A cross-platform system monitoring tool", "description": "A cross-platform system monitoring tool",
"url": "https://github.com/hassio-addons/addon-glances", "url": "https://github.com/hassio-addons/addon-glances",