mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Grafana 8.2.0
This commit is contained in:
parent
a850c9ab9a
commit
e4b2cfc324
5 changed files with 17 additions and 10 deletions
|
@ -791,10 +791,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/v8.1.0
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v8.1.0/README.md
|
||||
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v8.2.0
|
||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v8.2.0/README.md
|
||||
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v8.1.0-blue.svg
|
||||
[grafana-version-shield]: https://img.shields.io/badge/version-v8.2.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
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck ([#292](https://github.com/hassio-addons/addon-grafana/pull/292))
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck ([#303](https://github.com/hassio-addons/addon-grafana/pull/303))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 6.1.3 @frenck (#286)
|
||||
- ⬆️ Upgrades Grafana to v9.2.4 @frenck (#287)
|
||||
- ⬆️ Upgrades add-on base image to 6.2.0 @frenck ([#291](https://github.com/hassio-addons/addon-grafana/pull/291))
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 @frenck ([#304](https://github.com/hassio-addons/addon-grafana/pull/304))
|
||||
- ⬆️ Upgrades Grafana to v9.4.3 @frenck ([#305](https://github.com/hassio-addons/addon-grafana/pull/305))
|
||||
- ⬆️ Upgrades Grafarafana Image Renderer to 3.6.4 @frenck ([#306](https://github.com/hassio-addons/addon-grafana/pull/306))
|
||||
|
|
|
@ -186,7 +186,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2022 Franck Nijhof
|
||||
Copyright (c) 2018-2023 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
|
||||
|
|
|
@ -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/2022.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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-v8.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v8.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v8.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v8.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png
|
|
@ -39,5 +39,5 @@ schema:
|
|||
slug: grafana
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-grafana
|
||||
version: 8.1.0
|
||||
version: 8.2.0
|
||||
watchdog: http://[HOST]:1337/api/health
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue