From 708f5000f8d6b44625945d395e85dc9bdda6a2d9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 22 Jan 2021 13:53:14 +0000 Subject: [PATCH] :tada: Release of add-on Grafana 6.0.0 --- README.md | 6 +++--- grafana/CHANGELOG.md | 18 ++++++++++------- grafana/DOCS.md | 46 ++++++++++++++++++++++---------------------- grafana/README.md | 8 ++++---- grafana/config.json | 7 ++----- 5 files changed, 43 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 3e085916..f976a058 100644 --- a/README.md +++ b/README.md @@ -823,10 +823,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v5.3.6 -[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v5.3.6/README.md +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v6.0.0 +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.0.0/README.md [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues -[grafana-version-shield]: https://img.shields.io/badge/version-v5.3.6-blue.svg +[grafana-version-shield]: https://img.shields.io/badge/version-v6.0.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index 7c46428c..4b3cdc1d 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -1,11 +1,15 @@ -[Full Changelog][changelog] +## What’s changed -### 🔨 Changes +This release is marked major, because of some major changes to our deployment process. -- ⬆ Upgrades Grafana to v7.3.3 +## 🧰 Maintenance -[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v5.3.5...v5.3.6 +- Cleanup repository @frenck (#86) +- Happy New Year @frenck (#87) +- Upgrade Code of Conduct @frenck (#88) +- Add new repository workflow @frenck (#89) -Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: -https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file +## ⬆️ Dependency updates + +- Upgrade add-on base image to 4.0.0 @frenck (#90) +- ⬆ Upgrades Grafana to v7.3.7 @frenck (#91) diff --git a/grafana/DOCS.md b/grafana/DOCS.md index 5b6123cb..942f4aa8 100644 --- a/grafana/DOCS.md +++ b/grafana/DOCS.md @@ -22,7 +22,7 @@ comparison to installing any other Home Assistant add-on. 1. Open the Web UI. **Note**: As the addon now supports both Ingress and direct access, the default -`admin` user has a password of `hassio`. __Please ensure to change this.__ +`admin` user has a password of `hassio`. **Please ensure to change this.** ## Configuration @@ -53,7 +53,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 @@ -64,7 +64,7 @@ you are troubleshooting. ### Option: `grafana_ingress_user` When using Ingress grafana will automatically log in by default with a username -of `admin`. If a different user is required this option can be set. +of `admin`. If a different user is required this option can be set. ### Option: `plugins` @@ -86,7 +86,7 @@ documentation: -**Note**: _Only environment variables starting with `GF_` are accepted._ +**Note**: _Only environment variables starting with `GF_` are accepted.\_ ## Using it with the InfluxDB Community add-on @@ -99,16 +99,18 @@ for Home Assistant. (InfluxDB Admin -> Users and "+ Create User") 1. Login into Grafana 1. Create a new datasource: - - Name: Anything you want, e.g., Home Assistant - - Type: InfluxDB - - HTTP > URL: `http://a0d7b954-influxdb:8086` - - HTTP > Access: Server (Default) - - Auth: (leave them all disabled) - - InfluxDB Details > Database: _Your Home Assistant InfluxDB database_, - e.g., `homeassistant` - - InfluxDB Details > User: _Grafana InfluxDB username defined in step 1_ - - InfluxDB Details > Password: _Grafana InfluxDB user password defined_ - _in step 1_ + +- Name: Anything you want, e.g., Home Assistant +- Type: InfluxDB +- HTTP > URL: `http://a0d7b954-influxdb:8086` +- HTTP > Access: Server (Default) +- Auth: (leave them all disabled) +- InfluxDB Details > Database: _Your Home Assistant InfluxDB database_, + e.g., `homeassistant` +- InfluxDB Details > User: _Grafana InfluxDB username defined in step 1_ +- InfluxDB Details > Password: _Grafana InfluxDB user password defined_ + _in step 1_ + 1. Hit Save & Test ## Known issues and limitations @@ -122,16 +124,15 @@ for Home Assistant. ## 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 @@ -159,7 +160,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2020 Franck Nijhof +Copyright (c) 2018-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 @@ -180,14 +181,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [contributors]: https://github.com/hassio-addons/addon-grafana/graphs/contributors -[create-db]: https://github.com/hassio-addons/addon-influxdb/blob/master/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]: https://discord.me/hassioaddons [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grafana/54674?u=frenck [frenck]: https://github.com/frenck [influxdb-addon]: https://github.com/hassio-addons/addon-influxdb [issue]: https://github.com/hassio-addons/addon-grafana/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-grafana/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/grafana/README.md b/grafana/README.md index d765df63..d5e813fc 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -46,10 +46,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-grafana/54674?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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v5.3.6-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/v5.3.6 -[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/v6.0.0 +[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 58b111af..02a79d3b 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "5.3.6", + "version": "6.0.0", "slug": "grafana", "description": "The open platform for beautiful analytics and monitoring", "url": "https://github.com/hassio-addons/addon-grafana", @@ -14,9 +14,6 @@ "amd64", "armv7" ], - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", "map": [ "ssl" ], @@ -49,5 +46,5 @@ } ] }, - "image": "hassioaddons/grafana-{arch}" + "image": "ghcr.io/hassio-addons/grafana/{arch}" } \ No newline at end of file