diff --git a/README.md b/README.md index 76fb229d9..7c77018db 100644 --- a/README.md +++ b/README.md @@ -936,10 +936,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/ccf4ca9 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/ccf4ca9/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/ebaf2a0 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/ebaf2a0/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-ccf4ca9-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-ebaf2a0-blue.svg [glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances-armhf.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 diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index 5a64a0fc7..049f03eaf 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v0.7.1 +- ⬆ Updates zeroconf to v0.27.0 (#72) + +Co-authored-by: Renovate Bot - ⬆ Updates zeroconf to v0.26.3 (#71) Co-authored-by: Renovate Bot diff --git a/glances/README.md b/glances/README.md index cbfe72099..56954a152 100644 --- a/glances/README.md +++ b/glances/README.md @@ -43,7 +43,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-glances/blob/ccf4ca9/README.md +[docs]: https://github.com/hassio-addons/addon-glances/blob/ebaf2a0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -52,6 +52,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-ccf4ca9-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/ccf4ca9 +[release-shield]: https://img.shields.io/badge/version-ebaf2a0-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/ebaf2a0 [screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index b8b9c5cd2..97e4954ab 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "ccf4ca9", + "version": "ebaf2a0", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",