⬆️ Updating add-on Glances to 14b2570

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-19 15:04:19 +00:00
parent efa64f190a
commit b36abdd38f
4 changed files with 15 additions and 6 deletions

View file

@ -791,10 +791,10 @@ SOFTWARE.
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[foldingathome-i386-shield]: https://img.shields.io/badge/i386-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/c1ba909 [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/14b2570
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/c1ba909/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/14b2570/README.md
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues [glances-issue]: https://github.com/hassio-addons/addon-glances/issues
[glances-version-shield]: https://img.shields.io/badge/version-c1ba909-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-14b2570-blue.svg
[glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v0.12.1 # Changelog since v0.12.1
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 (#152)
Bumps [actions/stale](https://github.com/actions/stale) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump zeroconf from 0.30.0 to 0.31.0 in /glances (#153) - ⬆️ Bump zeroconf from 0.30.0 to 0.31.0 in /glances (#153)
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.30.0 to 0.31.0. Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.30.0 to 0.31.0.

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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-c1ba909-blue.svg [release-shield]: https://img.shields.io/badge/version-14b2570-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/c1ba909 [release]: https://github.com/hassio-addons/addon-glances/tree/14b2570
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Glances", "name": "Glances",
"version": "c1ba909", "version": "14b2570",
"slug": "glances", "slug": "glances",
"description": "A cross-platform system monitoring tool", "description": "A cross-platform system monitoring tool",
"url": "https://github.com/hassio-addons/addon-glances", "url": "https://github.com/hassio-addons/addon-glances",