Skip to content

Commit 88999cb

Browse files
authored
chore(main): release v1.0.0 (#15)
1 parent 33681cd commit 88999cb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v1.0.0](https://github.com/apricote/grafana-hcloud-datasource/releases/tag/v1.0.0)
4+
5+
### Breaking Changes
6+
7+
All dependencies of the plugin have been updated, and it now requires Grafana 12.1+.
8+
9+
### Features
10+
11+
- **BREAKING**: Grafana 12 (#13)
12+
13+
### Bug Fixes
14+
15+
- aborted request when API returned invalid_input error (#12)
16+
317
## 0.3.0 (2024-04-28)
418

519
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-hcloud-datasource",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Get metrics from hetzner cloud servers and load balancers directly in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)