Skip to content

Commit

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

* fix: added div wrapper to suffixElement element

* Update variables to support Grafana 9.2.0

* Update README.md

---------

Co-authored-by: Vitali Pinchuk <[email protected]>
  • Loading branch information
mikhail-vl and vitPinchuk authored Feb 22, 2024
1 parent cf65f23 commit b6fb496
Show file tree
Hide file tree
Showing 9 changed files with 8,916 additions and 10,147 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.1.0 (IN PROGRESS)
## 3.1.0 (2024-02-21)

### Features / Enhancements

Expand All @@ -10,6 +10,7 @@
- Update custom code when switching the value editor from manual to JS (#59)
- Add Variable Editor with Fields and Java Script (#58)
- Add Collapse/Expand All for Fields and Values (#57)
- Update to Grafana 10.3.3 (#59)

## 3.0.0 (2023-06-28)

Expand Down
22 changes: 11 additions & 11 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 10](https://img.shields.io/badge/Grafana-10.0.0-orange)
![Grafana](https://img.shields.io/badge/Grafana-10.3-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,15 +16,15 @@ The Static Data Source is a plugin for Grafana that allows storing and emulating

## 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 7.3** is required for major version 1.
- Version 3.X requires **Grafana 9.2** or **Grafana 10**.
- Version 2.X requires **Grafana 8.5** or **Grafana 9**.
- Version 1.X requires **Grafana 7.3**.

## Getting Started

The Static Data Source can be installed from the [Grafana Catalog](https://grafana.com/grafana/plugins/marcusolsson-static-datasource/) or utilizing the Grafana command line tool.

For the latter, use the following command.
For the latter, please use the following command.

```bash
grafana-cli plugins install marcusolsson-static-datasource
Expand All @@ -42,8 +42,8 @@ grafana-cli plugins install marcusolsson-static-datasource

## Documentation

| Section | Description |
| ---------------------------- | ------------------------------------------------------------ |
| Section | Description |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [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](https://volkovlabs.io/plugins/volkovlabs-static-datasource/panels/) | Demonstrates how to use data source with panels. |
Expand All @@ -52,12 +52,12 @@ grafana-cli plugins install marcusolsson-static-datasource

## Feedback

We love to hear from you. There are various ways to get in touch with us.
We're looking forward to hearing from you. You can use different ways to get in touch with us.

- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/volkovlabs-static-datasource/issues/new/choose).
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment.
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/volkovlabs-static-datasource/issues).
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
- Sponsor our open-source plugins for Grafana with [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Star the repository to show your support.
- Support our project by starring the repository.

## License

Expand Down
Loading

0 comments on commit b6fb496

Please sign in to comment.