Skip to content

Commit a9dfd21

Browse files
authored
Update data source for Available Requirements panel (#64)
* Update data source for Available Requirements panel * Update CHANGELOG.md
1 parent 6112618 commit a9dfd21

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.3.0 (IN PROGRESS)
4+
5+
### Bug fixes
6+
7+
- "Available Requirements" panel should be set to $redis datasource #63
8+
39
## 1.2.0 (2021-05-11)
410

511
### Features / Enhancements
@@ -17,7 +23,7 @@
1723
- Fix Latency below zero calculation #56
1824
- "Cannot read property 'Tooltip' of undefined" for Latency Panel in the upcoming release #60
1925

20-
## v1.1.0 (2021-02-07)
26+
## 1.1.0 (2021-02-07)
2127

2228
### Features / Enhancements
2329

@@ -37,14 +43,14 @@
3743
- Add Docker build #42
3844
- Update Plugin and panels configuration for Redis Data Source 1.3.1 #44
3945

40-
## v1.0.1 (2020-10-24)
46+
## 1.0.1 (2020-10-24)
4147

4248
### Features / Enhancements
4349

4450
- Add GitHub action to sign release #13
4551
- Signed release
4652

47-
## v1.0.0 (2020-10-14)
53+
## 1.0.0 (2020-10-14)
4854

4955
### Features / Enhancements
5056

src/dashboards/redis-gears.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"type": "redis-gears-panel"
394394
},
395395
{
396-
"datasource": null,
396+
"datasource": "$redis",
397397
"fieldConfig": {
398398
"defaults": {
399399
"color": {

0 commit comments

Comments
 (0)