Skip to content

Commit 33681cd

Browse files
authored
docs: update for 1.0.0 (#17)
1 parent 1a89dee commit 33681cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It works directly with the Hetzner Cloud API, and does not require Prometheus or
1313

1414
## Requirements
1515

16-
- Grafana 10+
16+
- Grafana 12+
1717

1818
## Getting Started
1919

src/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "Hetzner Cloud",
5-
"state": "beta",
65
"id": "apricote-hcloud-datasource",
76
"metrics": true,
87
"backend": true,
98
"executable": "gpx_hcloud",
109
"includes": [
1110
{
1211
"type": "dashboard",
13-
"name": "Demo",
12+
"name": "demo",
1413
"path": "dashboards/demo.json"
1514
}
1615
],

0 commit comments

Comments
 (0)