File tree 5 files changed +3730
-6297
lines changed
5 files changed +3730
-6297
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.0.0 (2022-05-06)
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ### Changed
11
+
12
+ - Loosened requirements on Grafana to allow the plugin to run on any version
13
+ greater than 8.4.0.
14
+
15
+ ## [ 1.0.0] - 2022-05-06
4
16
5
17
Initial release.
18
+
19
+ [ unreleased ] : https://github.com/sd2k/grafana-tokio-console-datasource/compare/v1.0.0...HEAD
20
+ [ 1.0.0 ] : https://github.com/sd2k/grafana-tokio-console-datasource/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ services:
8
8
- " 16686:16686"
9
9
10
10
grafana :
11
- image : sd2k/grafana:table-charts
11
+ # image: sd2k/grafana:table-charts
12
+ image : grafana/grafana:9.0.7
12
13
ports :
13
14
- " 3000:3000"
14
15
restart : on-failure
Original file line number Diff line number Diff line change 13
13
"author" : " Ben Sully" ,
14
14
"license" : " Apache-2.0" ,
15
15
"devDependencies" : {
16
- "@grafana/data" : " ^8.4.1 " ,
17
- "@grafana/runtime" : " ^8.4.1 " ,
18
- "@grafana/toolkit" : " ^8.4.1 " ,
19
- "@grafana/ui" : " ^8.4.1 " ,
16
+ "@grafana/data" : " ^9.0.0 " ,
17
+ "@grafana/runtime" : " ^9.0.0 " ,
18
+ "@grafana/toolkit" : " ^9.0.0 " ,
19
+ "@grafana/ui" : " ^9.0.0 " ,
20
20
"@types/lodash" : " ^4.14.177"
21
21
},
22
22
"resolutions" : {
23
- "rxjs" : " 7.3.0 "
23
+ "rxjs" : " 7.5.5 "
24
24
},
25
25
"engines" : {
26
26
"node" : " >=14"
Original file line number Diff line number Diff line change 8
8
"streaming" : true ,
9
9
"executable" : " grafana-tokio-console-datasource" ,
10
10
"dependencies" : {
11
- "grafanaDependency" : " ^ 8.4.0"
11
+ "grafanaDependency" : " >= 8.4.0"
12
12
},
13
13
"info" : {
14
14
"description" : " Tokio Console datasource for Grafana" ,
You can’t perform that action at this time.
0 commit comments