Skip to content

Commit

Permalink
Update to Grafana 9.2.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Nov 6, 2022
1 parent 9e2b069 commit 35f1397
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 961 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## 2.2.0 (IN PROGRESS)
## 2.2.0 (2022-11-06)

### Features / Enhancements

- Update to Grafana 9.1.4 (#10)
- Update YouTube video in README (#11)
- Add Compatibility Check Workflow (#12)
- Update CI to Node 16 and Synchronize with Release workflow (#13)
- Update to Grafana 9.2.2 (#14)

## 2.1.0 (2022-08-15)

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

![Dashboard](https://raw.githubusercontent.com/VolkovLabs/volkovlabs-env-datasource/main/src/img/dashboard.png)

[![Grafana 9](https://img.shields.io/badge/Grafana-9.1.4-orange)](https://www.grafana.com)
[![Grafana](https://img.shields.io/badge/Grafana-9.2.2-orange)](https://www.grafana.com)
[![YouTube](https://img.shields.io/badge/YouTube-Playlist-red)](https://www.youtube.com/playlist?list=PLPow72ygztmSGfvGdXriFE-LVuS4Glg7w)
![CI](https://github.com/volkovlabs/volkovlabs-env-datasource/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-env-datasource/branch/main/graph/badge.svg?token=2W9VR0PG5N)](https://codecov.io/gh/VolkovLabs/volkovlabs-env-datasource)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/VolkovLabs/volkovlabs-env-datasource.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/VolkovLabs/volkovlabs-env-datasource/context:javascript)

## Introduction

Expand All @@ -20,7 +20,7 @@ The Environment Data Source is a plugin for Grafana that returns environment var

## Getting Started

Environment Data Source is not included in the Grafana Marketplace. It can be installed manually from our Private Repository or downloaded directly from the GitHub:
Environment Data Source is not included in the Grafana Catalog. It can be installed manually from our Private Repository or downloaded directly from the GitHub:

```bash
grafana-cli --repo https://volkovlabs.io/plugins plugins install volkovlabs-env-datasource
Expand Down Expand Up @@ -57,6 +57,7 @@ datasources:
We love to hear from users, developers, and the whole community interested in this plugin. These are various 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-env-datasource/issues/new/choose).
- Sponsor our open-source plugins for Grafana with [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Star the repository to show your support.
## License
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"author": "Volkov Labs",
"description": "Data Source to return environment variables for Grafana",
"devDependencies": {
"@grafana/data": "9.1.4",
"@grafana/runtime": "9.1.4",
"@grafana/toolkit": "9.1.4",
"@grafana/ui": "9.1.4",
"@grafana/data": "9.2.2",
"@grafana/runtime": "9.2.2",
"@grafana/toolkit": "9.2.2",
"@grafana/ui": "9.2.2",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6"
"enzyme-adapter-react-16": "^1.15.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 4 additions & 0 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"name": "Website",
"url": "https://github.com/VolkovLabs/volkovlabs-env-datasource"
},
{
"name": "YouTube Playlist",
"url": "https://www.youtube.com/playlist?list=PLPow72ygztmRCTyV2W5ghK2_5jLLsyGLc"
},
{
"name": "License",
"url": "https://github.com/VolkovLabs/volkovlabs-env-datasource/blob/main/LICENSE"
Expand Down
Loading

0 comments on commit 35f1397

Please sign in to comment.