From 4e66b096c6e22ab5959542e88b73263a4f60e16f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 9 Aug 2021 10:10:43 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to 93917a4 --- README.md | 6 +++--- glances/CHANGELOG.md | 3 +++ glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74bb9be18..689564cf3 100644 --- a/README.md +++ b/README.md @@ -777,10 +777,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/4e3bbf0 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/4e3bbf0/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/93917a4 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/93917a4/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-4e3bbf0-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-93917a4-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 7bc0d12b9..377d6a422 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v0.12.3 +- ⬆️ Bump zeroconf from 0.33.2 to 0.34.3 in /glances (#182) + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump zeroconf from 0.33.1 to 0.33.2 in /glances (#180) Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.33.1 to 0.33.2. diff --git a/glances/README.md b/glances/README.md index ae2401cb5..6627840a3 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-4e3bbf0-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/4e3bbf0 +[release-shield]: https://img.shields.io/badge/version-93917a4-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/93917a4 [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 06730736b..5ff0e6c83 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "4e3bbf0", + "version": "93917a4", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",