mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Grafana 6.3.1
This commit is contained in:
parent
217245e7e1
commit
c3ea707a58
5 changed files with 12 additions and 19 deletions
|
@ -817,10 +817,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/v6.3.0
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.3.0/README.md
|
||||
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.1
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.3.1/README.md
|
||||
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v6.3.0-blue.svg
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v6.3.1-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
|
||||
|
|
|
@ -1,19 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add access to Home Assistant configuration so SQLite DB can be used @frenck (#134)
|
||||
- Add /health as watchdog url @mdegat01 (#129)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Document anonymous access and limitations @deviantintegral (#101)
|
||||
- 📚 Update docs in reference to password change @sinclairpaul (#138)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#128)
|
||||
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#130)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#132)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#131)
|
||||
- ⬆️ Upgrades Grafana to v7.5.3 @frenck (#136)
|
||||
- ⬆️ Upgrades add-on base image to v4.1.4 @frenck (#135)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#137)
|
||||
- ⬆️ Upgrades Grafana to v7.5.4 @frenck (#139)
|
||||
|
|
|
@ -22,7 +22,9 @@ 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`. **Due to the implementation the
|
||||
password cannot be changed, however you can delete and create a new user, if so
|
||||
please ensure to update the `grafana_ingress_user` option.**
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -34,6 +34,6 @@ insights to your home.
|
|||
[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-v6.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v6.3.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "6.3.0",
|
||||
"version": "6.3.1",
|
||||
"slug": "grafana",
|
||||
"description": "The open platform for beautiful analytics and monitoring",
|
||||
"url": "https://github.com/hassio-addons/addon-grafana",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue