diff --git a/README.md b/README.md index dfb43c916..731505b2a 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/61c3943 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/61c3943/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/adb1900 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/adb1900/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-61c3943-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-adb1900-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 1b694ce7c..6044c757c 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v0.12.3 +- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 (#175) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.1 to 2.2. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.1...v2.2) + +--- +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> - ⬆️ Bump actions/stale from 3.0.19 to 4 (#176) Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4. diff --git a/glances/README.md b/glances/README.md index aafeb2eb4..ef41c61c3 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-61c3943-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/61c3943 +[release-shield]: https://img.shields.io/badge/version-adb1900-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/adb1900 [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 266c2af9b..9207f954e 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "61c3943", + "version": "adb1900", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",