File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.4
4+
5+ Bump ` ua-parser-js ` dependency to version 0.7.28 (#68 ) (Dependabot)
6+
37## 2.3.3
48
59Fix issue with power queries not sending proper data in the request (#65 ) (Yan Shnayder)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ can find documentation on API Keys [here](https://www.scalyr.com/help/api#scalyr
3535
3636 ``` bash
3737 grafana-cli --pluginUrl \
38- https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.2/scalyr_grafana_plugin_7073038 .zip \
38+ https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.3/scalyr_grafana_plugin_611626f .zip \
3939 plugins install scalyr-datasource
4040 ```
4141
@@ -78,7 +78,7 @@ from GitHub.
7878 Stable version:
7979
8080 ` ` ` bash
81- tar -xvf scalyr_grafana_plugin_7073038 .tar.gz
81+ tar -xvf scalyr_grafana_plugin_611626f .tar.gz
8282 cp -rf dist/ /var/lib/grafana/plugins/scalyr/
8383 ` ` `
8484
Original file line number Diff line number Diff line change 66 "name" : " Scalyr" ,
77 "id" : " scalyr-datasource" ,
88 "info" : {
9- "version" : " 2.3.3 " ,
9+ "version" : " 2.3.4 " ,
1010 "description" : " Scalyr Observability Platform" ,
1111 "author" : {
1212 "name" : " Scalyr" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " scalyr-grafana-datasource-plugin" ,
3- "version" : " 2.3.3 " ,
3+ "version" : " 2.3.4 " ,
44 "description" : " This grafana plugin allows Scalyr as a datasource for metrics and graphs" ,
55 "main" : " webpack.config.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 66 "name" : " Scalyr" ,
77 "id" : " scalyr-datasource" ,
88 "info" : {
9- "version" : " 2.3.3 " ,
9+ "version" : " 2.3.4 " ,
1010 "description" : " Scalyr Observability Platform" ,
1111 "author" : {
1212 "name" : " Scalyr" ,
You can’t perform that action at this time.
0 commit comments