From 63f8426942db85ab5df312203a5616e9c102ba33 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 19 Apr 2019 19:48:36 +0000 Subject: [PATCH] :tada: Release of add-on Glances 0.4.0 --- README.md | 6 +++--- glances/CHANGELOG.md | 37 +++++++++++++++++++------------------ glances/README.md | 6 +++--- glances/config.json | 13 +++++++++++-- 4 files changed, 36 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 3a55734d..64f78d2e 100644 --- a/README.md +++ b/README.md @@ -740,10 +740,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.3.0 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.3.0/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.4.0 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.4.0/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-v0.4.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 b30ce2d9..d3607d6b 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,26 +1,27 @@ [Full Changelog][changelog] +✨ This release adds support for Hass.io Ingress 🎉 + +**Breaking change** + +The addition of Ingress makes this add-on not accessible directly. If you have added Glances via an iframe panel, this release will break that. + +However, you can enable this again by going into the add-on configuration. A new section show is visible: "Network". Enter port `61208` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe work as before. + +An option to add an Ingress capable add-on to the sidebar menu automatically is expected to land in Home Assistant 0.92. + +Besides this all, this release mainly contains maintenance upgrades, changes, and improvements. + ### Changed -- :arrow_up: Updates scandir to v1.10.0 (#4) -- :arrow_up: Updates influxdb to v5.2.2 (#5) -- :arrow_up: Updates docker to v3.7.1 (#8) -- :arrow_up: Updates py-cpuinfo to v5 (#9) -- :arrow_up: Updates docker to v3.7.2 (#11) -- :arrow_up: Upgrades add-on base image to 3.0.1 -- :ambulance: Workaround Docker issue by reinstating legacy tags -- :sparkles: Adds ARMv7 support -- :arrow_up: Upgrades gcc to 8.2.0-r2 -- :arrow_up: Upgrades linux-headers to 4.18.13-r1 -- :arrow_up: Upgrades musl-dev to 1.1.20-r4 -- :arrow_up: Upgrades Python to 3.6.8-r1 -- :arrow_up: Upgrades py3-psutil to 5.5.0-r0 -- :hammer: Rewrite add-on onto Bashio -- :ambulance: Adds add-on configuration to InfluxDB export -- :rocket: Enable ARMv7 build in GitLab CI -- :ambulance: Fixes incorrect exit code when InfluxDB export is disabled +- :arrow_up: Upgrades base image to Python 1.1.0 +- :arrow_up: Upgrades gcc to 8.3.0-r0 +- :hammer: Removes unused files from image +- :hammer: Refactor of init scripts +- :sparkles: Adds Hassio Ingress support +- :ambulance: Fixes incorrect base image in GitLab CI -[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.2.0...v0.3.0 +[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.3.0...v0.4.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 35a01fbf..fa8bedf1 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.3.0/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.4.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.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/v0.3.0 +[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/v0.4.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 c3a43f39..e0214905 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,11 +1,14 @@ { "name": "Glances", - "version": "0.3.0", + "version": "0.4.0", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances", - "webui": "[PROTO:ssl]://[HOST]:[PORT:61208]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", + "ingress": true, + "ingress_port": 0, "startup": "services", + "homeassistant": "0.91.4", "arch": [ "aarch64", "amd64", @@ -13,6 +16,12 @@ "armv7", "i386" ], + "ports": { + "80/tcp": null + }, + "ports_description": { + "80/tcp": "Web interface (Not required for Hass.io Ingress)" + }, "map": [ "addons", "backup",