🎉 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

@ -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