diff --git a/README.md b/README.md index e5ef2c42..0a797d60 100644 --- a/README.md +++ b/README.md @@ -851,10 +851,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.6.0 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.6.0/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.7.0 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.7.0/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-v0.7.0-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 diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index 40f35c9a..a22ef9f2 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -4,22 +4,19 @@ This is a general maintenance release. ### 🔨 Changes -- :arrow_up: Updates bottle to v0.12.18 (#43) -- :arrow_up: Updates zeroconf to v0.24.4 (#47) -- :fireworks: Updates maintenance/license year to 2020 -- :pencil2: Fixes some spelling and grammar -- :books: Adjust add-on installation instructions -- :pencil2: Funding adjustments -- :arrow_up: Upgrades add-on base image to v6.0.1 -- :arrow_up: Upgrades gcc to 9.2.0-r3 -- :arrow_up: Upgrades musl-dev to 1.1.24-r0 -- :arrow_up: Upgrades python3 to 3.8.1-r0 -- :arrow_up: Upgrades lua-resty-http to 0.15-r0 -- :arrow_up: Upgrades nginx to 1.16.1-r4 -- :hammer: Update Hass.io wheels for Alpine 3.11 -- :pencil2: Fixes some spelling and grammar +- :books: Add integrations setup instructions. (#48) +- :arrow_up: Upgrades nginx to 1.16.1-r6 +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Update add-on config with new password & list features +- :hammer: Updates for upstream Supervisor changes +- :hammer: Re-branding +- :arrow_up: Updates psutil to v5.7.0 (#53) +- :arrow_up: Updates requests to v2.23.0 (#54) +- :arrow_up: Upgrades add-on base image to v7.0.2 +- :shirt: Fix lint warnings +- :hammer: Update community forum links -[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.6...v0.6.0 +[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.6.0...v0.7.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/glances/README.md b/glances/README.md index 13d8b923..8f233f00 100644 --- a/glances/README.md +++ b/glances/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: Glances +# Home Assistant Community Add-on: Glances [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -24,7 +24,7 @@ at all your system information and its behavior over time. ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -40,15 +40,15 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.6.0/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.7.0/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 +[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [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.6.0-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/v0.6.0 +[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/v0.7.0 [screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index cec09305..fb596d60 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "0.6.0", + "version": "0.7.0", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances", @@ -21,7 +21,7 @@ "80/tcp": null }, "ports_description": { - "80/tcp": "Web interface (Not required for Hass.io Ingress)" + "80/tcp": "Web interface (Not required for Ingress)" }, "map": [ "addons", @@ -57,7 +57,7 @@ } }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)", "process_info": "bool", "refresh_time": "int", "ssl": "bool", @@ -68,7 +68,7 @@ "host": "str", "port": "port", "username": "str", - "password": "str", + "password": "password", "database": "str", "prefix": "str", "interval": "int",