Skip to content

Commit 18991de

Browse files
committed
🎉 Release of add-on Grafana 12.0.0
1 parent a583626 commit 18991de

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,10 +879,10 @@ SOFTWARE.
879879
[glances-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
880880
[glances-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
881881
[glances-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
882-
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v11.0.0
883-
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v11.0.0/README.md
882+
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v12.0.0
883+
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v12.0.0/README.md
884884
[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues
885-
[grafana-version-shield]: https://img.shields.io/badge/version-v11.0.0-blue.svg
885+
[grafana-version-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
886886
[grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
887887
[grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
888888
[grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

grafana/CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## What’s changed
22

3-
## 🚀 Enhancements
3+
## 🚨 Breaking changes
44

5-
- 🔨 Remove auth header for direct access @sinclairpaul ([#462](https://github.com/hassio-addons/addon-grafana/pull/462))
5+
- Drop support for armv7 systems @frenck ([#485](https://github.com/hassio-addons/addon-grafana/pull/485))
6+
7+
## 🐛 Bug fixes
8+
9+
- Remove deprecated codenotary fields @frenck ([#484](https://github.com/hassio-addons/addon-grafana/pull/484))
610

711
## ⬆️ Dependency updates
812

9-
- ⬆️ Update Add-on base image to v7.8.2 @[renovate[bot]](https://github.com/apps/renovate) ([#461](https://github.com/hassio-addons/addon-grafana/pull/461))
10-
- ⬆️ Update grafana/grafana-image-renderer to v3.12.5 @[renovate[bot]](https://github.com/apps/renovate) ([#463](https://github.com/hassio-addons/addon-grafana/pull/463))
11-
- ⬆️ Update grafana/grafana to v11.6.1 @[renovate[bot]](https://github.com/apps/renovate) ([#464](https://github.com/hassio-addons/addon-grafana/pull/464))
12-
- ⬆️ Update grafana/grafana to v12 @[renovate[bot]](https://github.com/apps/renovate) ([#465](https://github.com/hassio-addons/addon-grafana/pull/465))
13-
- ⬆️ Update Add-on base image to v7.8.3 @[renovate[bot]](https://github.com/apps/renovate) ([#466](https://github.com/hassio-addons/addon-grafana/pull/466))
13+
- ⬆️ Update Add-on base image to v8 (major) @[renovate[bot]](https://github.com/apps/renovate) ([#480](https://github.com/hassio-addons/addon-grafana/pull/480))
14+
- ⬆️ Update grafana/grafana to v12.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#471](https://github.com/hassio-addons/addon-grafana/pull/471))
15+
- ⬆️ Update grafana/grafana-image-renderer to v4 @[renovate[bot]](https://github.com/apps/renovate) ([#478](https://github.com/hassio-addons/addon-grafana/pull/478))
16+
- ⬆️ Update grafana/grafana-image-renderer to v4.1.5 @[renovate[bot]](https://github.com/apps/renovate) ([#481](https://github.com/hassio-addons/addon-grafana/pull/481))

grafana/DOCS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ rendered image inside of a dashboard. For more details see
156156

157157
## Known issues and limitations
158158

159-
- This add-on does support ARM-based devices, nevertheless, they must
160-
at least be an ARMv7 device. (Raspberry Pi 1 and Zero is not supported).
161159
- `To render a panel image, you must install the Grafana Image Renderer plugin.`
162160
This message is shown on ARM devices, like a Raspberry Pi. The Grafana Image
163161
Renderer plugin is not available for these devices.

grafana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons:
5050
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5151
[patreon]: https://www.patreon.com/frenck
5252
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
53-
[release-shield]: https://img.shields.io/badge/version-v11.0.0-blue.svg
54-
[release]: https://github.com/hassio-addons/addon-grafana/tree/v11.0.0
53+
[release-shield]: https://img.shields.io/badge/version-v12.0.0-blue.svg
54+
[release]: https://github.com/hassio-addons/addon-grafana/tree/v12.0.0
5555
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png

grafana/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Grafana
2-
version: 11.0.0
2+
version: 12.0.0
33
slug: grafana
44
description: The open platform for beautiful analytics and monitoring
55
url: https://github.com/hassio-addons/addon-grafana
6-
codenotary: [email protected]
76
startup: services
87
ingress: true
98
ingress_port: 1337
@@ -14,7 +13,6 @@ panel_title: Grafana
1413
arch:
1514
- aarch64
1615
- amd64
17-
- armv7
1816
map:
1917
- homeassistant_config
2018
- share

0 commit comments

Comments
 (0)