File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.1 (2021-06-18)
4
+
5
+ [ Full changelog] ( https://github.com/marcusolsson/grafana-json-datasource/compare/v1.2.0...v1.2.1 )
6
+
7
+ ### Enhancements
8
+
9
+ - Update dependencies, docs, and metadata
10
+
3
11
## 1.2.0 (2021-05-18)
4
12
5
13
[ Full changelog] ( https://github.com/marcusolsson/grafana-json-datasource/compare/v1.1.1...v1.2.0 )
Original file line number Diff line number Diff line change @@ -99,5 +99,5 @@ docker run --rm \
99
99
-v /path/to/your/clone:/var/lib/grafana/plugins \
100
100
-e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=marcusolsson-json-datasource \
101
101
-p 3000:3000 \
102
- grafana/grafana:8.0.0-beta2
102
+ grafana/grafana:latest
103
103
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " marcusolsson-json-datasource" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " A data source plugin for loading JSON APIs into Grafana" ,
5
5
"keywords" : [
6
6
" grafana" ,
You can’t perform that action at this time.
0 commit comments