🎉 Release of add-on Glances 0.18.1

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 19:45:15 +00:00
parent 730e128fba
commit 6aae69d46e
5 changed files with 21 additions and 20 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/v0.18.0 [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.18.1
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.18.0/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.18.1/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-v0.18.0-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-v0.18.1-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,17 +1,15 @@
## Whats changed ## Whats changed
## ✨ New features ## 🐛 Bug fixes
- ✨Add support for InfluxDB2 @kamontat ([#311](https://github.com/hassio-addons/addon-glances/pull/311)) - 🚑 Attempt to fix Influx Issues @sinclairpaul ([#329](https://github.com/hassio-addons/addon-glances/pull/329))
## 🧰 Maintenance ## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2023 @frenck ([#323](https://github.com/hassio-addons/addon-glances/pull/323)) - Add Renovate for dependency management @frenck ([#330](https://github.com/hassio-addons/addon-glances/pull/330))
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump requests to 2.28.2 @dependabot ([#314](https://github.com/hassio-addons/addon-glances/pull/314)) - Bump influxdb-client from 1.21.0 to 1.36.1 in /glances @dependabot ([#326](https://github.com/hassio-addons/addon-glances/pull/326))
- ⬆️ Bump glances to 3.3.1.1 @dependabot ([#316](https://github.com/hassio-addons/addon-glances/pull/316)) - Bump zeroconf to 0.47.4 @dependabot ([#327](https://github.com/hassio-addons/addon-glances/pull/327))
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#324](https://github.com/hassio-addons/addon-glances/pull/324)) - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#331](https://github.com/hassio-addons/addon-glances/pull/331))
- ⬆️ Bump zeroconf to 0.47.3 @dependabot ([#320](https://github.com/hassio-addons/addon-glances/pull/320))
- ⬆️ Bump bottle to 0.12.25 @dependabot ([#322](https://github.com/hassio-addons/addon-glances/pull/322))

View file

@ -166,6 +166,8 @@ The password for the above username option.
The name of the database to store all Glances information into. The name of the database to store all Glances information into.
If using Influx v2 the config value must be configured but will be ignored.
**Note**: _It is strongly recommended to create a separate database for glances **Note**: _It is strongly recommended to create a separate database for glances
and not store this in the same database name as Home Assistant._ and not store this in the same database name as Home Assistant._
@ -178,16 +180,16 @@ look like `t9iHPiGQyg0ds4K1IlBrCyBsNGh71dkdR6u8Y9eeR37UzfGuFukFCdbMI4YA9EtKb4zr5
#### Option `influxdb`: `bucket` #### Option `influxdb`: `bucket`
> Applied to version 1 only > Applied to version 2 only
The name of the bucket to store all Glances information into. The name of the bucket to store all Glances information into.
**Note**: _It is strongly recommended to create a separate bucket for glances **Note**: _It is strongly recommended to create a separate bucket for glances
and not store this in the same bucket as Home Assistant._ and not store this in the same bucket as Home Assistant._
#### Option `influxdb`: `organization` #### Option `influxdb`: `org`
> Applied to version 1 only > Applied to version 2 only
The InfluxDB organization that owns the given bucket. The InfluxDB organization that owns the given bucket.

View file

@ -46,6 +46,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-v0.18.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.18.1-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.18.0 [release]: https://github.com/hassio-addons/addon-glances/tree/v0.18.1
[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,5 +1,5 @@
name: Glances name: Glances
version: 0.18.0 version: 0.18.1
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
@ -51,9 +51,6 @@ options:
password: '' password: ''
database: glances database: glances
prefix: localhost prefix: localhost
token: ''
bucket: glances
org: myorg
schema: schema:
log_level: list(trace|debug|info|notice|warning|error|fatal) log_level: list(trace|debug|info|notice|warning|error|fatal)
process_info: bool process_info: bool
@ -62,15 +59,19 @@ schema:
certfile: str certfile: str
keyfile: str keyfile: str
influxdb: influxdb:
bucket: str?
enabled: bool enabled: bool
host: str host: str
port: port port: port
username: str username: str
password: password password: password
database: str database: str
org: str?
prefix: str prefix: str
interval: int interval: int
ssl: bool? ssl: bool?
token: str?
version: int
leave_front_door_open: bool? leave_front_door_open: bool?
environment: environment:
LOG_FORMAT: '{LEVEL}: {MESSAGE}' LOG_FORMAT: '{LEVEL}: {MESSAGE}'