diff --git a/README.md b/README.md index 96c169eea..45ad74d25 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/4f88d73 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/4f88d73/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/2ee577d +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/2ee577d/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-4f88d73-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-2ee577d-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 754033b6b..c6ccbed1e 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v0.12.2 +- ⬆️ Bump zeroconf from 0.31.0 to 0.32.0 in /glances (#166) + +Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.31.0 to 0.32.0. +- [Release notes](https://github.com/jstasiak/python-zeroconf/releases) +- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.31.0...0.32.0) + +--- +updated-dependencies: +- dependency-name: zeroconf + 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 docker/setup-buildx-action from 1.3.0 to 1.4.1 (#165) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1. diff --git a/glances/README.md b/glances/README.md index 097f4a811..6014568dc 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-4f88d73-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/4f88d73 +[release-shield]: https://img.shields.io/badge/version-2ee577d-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/2ee577d [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 e7b2502ae..4160bb3c0 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "4f88d73", + "version": "2ee577d", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",