Skip to content

Commit

Permalink
Update to Grafana 10.0.0 (#46)
Browse files Browse the repository at this point in the history
* Update to Grafana 10.0.0

* Remove pluginContext as required 9.3

* Update CHANGELOG.md

* Update README.md

* Update screenshot
  • Loading branch information
mikhail-vl authored Jun 29, 2023
1 parent 422da82 commit 936c8d9
Show file tree
Hide file tree
Showing 10 changed files with 1,328 additions and 1,479 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Changelog

## 3.0.0 (IN PROGRESS)
## 3.0.0 (2023-06-28)

### Breaking changes

- Requires Grafana 9 and Grafana 10

### Features / Enhancements

- Refactor Types and Fields Editor (#37)
- Update tests with testing-library/react (#40)
- Update to Grafana 9.5.2 (#41)
- Update to Grafana 10.0.0 (#41, #46)
- Migrate to Plugin Tools 1.5.2 (#42)
- Update to Node 18 and npm (#42)
- Add E2E Cypress testing (#43)
- Add JavaScript Values Editor (#44)
- Remove Grafana 8.5 support (#46)

## 2.2.0 (2023-03-27)

Expand Down
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Screenshot](https://github.com/volkovlabs/volkovlabs-static-datasource/raw/main/src/img/dark.png)

![Grafana 9](https://img.shields.io/badge/Grafana-9.5.2-orange)
![Grafana 10](https://img.shields.io/badge/Grafana-10.0.0-orange)
![CI](https://github.com/volkovlabs/volkovlabs-static-datasource/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/volkovlabs-static-datasource/workflows/E2E/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-static-datasource/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-static-datasource)
Expand All @@ -16,8 +16,9 @@ The Static Data Source is a plugin for Grafana that allows storing and emulating

## Requirements

- **Grafana 8.5+**, **Grafana 9.0+** is required for major version 2.
- **Grafana 7.3+** is required for major version 1.
- **Grafana 9** and **Grafana 10** are required for major version 3.
- **Grafana 8.5** and **Grafana 9** are required for major version 2.
- **Grafana 7.3** is required for major version 1.

## Getting Started

Expand Down Expand Up @@ -45,15 +46,9 @@ grafana-cli plugins install marcusolsson-static-datasource
| ---------------------------- | ------------------------------------------------------------ |
| [Provisioning](https://volkovlabs.io/plugins/volkovlabs-static-datasource/provisioning/) | Demonstrates how to automatically provision the Data Source. |
| [Variables](https://volkovlabs.io/plugins/volkovlabs-static-datasource/variables/) | Demonstrates how to use variables. |

### Panels

| Section | Description |
| -------------------------------- | ------------------------------------------------------------- |
| [Base64 Image/PDF](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/image) | Demonstrates how to use the data source with image panels. |
| [Logs](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/logs) | Demonstrates how to use the data source with logs panels. |
| [Node Graph](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/graph) | Demonstrates how to use the data source with graph panels. |
| [Pie Chart](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/pie) | Demonstrates how to use the data source with category panels. |
| [Panels](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/) | Demonstrates how to use data source with panels. |
| [Variables](https://volkovlabs.io/plugins/volkovlabs-static-datasource/variables/) | Demonstrates how to use variables. |
| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-static-datasource/release/) | Stay up to date with the latest features and updates. |

## Feedback

Expand Down
Loading

0 comments on commit 936c8d9

Please sign in to comment.