🎉 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-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/v0.18.0
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.18.0/README.md
[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.1/README.md
[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-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,17 +1,15 @@
## 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
- 🎆 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
- ⬆️ Bump requests to 2.28.2 @dependabot ([#314](https://github.com/hassio-addons/addon-glances/pull/314))
- ⬆️ Bump glances to 3.3.1.1 @dependabot ([#316](https://github.com/hassio-addons/addon-glances/pull/316))
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#324](https://github.com/hassio-addons/addon-glances/pull/324))
- ⬆️ 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))
- 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 zeroconf to 0.47.4 @dependabot ([#327](https://github.com/hassio-addons/addon-glances/pull/327))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#331](https://github.com/hassio-addons/addon-glances/pull/331))

View file

@ -166,6 +166,8 @@ The password for the above username option.
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
and not store this in the same database name as Home Assistant._
@ -178,16 +180,16 @@ look like `t9iHPiGQyg0ds4K1IlBrCyBsNGh71dkdR6u8Y9eeR37UzfGuFukFCdbMI4YA9EtKb4zr5
#### Option `influxdb`: `bucket`
> Applied to version 1 only
> Applied to version 2 only
The name of the bucket to store all Glances information into.
**Note**: _It is strongly recommended to create a separate bucket for glances
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.

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]: 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.18.0-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.18.0
[release-shield]: https://img.shields.io/badge/version-v0.18.1-blue.svg
[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

View file

@ -1,5 +1,5 @@
name: Glances
version: 0.18.0
version: 0.18.1
slug: glances
description: A cross-platform system monitoring tool
url: https://github.com/hassio-addons/addon-glances
@ -51,9 +51,6 @@ options:
password: ''
database: glances
prefix: localhost
token: ''
bucket: glances
org: myorg
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)
process_info: bool
@ -62,15 +59,19 @@ schema:
certfile: str
keyfile: str
influxdb:
bucket: str?
enabled: bool
host: str
port: port
username: str
password: password
database: str
org: str?
prefix: str
interval: int
ssl: bool?
token: str?
version: int
leave_front_door_open: bool?
environment:
LOG_FORMAT: '{LEVEL}: {MESSAGE}'