🎉 Release of add-on Glances 0.5.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-07-28 19:56:48 +00:00
parent c1ec658685
commit 13b57acf02
4 changed files with 11 additions and 12 deletions

View file

@ -786,10 +786,10 @@ SOFTWARE.
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.5.1
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.1/README.md
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.5.2
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.2/README.md
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
[glances-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
[glances-version-shield]: https://img.shields.io/badge/version-v0.5.2-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

View file

@ -4,11 +4,9 @@ This is a general maintenance release.
### 🔨 Changes
- :arrow_up: Upgrades add-on base image to v4.0.2
- :arrow_up: Updates glances to v3.1.1 (#24)
- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server
- :ambulance: Add https/http for InfluxDB fixes #25 (#26)
[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.0...v0.5.1
[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.1...v0.5.2
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -26,13 +26,13 @@ at all your system information and its behavior over time.
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.1/README.md
[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.2/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-glances/97102?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-v0.5.1-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.1
[release-shield]: https://img.shields.io/badge/version-v0.5.2-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.2
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Glances",
"version": "0.5.1",
"version": "0.5.2",
"slug": "glances",
"description": "A cross-platform system monitoring tool",
"url": "https://github.com/hassio-addons/addon-glances",
@ -71,7 +71,8 @@
"password": "str",
"database": "str",
"prefix": "str",
"interval": "int"
"interval": "int",
"ssl": "bool?"
},
"leave_front_door_open": "bool?"
},