⬆️ Updating add-on Grafana to dca1b09

This commit is contained in:
Community Hass.io Add-ons Bot 2023-07-08 11:22:02 +00:00
parent d290783a2c
commit 44cf960afe
4 changed files with 10 additions and 19 deletions

View file

@ -795,10 +795,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/6845632 [addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/dca1b09
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/6845632/README.md [addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/dca1b09/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-6845632-blue.svg [grafana-version-shield]: https://img.shields.io/badge/version-dca1b09-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,17 +1,9 @@
# Changelog since v8.2.2 # Changelog since v8.3.0
- ⬆️ Update Add-on base image to v6.2.7 (#330) - ⬆️ Update grafana/grafana to v10 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update grafana/grafana-image-renderer to v3.7.1 (#329) - ⬆️ Update Add-on base image to v7 (major) (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update grafana/grafana to v9.5.2 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update Add-on base image to v6.2.6 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Franck Nijhof <git@frenck.dev>
- ⬆️ Update grafana/grafana to v9.5.1 (#321) - Replace watchdog with Docker health check (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

View file

@ -53,6 +53,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-6845632-blue.svg [release-shield]: https://img.shields.io/badge/version-dca1b09-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/6845632 [release]: https://github.com/hassio-addons/addon-grafana/tree/dca1b09
[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

@ -1,5 +1,5 @@
name: Grafana name: Grafana
version: '6845632' version: dca1b09
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
@ -18,7 +18,6 @@ arch:
map: map:
- config - config
- ssl - ssl
watchdog: http://[HOST]:1337/api/health
options: options:
plugins: [] plugins: []
env_vars: [] env_vars: []