Skip to content

Commit

Permalink
Allow plugin to be used with Grafana 9
Browse files Browse the repository at this point in the history
Also improve CHANGELOG format.
  • Loading branch information
sd2k committed Aug 12, 2022
1 parent 9138398 commit 00341ee
Show file tree
Hide file tree
Showing 5 changed files with 3,720 additions and 6,295 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Loosened requirements on Grafana to allow the plugin to run on any version
greater than 8.4.0.

## [0.1.0] - 2022-05-04

Initial release.

[unreleased]: https://github.com/sd2k/grafana-materialize-datasource/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/sd2k/grafana-materialize-datasource/tag/v0.1.0
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
grafana:
image: grafana/grafana:8.5.2
image: grafana/grafana:9.0.7
ports:
- "3000:3000"
restart: on-failure
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"author": "Ben Sully",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^8.4.3",
"@grafana/runtime": "^8.4.3",
"@grafana/toolkit": "^8.4.3",
"@grafana/ui": "^8.4.3",
"@grafana/data": "^9.0.0",
"@grafana/runtime": "^9.0.0",
"@grafana/toolkit": "^9.0.0",
"@grafana/ui": "^9.0.0",
"@types/lodash": "^4.14.177"
},
"resolutions": {
"rxjs": "7.3.0"
"rxjs": "7.5.5"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"streaming": true,
"executable": "grafana-materialize-datasource",
"dependencies": {
"grafanaDependency": "^8.4.0"
"grafanaDependency": ">=8.4.0"
},
"info": {
"description": "Materialize datasource for Grafana",
Expand Down
Loading

0 comments on commit 00341ee

Please sign in to comment.