Skip to content

Commit

Permalink
Remove Grafana 8.5 support (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Jul 10, 2023
1 parent 0769e96 commit 5caad5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 3.0.0 (2023-07-09)

## Breaking changes

- Requires Grafana 9 and Grafana 10.
- Form Elements are kept in the local state and not saved in the dashboard by default.
- Stated and Elements refactoring may introduce breaking changes. Please test before using panel in Production.

### Features / Enhancements

- Update Documentation for API Servers (#149)
Expand All @@ -16,6 +22,7 @@
- Update Form elements to use local state (#191)
- Add notifyWarning() function (#201)
- Add drag and drop for elements editor (#202)
- Remove Grafana 8.5 support (#203)

## 2.8.0 (2023-03-16)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The Data Manipulation Panel is a conceptually new plugin for Grafana. It is the

## Requirements

- **Grafana 9** and **Grafana 10** are required for major version 3.
- **Grafana 8.5** and **Grafana 9** are required for major version 2.
- **Grafana 8** is required for major version 1.

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"dependencies": {
"grafanaDependency": ">=8.5.0",
"grafanaDependency": ">=9.0.0",
"plugins": []
},
"id": "volkovlabs-form-panel",
Expand Down

0 comments on commit 5caad5d

Please sign in to comment.