🎉 Release of add-on Glances 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-01 20:24:13 +00:00
parent b697bde8f1
commit 9288c8f670
4 changed files with 27 additions and 17 deletions

View file

@ -710,10 +710,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.2.0
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.2.0/README.md
[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
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
[glances-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[glances-version-shield]: https://img.shields.io/badge/version-v0.3.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

View file

@ -1,17 +1,26 @@
[Full Changelog][changelog]
This release reduces the default CPU usage by the add-on significantly (75-90%!).
It now disables (the CPU intensive) process information by default but can be enabled again in the add-on options. Also added the possibility for a custom refresh interval, which defaults to 10 seconds.
### Changed
- Upgrades add-on base image to 2.3.2
- Adds support for disabling process info
- Adds support for setting a custom refresh interval
- Removed a lorem ipsum leftover
- :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
[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.1.0...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.2.0...v0.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -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.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-glances/blob/v0.3.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.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.2.0
[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
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Glances",
"version": "0.2.0",
"version": "0.3.0",
"slug": "glances",
"description": "A cross-platform system monitoring tool",
"url": "https://github.com/hassio-addons/addon-glances",
@ -10,6 +10,7 @@
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"map": [
@ -67,5 +68,5 @@
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/glances"
"image": "hassioaddons/glances-{arch}"
}