mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Glances 0.10.0
This commit is contained in:
parent
b63ebaab8f
commit
d6d69b3fe6
5 changed files with 40 additions and 29 deletions
|
@ -814,10 +814,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/v0.9.1
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/v0.9.1/README.md
|
||||
[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.10.0/README.md
|
||||
[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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,11 +1,27 @@
|
|||
[Full Changelog][changelog]
|
||||
## What’s changed
|
||||
|
||||
### 🔨 Changes
|
||||
## 🚀 Enhancements
|
||||
|
||||
- ⬆ Upgrades nginx to 1.18.0-r1
|
||||
- ⬆ Upgrades add-on base image to v8.0.5
|
||||
- Refactor NGINX configuration and HA authentication @frenck (#97)
|
||||
|
||||
[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
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
||||
- Cleanup repository @frenck (#92)
|
||||
- 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)
|
||||
|
|
|
@ -55,7 +55,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -143,7 +143,7 @@ Defines the interval (in seconds) on how often Glances exports data to InfluxDB.
|
|||
|
||||
#### Option `influxdb`: `ssl`
|
||||
|
||||
Adding this option will allow SSL to be used on the InfluxDB connection. If not
|
||||
Adding this option will allow SSL to be used on the InfluxDB connection. If not
|
||||
set will default to `false` which is the required setting for the Community
|
||||
InfluxDB add-on.
|
||||
|
||||
|
@ -168,16 +168,15 @@ Home Assistant documentation:
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -205,7 +204,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
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
|
||||
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
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-glances/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[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]: 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-v0.9.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.9.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/v0.10.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/main/images/screenshot.png
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
"name": "Glances",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"slug": "glances",
|
||||
"description": "A cross-platform system monitoring tool",
|
||||
"url": "https://github.com/hassio-addons/addon-glances",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:speedometer",
|
||||
|
@ -30,9 +29,7 @@
|
|||
"share",
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"auth_api": true,
|
||||
"docker_api": true,
|
||||
"host_network": true,
|
||||
|
@ -79,5 +76,5 @@
|
|||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
},
|
||||
"image": "hassioaddons/glances-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/glances/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue