From e8db18e3b59e7288fe98ebbd477e9423250e326a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 18 Feb 2021 09:11:09 +0000 Subject: [PATCH] :arrow_up: Updating add-on Glances to daa54e1 --- README.md | 6 +++--- glances/CHANGELOG.md | 9 +++++++++ glances/README.md | 4 ++-- glances/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e9bbcbd4..ea2dbca9d 100644 --- a/README.md +++ b/README.md @@ -865,10 +865,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/8ea7a48 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/8ea7a48/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/daa54e1 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/daa54e1/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-8ea7a48-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-daa54e1-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 8624fb8c1..23814ffd4 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.11.0 +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#123) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker from 4.4.1 to 4.4.2 in /glances (#121) Bumps [docker](https://github.com/docker/docker-py) from 4.4.1 to 4.4.2. diff --git a/glances/README.md b/glances/README.md index dc1b4ab08..c4d6f8e91 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-8ea7a48-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/8ea7a48 +[release-shield]: https://img.shields.io/badge/version-daa54e1-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/daa54e1 [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 0c4b60763..9d8428966 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "8ea7a48", + "version": "daa54e1", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",