diff --git a/README.md b/README.md index 7cb7b652a..1e17e3a3b 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/223ab94 -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/223ab94/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/c69d0b1 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/c69d0b1/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-223ab94-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-c69d0b1-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 4a61af29a..953387a7e 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,31 @@ # Changelog since v0.12.1 +- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#158) + +Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. +- [Release notes](https://github.com/actions/cache/releases) +- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 (#157) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#156) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 (#155) Bumps [micnncim/action-label-syncer](https://github.com/micnncim/action-label-syncer) from 1.2.0 to 1.3.0. diff --git a/glances/README.md b/glances/README.md index 92f721c8a..b966e5f1e 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-223ab94-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/223ab94 +[release-shield]: https://img.shields.io/badge/version-c69d0b1-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/c69d0b1 [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 8a171d5af..9cd76946e 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "223ab94", + "version": "c69d0b1", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",