⬆️ Updating add-on Glances to e3ca2d8

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-23 09:37:54 +00:00
parent bf31d8bab4
commit 0d9b9be83c
4 changed files with 39 additions and 6 deletions

View file

@ -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

View file

@ -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] <support@github.com>
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] <support@github.com>
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.

View file

@ -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

View file

@ -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",