From bcbd99a60b091a4bb1391cf2e0cc33e4972769fd Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 29 Sep 2021 07:33:19 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to 9299ce0 --- README.md | 6 +++--- glances/CHANGELOG.md | 16 ++++++++++++++++ glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a61071741..7ac6114d6 100644 --- a/README.md +++ b/README.md @@ -782,10 +782,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/b488fb2 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/b488fb2/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/9299ce0 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/9299ce0/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-b488fb2-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-9299ce0-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 e7dae01ae..fd5752467 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v0.13.0 +- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#211) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1) + +--- +updated-dependencies: +- dependency-name: frenck/action-addon-linter + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Upgrades add-on base image to 10.1.0 (#208) - ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#200) diff --git a/glances/README.md b/glances/README.md index 1192483cc..3a9a156d6 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-b488fb2-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/b488fb2 +[release-shield]: https://img.shields.io/badge/version-9299ce0-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/9299ce0 [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 7c199f462..f55d6458f 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "b488fb2", + "version": "9299ce0", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",