🎉 Release of add-on Grafana 6.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-22 13:53:14 +00:00
parent b00e402f58
commit 708f5000f8
5 changed files with 43 additions and 42 deletions

View file

@ -823,10 +823,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/v5.3.6 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v6.0.0
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v5.3.6/README.md [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-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-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,15 @@
[Full Changelog][changelog] ## Whats 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 ## ⬆️ Dependency updates
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck - Upgrade add-on base image to 4.0.0 @frenck (#90)
- ⬆ Upgrades Grafana to v7.3.7 @frenck (#91)

View file

@ -22,7 +22,7 @@ comparison to installing any other Home Assistant add-on.
1. Open the Web UI. 1. Open the Web UI.
**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`. __Please ensure to change this.__ `admin` user has a password of `hassio`. **Please ensure to change this.**
## Configuration ## Configuration
@ -86,7 +86,7 @@ documentation:
<http://docs.grafana.org/installation/configuration/#using-environment-variables> <http://docs.grafana.org/installation/configuration/#using-environment-variables>
**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 ## Using it with the InfluxDB Community add-on
@ -99,16 +99,18 @@ for Home Assistant.
(InfluxDB Admin -> Users and "+ Create User") (InfluxDB Admin -> Users and "+ Create User")
1. Login into Grafana 1. Login into Grafana
1. Create a new datasource: 1. Create a new datasource:
- Name: Anything you want, e.g., Home Assistant
- Type: InfluxDB - Name: Anything you want, e.g., Home Assistant
- HTTP > URL: `http://a0d7b954-influxdb:8086` - Type: InfluxDB
- HTTP > Access: Server (Default) - HTTP > URL: `http://a0d7b954-influxdb:8086`
- Auth: (leave them all disabled) - HTTP > Access: Server (Default)
- InfluxDB Details > Database: _Your Home Assistant InfluxDB database_, - Auth: (leave them all disabled)
- InfluxDB Details > Database: _Your Home Assistant InfluxDB database_,
e.g., `homeassistant` e.g., `homeassistant`
- InfluxDB Details > User: _Grafana InfluxDB username defined in step 1_ - InfluxDB Details > User: _Grafana InfluxDB username defined in step 1_
- InfluxDB Details > Password: _Grafana InfluxDB user password defined_ - InfluxDB Details > Password: _Grafana InfluxDB user password defined_
_in step 1_ _in step 1_
1. Hit Save & Test 1. Hit Save & Test
## Known issues and limitations ## Known issues and limitations
@ -122,16 +124,15 @@ for Home Assistant.
## 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
@ -159,7 +160,7 @@ check [the contributor's page][contributors].
MIT License 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 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
@ -180,14 +181,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[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/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-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grafana/54674?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grafana/54674?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[influxdb-addon]: https://github.com/hassio-addons/addon-influxdb [influxdb-addon]: https://github.com/hassio-addons/addon-influxdb
[issue]: https://github.com/hassio-addons/addon-grafana/issues [issue]: https://github.com/hassio-addons/addon-grafana/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-grafana/releases [releases]: https://github.com/hassio-addons/addon-grafana/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -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 [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-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-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-v5.3.6-blue.svg [release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/v5.3.6 [release]: https://github.com/hassio-addons/addon-grafana/tree/v6.0.0
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Grafana", "name": "Grafana",
"version": "5.3.6", "version": "6.0.0",
"slug": "grafana", "slug": "grafana",
"description": "The open platform for beautiful analytics and monitoring", "description": "The open platform for beautiful analytics and monitoring",
"url": "https://github.com/hassio-addons/addon-grafana", "url": "https://github.com/hassio-addons/addon-grafana",
@ -14,9 +14,6 @@
"amd64", "amd64",
"armv7" "armv7"
], ],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"map": [ "map": [
"ssl" "ssl"
], ],
@ -49,5 +46,5 @@
} }
] ]
}, },
"image": "hassioaddons/grafana-{arch}" "image": "ghcr.io/hassio-addons/grafana/{arch}"
} }