⬆️ Updating add-on Glances to 42dedd6

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-13 08:59:57 +00:00
parent ef5bae8444
commit e61ee63c8b
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-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/b8505c5
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/b8505c5/README.md
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/42dedd6
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/42dedd6/README.md
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
[glances-version-shield]: https://img.shields.io/badge/version-b8505c5-blue.svg
[glances-version-shield]: https://img.shields.io/badge/version-42dedd6-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,20 @@
# Changelog since v0.12.2
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#173)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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 glances from 3.2.0 to 3.2.1 (#172)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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-b8505c5-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/b8505c5
[release-shield]: https://img.shields.io/badge/version-42dedd6-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/42dedd6
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png

View file

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