Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Grafana 10.0.0 #46

Merged
merged 5 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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