diff --git a/README.md b/README.md index c04016c52..38797c8eb 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/6c86e5b -[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/6c86e5b/README.md +[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/e3ca2d8 +[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/e3ca2d8/README.md [glances-issue]: https://github.com/hassio-addons/addon-glances/issues -[glances-version-shield]: https://img.shields.io/badge/version-6c86e5b-blue.svg +[glances-version-shield]: https://img.shields.io/badge/version-e3ca2d8-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 d2ea1e87a..5dbfc6ec3 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -1,4 +1,37 @@ # Changelog since v0.13.0 +- ⬆️ Bump glances from 3.2.3 to 3.2.3.1 in /glances (#193) + +Bumps [glances](https://github.com/nicolargo/glances) from 3.2.3 to 3.2.3.1. +- [Release notes](https://github.com/nicolargo/glances/releases) +- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst) +- [Commits](https://github.com/nicolargo/glances/compare/v3.2.3...v3.2.3.1) + +--- +updated-dependencies: +- dependency-name: glances + 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/build-push-action from 2.6.1 to 2.7.0 (#192) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0) + +--- +updated-dependencies: +- dependency-name: docker/build-push-action + 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 dessant/lock-threads from 2.1.1 to 2.1.2 (#191) Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2. diff --git a/glances/README.md b/glances/README.md index d77433a55..aa899040d 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-6c86e5b-blue.svg -[release]: https://github.com/hassio-addons/addon-glances/tree/6c86e5b +[release-shield]: https://img.shields.io/badge/version-e3ca2d8-blue.svg +[release]: https://github.com/hassio-addons/addon-glances/tree/e3ca2d8 [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 4580908d4..e23a388a5 100644 --- a/glances/config.json +++ b/glances/config.json @@ -1,6 +1,6 @@ { "name": "Glances", - "version": "6c86e5b", + "version": "e3ca2d8", "slug": "glances", "description": "A cross-platform system monitoring tool", "url": "https://github.com/hassio-addons/addon-glances",