From b412c456c91a5dda92d3d135e54c1949fe01d75d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Jun 2019 19:35:15 +0000 Subject: [PATCH] :tada: Release of add-on Glances 0.5.0 --- README.md | 6 +++--- glances/CHANGELOG.md | 28 +++++++++++++++++++++------- glances/README.md | 6 +++--- glances/config.json | 2 +- 4 files changed, 28 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index afd74dd8..70e18fa8 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.4.1 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.4.1/README.md +[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 [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-v0.5.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 232c36d8..927c586c 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,16 +1,30 @@ [Full Changelog][changelog] -✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. - -Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. +Major upgrade, but should not contain any breaking changes. ### 🔨 Changes -- :arrow_up: Updates Home Assistant requirement to 0.92.0b2 -- :sparkles: Adds support for showing in sidebar -- :books: Removes obsolete iframe URL section from README +- :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) -[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.4.0...v0.4.1 +[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.4.1...v0.5.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 7303e216..a1bc349a 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.4.1/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.5.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 [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.4.1-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/v0.4.1 +[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 [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 e8d7ccde..29d3689c 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "0.4.1", + "version": "0.5.0", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",