Skip to content

Commit c8435bc

Browse files
Merge remote-tracking branch 'origin/develop'
2 parents 7fe719c + fe5c7fb commit c8435bc

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

grafana.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.2
1+
7.2.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opennms-helm",
3-
"version": "5.0.4-SNAPSHOT",
3+
"version": "5.1.0-SNAPSHOT",
44
"description": "A PM/FM console for Grafana",
55
"repository": {
66
"type": "git",
@@ -88,7 +88,7 @@
8888
"specTemplate": "src/rpm/spec.mustache",
8989
"installDir": "/var/lib/grafana/plugins",
9090
"requires": [
91-
"grafana >= 6.3.0"
91+
"grafana >= 7.0.0"
9292
]
9393
},
9494
"scripts": {

src/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Standards-Version: 3.7.3
77

88
Package: opennms-helm
99
Architecture: all
10-
Depends: grafana (>= 5)
10+
Depends: grafana (>= 6.7)
1111
Description: An OpenNMS Console for Grafana

src/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "Metrics", "path": "img/Helm_Screenshot_Metrics.png"},
2525
{"name": "Performance Data Source", "path": "img/Helm_Screenshot_Performance_Data_Source.png"}
2626
],
27-
"version": "5.0.4-SNAPSHOT",
28-
"updated": "2020-08-25"
27+
"version": "5.1.0-SNAPSHOT",
28+
"updated": "2020-10-13"
2929
},
3030
"includes": [
3131
{"type": "panel", "name": "Alarm Table"},
@@ -38,8 +38,8 @@
3838
{"type": "dashboard", "name": "Flow Deep Dive | OpenNMS Helm", "path": "dashboards/flow_deep_dive.json"}
3939
],
4040
"dependencies": {
41-
"grafanaDependency": ">=6.3.0 <7.0.0",
42-
"grafanaVersion": "6.3.0",
41+
"grafanaDependency": ">=7.0.0",
42+
"grafanaVersion": "7.0.0",
4343
"plugins": []
4444
}
4545
}

0 commit comments

Comments
 (0)