diff --git a/README.md b/README.md index bbc0b34a5..4bf11a2d6 100644 --- a/README.md +++ b/README.md @@ -842,10 +842,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/72a8db7 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/72a8db7/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/89fdc43 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/89fdc43/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-72a8db7-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-89fdc43-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 5b58a55ba..7ac653745 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog since v0.11.2 +- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#140) + +Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.3.1 to v1.4.0. +- [Release notes](https://github.com/brpaz/hadolint-action/releases) +- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) +- [Commits](https://github.com/brpaz/hadolint-action/compare/v1.3.1...473e36ba306c199243ffe4f1e652a8b60a8fa296) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump py-cpuinfo from 7.0.0 to 8.0.0 in /glances (#139) Bumps [py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) from 7.0.0 to 8.0.0. diff --git a/glances/README.md b/glances/README.md index 4024aaa07..bf3d68a51 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-72a8db7-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/72a8db7 +[release-shield]: https://img.shields.io/badge/version-89fdc43-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/89fdc43 [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 f05ca15f1..0fb87348f 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "72a8db7", + "version": "89fdc43", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",