From b9c3c036f5fb7e02b268a7ab2ac76a1802758ae5 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 1 Jun 2021 17:39:48 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to d4855f7 --- README.md | 6 +++--- glances/CHANGELOG.md | 10 ++++++++++ glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fa8eed751..4b13b161f 100644 --- a/README.md +++ b/README.md @@ -791,10 +791,10 @@ SOFTWARE. [foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [foldingathome-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [foldingathome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/8022d20 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/8022d20/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/d4855f7 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/d4855f7/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-8022d20-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-d4855f7-blue.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 [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index 37eaf7430..71dbc57aa 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog since v0.12.1 +- ⬆️ Bump netifaces from 0.10.9 to 0.11.0 in /glances (#161) + +Bumps [netifaces](https://github.com/al45tair/netifaces) from 0.10.9 to 0.11.0. +- [Release notes](https://github.com/al45tair/netifaces/releases) +- [Changelog](https://github.com/al45tair/netifaces/blob/master/CHANGELOG) +- [Commits](https://github.com/al45tair/netifaces/commits) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 (#160) Bumps [frenck/action-addon-information](https://github.com/frenck/action-addon-information) from 1.1 to 1.2. diff --git a/glances/README.md b/glances/README.md index 9a3f4284e..d7733b413 100644 --- a/glances/README.md +++ b/glances/README.md @@ -49,6 +49,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-8022d20-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/8022d20 +[release-shield]: https://img.shields.io/badge/version-d4855f7-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/d4855f7 [screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index 624270786..a80ed7ca8 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "8022d20", + "version": "d4855f7", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",