Skip to content

Commit

Permalink
Update to Grafana 11 and dependencies (#72)
Browse files Browse the repository at this point in the history
* Update to Grafana 11 and dependencies

* Update README.md

* Updates
  • Loading branch information
mikhail-vl authored Jun 12, 2024
1 parent e4522a5 commit 8a2c4f9
Show file tree
Hide file tree
Showing 5 changed files with 1,343 additions and 1,320 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

## 4.0.0 (IN PROGRESS)
## 4.0.0 (2024-06-12)

### Breaking changes

- Requires Grafana 10 and Grafana 11

### Features / Enhancements

- Updated name to Business Input Data Source (#268)
- Add plugin e2e tests and remove cypress (#66)
- Prepare for Grafana 11 (#67)
- Update to Grafana 10.4.2 (#69)
- Update to Grafana 11 and dependencies (#69)
- Add supporting variables in code editor (#70)

## 3.1.1 (2024-03-03)
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Static Data Source for Grafana
# Business Input Data Source for Grafana

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

![Grafana](https://img.shields.io/badge/Grafana-10.4-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.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)
[![CodeQL](https://github.com/VolkovLabs/volkovlabs-static-datasource/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/volkovlabs-static-datasource/actions/workflows/codeql-analysis.yml)

## Introduction

The Static Data Source is a plugin for Grafana that allows storing and emulating your data.
The Business Input Data Source is a plugin for Grafana that allows storing and emulating your data.

[![Static data source for Grafana | Mimic any data source | Tutorial and examples](https://raw.githubusercontent.com/volkovlabs/volkovlabs-static-datasource/main/img/video.png)](https://youtu.be/QOV8ECOUjWs)
[![Business Input data source for Grafana | Mimic any data source | Tutorial and examples](https://raw.githubusercontent.com/volkovlabs/volkovlabs-static-datasource/main/img/video.png)](https://youtu.be/QOV8ECOUjWs)

## Requirements

- Version 4.X requires **Grafana 10** or **Grafana 11**.
- 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**.
- Business Input Data Source version 4.X requires **Grafana 10** or **Grafana 11**.
- Static Data Source version 3.X requires **Grafana 9.2** or **Grafana 10**.
- Static Data Source version 2.X requires **Grafana 8.5** or **Grafana 9**.
- Static Data Source 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.
The Business Input 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, please use the following command.

Expand All @@ -34,6 +34,7 @@ grafana-cli plugins install marcusolsson-static-datasource
## Highlights

- Create static visualizations that don't depend on a specific data source.
- Allows specifying values manually or using the JavaScript Values Editor code.
- Build custom query responses for testing or developing panel plugins.
- Store data and images directly in the dashboard.
- Supports variables in the text fields.
Expand All @@ -57,7 +58,7 @@ We're looking forward to hearing from you. You can use different ways to get in

- 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).
- Sponsor our open source plugins for Grafana through [GitHub](https://github.com/sponsors/VolkovLabs).
- Support our project by starring the repository.

## License
Expand Down
Loading

0 comments on commit 8a2c4f9

Please sign in to comment.