Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
opennms-bamboo committed May 20, 2021
2 parents d59fc25 + e7e5fdf commit 5427733
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v7.1.0

This release adds support for handling aggregate flow DSCP ToS/QoS values, coming soon in Helm 28.
It also bumps some dependencies, and fixes a bug in the filter panel where not all values would
be shown in select boxes.

### v7.0.0

This release contains a rework of our code to use TypeScript, and a conversion to Grafana's
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: helm
version: '7.0.1-SNAPSHOT'
version: '7.1.0'
title: HELM
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": "7.0.1-SNAPSHOT",
"version": "7.1.0",
"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": "7.0.1-SNAPSHOT",
"updated": "2021-05-10"
"version": "7.1.0",
"updated": "2021-05-19"
},
"includes": [
{"type": "panel", "name": "Alarm Table"},
Expand Down

0 comments on commit 5427733

Please sign in to comment.