⬆️ Updating add-on Glances to 2ee577d

This commit is contained in:
Community Hass.io Add-ons Bot 2021-06-30 11:41:18 +00:00
parent a3f906a228
commit eaa964eb26
4 changed files with 22 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/4f88d73 [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/2ee577d
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/4f88d73/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/2ee577d/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-4f88d73-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-2ee577d-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,20 @@
# Changelog since v0.12.2 # Changelog since v0.12.2
- ⬆️ Bump zeroconf from 0.31.0 to 0.32.0 in /glances (#166)
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases)
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.31.0...0.32.0)
---
updated-dependencies:
- dependency-name: zeroconf
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 docker/setup-buildx-action from 1.3.0 to 1.4.1 (#165) - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 (#165)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1. Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1.

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-4f88d73-blue.svg [release-shield]: https://img.shields.io/badge/version-2ee577d-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/4f88d73 [release]: https://github.com/hassio-addons/addon-glances/tree/2ee577d
[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": "4f88d73", "version": "2ee577d",
"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",