Skip to content

Commit d730042

Browse files
authored
Update follows-redirect package (#253)
1 parent c9f3734 commit d730042

File tree

5 files changed

+845
-854
lines changed

5 files changed

+845
-854
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
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.

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
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",

0 commit comments

Comments
 (0)