File tree Expand file tree Collapse file tree 5 files changed +845
-854
lines changed Expand file tree Collapse file tree 5 files changed +845
-854
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 2.1.0 (IN PROGRESS )
3+ ## 2.1.0 (2022-01-17 )
44
55### Features / Enhancements
66
77- Upgrade to Grafana 8.2.5 (#237 )
88- Upgrade to Grafana 8.3.0 (#244 )
9+ - Update Components naming (#247 )
10+ - Add RedisGears PYEXECUTE function to Query Editor (#248 )
11+ - Add Grafana Marketplace to README (#249 )
12+ - Upgrade follows-redirect
913
1014### Bug fixes
1115
Original file line number Diff line number Diff line change 187187 identification within third-party archives.
188188
189189 Copyright 2020 Redis Labs
190- Copyright 2021 Mikhail Volkov
190+ Copyright 2021-2022 Volkov Labs
191191
192192 Licensed under the Apache License, Version 2.0 (the "License");
193193 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ services:
1818 - GF_AUTH_BASIC_ENABLED=false
1919 - GF_ENABLE_GZIP=true
2020 - GF_USERS_DEFAULT_THEME=light
21+ - GF_DEFAULT_APP_MODE=development
2122 - GF_INSTALL_PLUGINS=redis-datasource
2223 volumes :
2324 - ./provisioning/datasources:/etc/grafana/provisioning/datasources
Original file line number Diff line number Diff line change 66 "@grafana/runtime" : " 8.3.0" ,
77 "@grafana/toolkit" : " 8.3.0" ,
88 "@grafana/ui" : " 8.3.0" ,
9- "@types/enzyme" : " ^3.10.10 " ,
9+ "@types/enzyme" : " ^3.10.11 " ,
1010 "@types/enzyme-adapter-react-16" : " ^1.0.6" ,
11- "@types/lodash" : " 4.14.177 " ,
11+ "@types/lodash" : " 4.14.178 " ,
1212 "enzyme" : " ^3.11.0" ,
1313 "enzyme-adapter-react-16" : " ^1.15.5" ,
1414 "rxjs" : " 7.3.0" ,
You can’t perform that action at this time.
0 commit comments