diff --git a/CHANGELOG.md b/CHANGELOG.md index b874b96c..e1fbe378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v8.0.2 + +Helm 8.0.2 is primarily a bugfix release. + +* Possible fix when passing snmp interfaces from Perf DS to Flow filters (#543) (Issue [HELM-333](https://issues.opennms.org/browse/HELM-333)) +* nodeResources doc update (Issue [HELM-351](https://issues.opennms.org/browse/HELM-351)) +* Fix Helm Flow Histogram Panel (#552) (Issue [HELM-353](https://issues.opennms.org/browse/HELM-353)) + ### v8.0.1 Helm 8.0.1 is primarily a bugfix release. diff --git a/docs/antora.yml b/docs/antora.yml index 0ea8838e..3f683fe1 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,8 +1,8 @@ name: helm -version: '8-SNAPSHOT' +version: '8' title: HELM asciidoc: attributes: - full-display-version: '8.0.2-SNAPSHOT' + full-display-version: '8.0.2' nav: - modules/ROOT/nav.adoc diff --git a/package-lock.json b/package-lock.json index ad012fea..75707b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opennms-helm", - "version": "8.0.2-SNAPSHOT", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1db4d584..528200bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opennms-helm", - "version": "8.0.2-SNAPSHOT", + "version": "8.0.2", "description": "An OpenNMS Integration for Grafana", "repository": { "type": "git", diff --git a/src/plugin.json b/src/plugin.json index b4cb2e11..d3b35afa 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,8 +24,8 @@ {"name": "Metrics", "path": "img/Helm_Screenshot_Metrics.png"}, {"name": "Performance Data Source", "path": "img/Helm_Screenshot_Performance_Data_Source.png"} ], - "version": "8.0.2-SNAPSHOT", - "updated": "2022-09-14" + "version": "8.0.2", + "updated": "2022-11-08" }, "includes": [ {"type": "panel", "name": "Alarm Table"},