Skip to content

Commit a51f6bc

Browse files
Merge remote-tracking branch 'origin/develop'
2 parents 045bbe6 + ca47cd1 commit a51f6bc

6 files changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ We use the Helm project in our [JIRA](https://issues.opennms.org/projects/HELM)
5454

5555
## Changelog
5656

57+
### v6.0.0
58+
59+
OpenNMS Helm now supports Grafana 7, and has dropped support for versions older than 7.
60+
61+
* the `nodeResources()` function has been enhanced to support
62+
displaying the resource label (Issue [HELM-95](https://issues.opennms.org/browse/HELM-95))
63+
* the Filter and Alarm Table panels have been updated to work with Grafana 7 (Issue [HELM-247](https://issues.opennms.org/browse/HELM-247))
64+
5765
### v5.0.3
5866

5967
This release does not yet fix Grafana 7 support (it's complicated...) but it fixes a few more bugs while

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: helm
2-
version: '5.0.4-SNAPSHOT'
2+
version: '6.0.0'
33
title: HELM
44
nav:
55
- modules/ROOT/nav.adoc

docs/modules/installation/pages/requirements.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
== Runtime Requirements
44

55
* http://docs.grafana.org/installation[Grafana]
6-
{page-component-title} works with Grafana Server version *6.3 through 6.7*.
6+
{page-component-title} works with Grafana Server version *7.0* and up.
7+
It has been tested with Grafana versions up to 7.2 at the time of release.
78

89
== Build Requirements
910

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opennms-helm",
3-
"version": "5.1.0-SNAPSHOT",
3+
"version": "6.0.0",
44
"description": "A PM/FM console for Grafana",
55
"repository": {
66
"type": "git",

src/plugin.json

Lines changed: 2 additions & 2 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.1.0-SNAPSHOT",
28-
"updated": "2020-10-13"
27+
"version": "6.0.0",
28+
"updated": "2020-10-14"
2929
},
3030
"includes": [
3131
{"type": "panel", "name": "Alarm Table"},

0 commit comments

Comments
 (0)