diff --git a/README.md b/README.md index db54f3b25..fd1604f75 100644 --- a/README.md +++ b/README.md @@ -865,10 +865,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/ef36d5a -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/ef36d5a/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/d1e9e2d +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/d1e9e2d/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-ef36d5a-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-d1e9e2d-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 9e047e870..bd9d46c1e 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog since v0.10.0 +- ⬆️ Bump glances from 3.1.6.1 to 3.1.6.2 in /glances (#117) + +Bumps [glances](https://github.com/nicolargo/glances) from 3.1.6.1 to 3.1.6.2. +- [Release notes](https://github.com/nicolargo/glances/releases) +- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst) +- [Commits](https://github.com/nicolargo/glances/compare/v3.1.6.1...v3.1.6.2) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#115) Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2. diff --git a/glances/README.md b/glances/README.md index f3b9839f2..979bb7345 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-ef36d5a-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/ef36d5a +[release-shield]: https://img.shields.io/badge/version-d1e9e2d-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/d1e9e2d [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 cceb391ed..77fc21c04 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "ef36d5a", + "version": "d1e9e2d", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",