⬆️ Updating add-on Glances to 7d85b62

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-11 22:56:35 +00:00
parent 985f1f4590
commit f238e2dedc
4 changed files with 8 additions and 6 deletions

View file

@ -768,10 +768,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/ae45d4f [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/7d85b62
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/ae45d4f/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/7d85b62/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-ae45d4f-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-7d85b62-blue.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
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.12.3 # Changelog since v0.12.3
- 🏎 Enable streaming mode for Ingress (#187)
- 🔑 Update NGINX SSL parameters (#186) - 🔑 Update NGINX SSL parameters (#186)
- 🚑 Fix contributing link in readme (#184) - 🚑 Fix contributing link in readme (#184)
- 🔥 Less logging by removing access log from log ouput (#185) - 🔥 Less logging by removing access log from log ouput (#185)

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-ae45d4f-blue.svg [release-shield]: https://img.shields.io/badge/version-7d85b62-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/ae45d4f [release]: https://github.com/hassio-addons/addon-glances/tree/7d85b62
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png

View file

@ -1,11 +1,12 @@
{ {
"name": "Glances", "name": "Glances",
"version": "ae45d4f", "version": "7d85b62",
"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",
"ingress": true, "ingress": true,
"ingress_port": 0, "ingress_port": 0,
"ingress_stream": true,
"panel_icon": "mdi:speedometer", "panel_icon": "mdi:speedometer",
"startup": "services", "startup": "services",
"homeassistant": "0.92.0b2", "homeassistant": "0.92.0b2",