🎉 Release of add-on Glances 0.10.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-26 02:30:28 +00:00
parent b63ebaab8f
commit d6d69b3fe6
5 changed files with 40 additions and 29 deletions

View file

@ -814,10 +814,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/v0.9.1 [addon-glances]: https://github.com/hassio-addons/addon-glances/tree/v0.10.0
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.9.1/README.md [addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.10.0/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-v0.9.1-blue.svg [glances-version-shield]: https://img.shields.io/badge/version-v0.10.0-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,11 +1,27 @@
[Full Changelog][changelog] ## Whats changed
### 🔨 Changes ## 🚀 Enhancements
- ⬆ Upgrades nginx to 1.18.0-r1 - Refactor NGINX configuration and HA authentication @frenck (#97)
- ⬆ Upgrades add-on base image to v8.0.5
[changelog]: https://github.com/hassio-addons/addon-glances/compare/v0.9.0...v0.9.1 ## 🧰 Maintenance
Questions? Join our Discord server! https://discord.me/hassioaddons - Cleanup repository @frenck (#92)
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck - Happy New Year @frenck (#93)
- Upgrade Code of Conduct @frenck (#94)
- Add new repository workflow @frenck (#95)
- Remove obsolete webui from configuration @frenck (#100)
- Allow dependabot to upgrade Python dependencies @frenck (#102)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#96)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#99)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#98)
- ⬆ Upgrades py3-pip to 20.3.4-r0 @frenck (#101)
- ⬆️ Bump zeroconf from 0.28.1 to 0.28.8 in /glances @dependabot (#104)
- ⬆️ Bump bottle from 0.12.18 to 0.12.19 in /glances @dependabot (#107)
- ⬆️ Bump psutil from 5.7.2 to 5.8.0 in /glances @dependabot (#105)
- ⬆️ Bump influxdb from 5.3.0 to 5.3.1 in /glances @dependabot (#103)
- ⬆️ Bump docker from 4.3.1 to 4.4.1 in /glances @dependabot (#106)
- Upgrade add-on base image to 9.1.1 @frenck (#108)

View file

@ -168,16 +168,15 @@ Home Assistant documentation:
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -205,7 +204,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2019-2020 Franck Nijhof Copyright (c) 2019-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -232,7 +231,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-glances/issues [issue]: https://github.com/hassio-addons/addon-glances/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-glances/releases [releases]: https://github.com/hassio-addons/addon-glances/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -42,10 +42,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-glances/97102?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-v0.9.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.9.1 [release]: https://github.com/hassio-addons/addon-glances/tree/v0.10.0
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png

View file

@ -1,10 +1,9 @@
{ {
"name": "Glances", "name": "Glances",
"version": "0.9.1", "version": "0.10.0",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true, "ingress": true,
"ingress_port": 0, "ingress_port": 0,
"panel_icon": "mdi:speedometer", "panel_icon": "mdi:speedometer",
@ -30,9 +29,7 @@
"share", "share",
"ssl" "ssl"
], ],
"boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default",
"auth_api": true, "auth_api": true,
"docker_api": true, "docker_api": true,
"host_network": true, "host_network": true,
@ -79,5 +76,5 @@
"environment": { "environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}" "LOG_FORMAT": "{LEVEL}: {MESSAGE}"
}, },
"image": "hassioaddons/glances-{arch}" "image": "ghcr.io/hassio-addons/glances/{arch}"
} }