Skip to content

Commit

Permalink
OpenNMS Helm 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh committed Nov 8, 2022
1 parent 746ab04 commit c31168b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit c31168b

Please sign in to comment.