From a08a741a5d6c81c33e33337d5b33f56b99b98c11 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 25 Jan 2021 12:34:32 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to 22e75d5 --- README.md | 6 +++--- glances/CHANGELOG.md | 9 +++++++++ glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9297b0291..aa035ae35 100644 --- a/README.md +++ b/README.md @@ -851,10 +851,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/25ccaea -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/25ccaea/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/22e75d5 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/22e75d5/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-25ccaea-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-22e75d5-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 56f430323..a8bf29cea 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.9.1 +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#98) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Remove obsolete webui from configuration (#100) - ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#99) diff --git a/glances/README.md b/glances/README.md index a2d4a2388..e4d1508a4 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-25ccaea-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/25ccaea +[release-shield]: https://img.shields.io/badge/version-22e75d5-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/22e75d5 [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 e4309c520..402779a61 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "25ccaea", + "version": "22e75d5", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",