diff --git a/README.md b/README.md index 15fd37d8..f454a063 100644 --- a/README.md +++ b/README.md @@ -795,10 +795,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.5.0 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.0/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.5.1 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.5.1/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-v0.5.1-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 927c586c..352bc5a1 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,30 +1,14 @@ [Full Changelog][changelog] -Major upgrade, but should not contain any breaking changes. +This is a general maintenance release. ### 🔨 Changes -- :arrow_up: Updates zeroconf to v0.22.0 (#14) -- :arrow_up: Updates psutil to v5.6.2 (#13) -- :arrow_up: Upgrades lua-resty-http to 0.13-r0 -- :fire: Removal of old configs -- :ambulance: Turns of Lua Resty core in Nginx -- :arrow_up: Updates requests to v2.22.0 (#16) -- :arrow_up: Updates docker to v3.7.3 (#21) -- :pencil2: Maintaince -> Maintenance -- :arrow_up: Upgrades add-on base to default image at v4.0.1 -- :arrow_up: Upgrades linux-headers to 4.19.36-r0 -- :arrow_up: Upgrades musl-dev to 1.1.22-r2 -- :arrow_up: Upgrades nginx to 1.16.0-r2 -- :sparkles: Adds Alpine Python 3.7.3 -- :sparkles: Adds Hass.io wheels -- :fire: Removes now deprecated ssl directive -- :arrow_up: Updates psutil to v5.6.3 (#20) -- :arrow_up: Updates zeroconf to v0.23.0 (#19) -- :arrow_up: Updates docker to v4 (#17) -- :arrow_up: Updates bottle to v0.12.17 (#22) +- :arrow_up: Upgrades add-on base image to v4.0.2 +- :arrow_up: Updates glances to v3.1.1 (#24) +- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server -[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.4.1...v0.5.0 +[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.5.0...v0.5.1 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 a1bc349a..56b71846 100644 --- a/glances/README.md +++ b/glances/README.md @@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.0/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.1/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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/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.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.0 +[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/v0.5.1 [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 29d3689c..0640a3c4 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "0.5.0", + "version": "0.5.1", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",