diff --git a/README.md b/README.md index 19c6ed8af..417c57f6a 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/143f1d0 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/143f1d0/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/95fc25f +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/95fc25f/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-143f1d0-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-95fc25f-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 e5f18b721..24c89cb5c 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v0.13.0 +- ⬆️ Bump zeroconf from 0.36.7 to 0.36.8 in /glances (#216) + +Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.36.7 to 0.36.8. +- [Release notes](https://github.com/jstasiak/python-zeroconf/releases) +- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.36.7...0.36.8) + +--- +updated-dependencies: +- dependency-name: zeroconf + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker from 5.0.2 to 5.0.3 in /glances (#215) Bumps [docker](https://github.com/docker/docker-py) from 5.0.2 to 5.0.3. diff --git a/glances/README.md b/glances/README.md index 0c3c79863..73223fe1c 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-143f1d0-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/143f1d0 +[release-shield]: https://img.shields.io/badge/version-95fc25f-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/95fc25f [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 f377676f3..21b61d963 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "143f1d0", + "version": "95fc25f", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",