⬆️ Updating add-on Glances to 15406b5

This commit is contained in:
Community Hass.io Add-ons Bot 2023-05-08 16:23:28 +00:00
parent 446cf1ea33
commit aa78ac297b
4 changed files with 11 additions and 10 deletions

View file

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

View file

@ -1,4 +1,5 @@
# Changelog since v0.18.1
- Fix influxdb2 configuration (#357)
- ⬆️ Update docker to v6.1.1 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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

View file

@ -1,5 +1,5 @@
name: Glances
version: 2b3bca3
version: 15406b5
slug: glances
description: A cross-platform system monitoring tool
url: https://github.com/hassio-addons/addon-glances
@ -63,11 +63,11 @@ schema:
enabled: bool
host: str
port: port
username: str
password: password
database: str
username: str?
password: password?
database: str?
org: str?
prefix: str
prefix: str?
interval: int
ssl: bool?
token: str?