mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Glances to 137da25
This commit is contained in:
parent
ba9a819552
commit
a040426565
4 changed files with 10 additions and 19 deletions
|
@ -677,10 +677,10 @@ SOFTWARE.
|
|||
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/93ddde4
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/93ddde4/README.md
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/137da25
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/137da25/README.md
|
||||
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-93ddde4-blue.svg
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-137da25-blue.svg
|
||||
[glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances.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
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
# Changelog since v0.1.0
|
||||
# Changelog since v0.2.0
|
||||
|
||||
2019/02/27 11:58 UTC - [93ddde4](https://github.com/hassio-addons/addon-glances/commit/93ddde4112780b5047ef6d0f0638404b1872575f) by [@frenck](https://github.com/frenck)
|
||||
> :shirt: Removed a lorem ipsum leftover
|
||||
|
||||
2019/02/27 11:58 UTC - [dbf70f7](https://github.com/hassio-addons/addon-glances/commit/dbf70f7c4fef8386d1872dc3ced7964dc05fb8d2) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds support for setting a custom refresh interval
|
||||
|
||||
2019/02/27 11:58 UTC - [a5a9ad4](https://github.com/hassio-addons/addon-glances/commit/a5a9ad4be7f0fb98c0a5bf96ef3aeb429df10f94) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds support for disabling process info
|
||||
|
||||
2019/02/27 11:58 UTC - [1a7a018](https://github.com/hassio-addons/addon-glances/commit/1a7a018759ca540331de8067a36d4bb8e14d85cd) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to 2.3.2
|
||||
2019/03/11 11:16 UTC - [137da25](https://github.com/hassio-addons/addon-glances/commit/137da250e3c6d67db580ed1ecd7b984cff6ec295) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates scandir to v1.10.0 (#4)
|
||||
|
||||
|
|
|
@ -45,13 +45,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-glances/blob/93ddde4/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-glances/blob/137da25/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-glances/97102?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-93ddde4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/93ddde4
|
||||
[release-shield]: https://img.shields.io/badge/version-137da25-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/137da25
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Glances",
|
||||
"version": "93ddde4",
|
||||
"version": "137da25",
|
||||
"slug": "glances",
|
||||
"description": "A cross-platform system monitoring tool",
|
||||
"url": "https://github.com/hassio-addons/addon-glances",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue