🎉 Release of add-on Grafana 7.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-13 12:32:27 +00:00
parent 8a228ae376
commit c20b1c2d26
5 changed files with 36 additions and 13 deletions

View file

@ -763,10 +763,10 @@ SOFTWARE.
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[glances-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [glances-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v7.4.1 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v7.5.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v7.4.1/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v7.5.0/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
[grafana-version-shield]: https://img.shields.io/badge/version-v7.4.1-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-v7.5.0-blue.svg
[grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,11 +1,19 @@
## Whats changed ## Whats changed
## 🧰 Maintenance ## ✨ New features
- 🎆 Updates maintenance/license year to 2022 @frenck (#240) - Enables Grafana unified alerting and disables legacy dashboard alerting @pdecat (#249)
## 🚀 Enhancements
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#251)
## 📚 Documentation
- 📚 Add My buttons to documentation @frenck (#253)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades libnss3 to 2:3.61-1+deb11u1 @frenck (#241) - ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#250)
- ⬆️ Upgrades add-on base image to 5.2.3 @frenck (#242) - ⬆️ Upgrades Grafana to v8.4.3 @frenck (#252)
- ⬆️ Upgrades Grafana to v8.3.4 @frenck (#243) - ⬆️ Upgrades Grafana Image Renderer to 3.4.1 @frenck (#254)

View file

@ -15,12 +15,22 @@ insights to your home.
The installation of this add-on is pretty straightforward and not different in The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. comparison to installing any other Home Assistant add-on.
1. Search for the "Grafana" add-on in the Supervisor add-on store. 1. Click the Home Assistant My button below to open the add-on on your Home
1. Install the "Grafana" add-on. Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Start the "Grafana" add-on. 1. Start the "Grafana" add-on.
1. Check the logs of the "Grafana" to see if everything went well. 1. Check the logs of the "Grafana" to see if everything went well.
1. Open the Web UI. 1. Open the Web UI.
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
**Note**: As the addon now supports both Ingress and direct access, the default **Note**: As the addon now supports both Ingress and direct access, the default
`admin` user has a password of `hassio`. **Due to the implementation the `admin` user has a password of `hassio`. **Due to the implementation the
password cannot be changed, however you can delete and create a new user, if so password cannot be changed, however you can delete and create a new user, if so
@ -202,6 +212,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_grafana
[contributors]: https://github.com/hassio-addons/addon-grafana/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-grafana/graphs/contributors
[create-db]: https://github.com/hassio-addons/addon-influxdb/blob/main/influxdb/DOCS.md#integrating-into-home-assistant [create-db]: https://github.com/hassio-addons/addon-influxdb/blob/main/influxdb/DOCS.md#integrating-into-home-assistant
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
@ -212,4 +224,6 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-grafana/issues [issue]: https://github.com/hassio-addons/addon-grafana/issues
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-grafana/releases [releases]: https://github.com/hassio-addons/addon-grafana/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -50,6 +50,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-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v7.4.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v7.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v7.4.1 [release]: https://github.com/hassio-addons/addon-grafana/tree/v7.5.0
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png

View file

@ -2,6 +2,7 @@ arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7 - armv7
codenotary: codenotary@frenck.dev
description: The open platform for beautiful analytics and monitoring description: The open platform for beautiful analytics and monitoring
image: ghcr.io/hassio-addons/grafana/{arch} image: ghcr.io/hassio-addons/grafana/{arch}
ingress: true ingress: true
@ -37,5 +38,5 @@ schema:
slug: grafana slug: grafana
startup: services startup: services
url: https://github.com/hassio-addons/addon-grafana url: https://github.com/hassio-addons/addon-grafana
version: 7.4.1 version: 7.5.0
watchdog: http://[HOST]:1337/api/health watchdog: http://[HOST]:1337/api/health