🎉 Release of add-on Grafana 6.3.3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-29 18:56:48 +00:00
parent 681350cf01
commit 00658804db
5 changed files with 15 additions and 13 deletions

View file

@ -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.2
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.3.2/README.md
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v6.3.3
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v6.3.3/README.md
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
[grafana-version-shield]: https://img.shields.io/badge/version-v6.3.2-blue.svg
[grafana-version-shield]: https://img.shields.io/badge/version-v6.3.3-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

View file

@ -1,10 +1,12 @@
## Whats changed
## 🧰 Maintenance
## 📚 Documentation
- Apply updated repository structure & CI workflow @frenck (#143)
- 📚 Correct anonymous variables @sinclairpaul (#144)
## ⬆️ Dependency updates
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#140)
- Upgrades add-on base image to v4.2.0 @frenck (#142)
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#146)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#145)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#147)
- ⬆️ Upgrades Grafana to v7.5.5 @frenck (#148)

View file

@ -122,11 +122,11 @@ add-on configuration, along with setting the following environment variables:
```yaml
env_vars:
- name: GF_AUTH_ANONYMOUS_ACCESS_ENABLED
- name: GF_AUTH_ANONYMOUS_ENABLED
value: "true"
- name: GF_AUTH_ANONYMOUS_ACCESS_ORG_NAME
- name: GF_AUTH_ANONYMOUS_ORG_NAME
value: "Main Org."
- name: GF_AUTH_ANONYMOUS_ACCESS_ORG_ROLE
- name: GF_AUTH_ANONYMOUS_ORG_ROLE
value: "Viewer"
```

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "Grafana",
"version": "6.3.2",
"version": "6.3.3",
"slug": "grafana",
"description": "The open platform for beautiful analytics and monitoring",
"url": "https://github.com/hassio-addons/addon-grafana",