From 908a4e01982f8c97f18765644a5de5ff355c40a1 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 21 Mar 2020 07:53:38 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to 7cea92a --- README.md | 6 +++--- glances/CHANGELOG.md | 31 +++++++++++++------------------ glances/README.md | 6 +++--- glances/config.json | 2 +- 4 files changed, 20 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index e16ad686d..4d9f37b39 100644 --- a/README.md +++ b/README.md @@ -926,10 +926,10 @@ SOFTWARE. [phlex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [phlex-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [phlex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/a8ee566 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/a8ee566/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/7cea92a +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/7cea92a/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-a8ee566-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-7cea92a-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 9f73aa3c2..072e3e536 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,20 +1,15 @@ -# Changelog since v0.6.0 -- :hammer: Update community forum links -- :shirt: Fix lint warnings -- :arrow_up: Upgrades add-on base image to v7.0.2 -- :arrow_up: Updates requests to v2.23.0 (#54) +# Changelog since v0.7.0 +- :hammer: Don't use apk cache on cleanup +- :arrow_up: Upgrades python3 to 3.8.2-r0 +- :arrow_up: Upgrades musl-dev to 1.1.24-r1 +- :arrow_up: Upgrades gcc to 9.2.0-r4 +- :arrow_up: Upgrades add-on base image to v7.0.3 +- :arrow_up: Updates glances to v3.1.4 (#56) + +Co-authored-by: Renovate Bot +- :arrow_up: Updates zeroconf to v0.24.5 (#55) + +Co-authored-by: Renovate Bot +- :arrow_up: Updates docker to v4.2.0 (#49) Co-authored-by: WhiteSource Renovate -- :arrow_up: Updates psutil to v5.7.0 (#53) - -Co-authored-by: WhiteSource Renovate -- :hammer: Re-branding -- :hammer: Updates for upstream Supervisor changes -- :hammer: Update add-on config with new password & list features -- :hammer: Re-branding -- :books: Update add-on documentation to use new YAML configuration format -- :arrow_up: Upgrades nginx to 1.16.1-r6 -- :arrow_up: Upgrades add-on base image to v7.0.0 -- :books: Add integrations setup instructions. (#48) - -For those that are YAML-averse, or are trying to do as much in the UI as possible, added instructions for integrating Glances through the integration panel. diff --git a/glances/README.md b/glances/README.md index a16642381..1468201fb 100644 --- a/glances/README.md +++ b/glances/README.md @@ -43,7 +43,7 @@ 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/a8ee566/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/7cea92a/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 @@ -52,6 +52,6 @@ If you are more interested in stable releases of our add-ons: [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-a8ee566-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/a8ee566 +[release-shield]: https://img.shields.io/badge/version-7cea92a-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/7cea92a [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 efe7ff0d4..347516a4f 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "a8ee566", + "version": "7cea92a", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",