⬆️ Updating add-on Glances to c69d0b1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-28 13:53:23 +00:00
parent 59386a3354
commit aa5fbc308f
4 changed files with 33 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/223ab94 [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/c69d0b1
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/223ab94/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/c69d0b1/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-223ab94-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-c69d0b1-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,31 @@
# Changelog since v0.12.1 # Changelog since v0.12.1
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#158)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
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.4.0 to 2.5.0 (#157)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#156)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 (#155) - ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 (#155)
Bumps [micnncim/action-label-syncer](https://github.com/micnncim/action-label-syncer) from 1.2.0 to 1.3.0. Bumps [micnncim/action-label-syncer](https://github.com/micnncim/action-label-syncer) from 1.2.0 to 1.3.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-223ab94-blue.svg [release-shield]: https://img.shields.io/badge/version-c69d0b1-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/223ab94 [release]: https://github.com/hassio-addons/addon-glances/tree/c69d0b1
[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": "223ab94", "version": "c69d0b1",
"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",