Skip to content

Commit

Permalink
9.0.14-SNAPSHOT -> 9.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh committed May 28, 2024
1 parent 29ccbca commit dcf37b8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v9.0.14

Grafana Plugin for OpenNMS version 9.0.14 release contains a number of bug fixes and enhancements.

* [OPG-384](https://opennms.atlassian.net/browse/OPG-384) Add variables to node/resource drop down
* [OPG-471](https://opennms.atlassian.net/browse/OPG-471) Ensure that template variables are allowed in query editor fields
* [OPG-475](https://opennms.atlassian.net/browse/OPG-475) nodeResources query not working properly
* [OPG-477](https://opennms.atlassian.net/browse/OPG-477) Allow manual override UI and Docs updates after Grafana review
* [OPG-478](https://opennms.atlassian.net/browse/OPG-478) Alarm Table Panel Pagination not working correctly

### v9.0.13

Grafana Plugin for OpenNMS version 9.0.13 release contains a bug fix.
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '9'
title: Plugin for Grafana
asciidoc:
attributes:
full-display-version: '9.0.14-SNAPSHOT'
full-display-version: '9.0.14'
grafana-version-required: '9.x'
grafana-version-tested: '9.0'
node-js-build-version: '16.x'
Expand Down
4 changes: 2 additions & 2 deletions 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-grafana-plugin",
"version": "9.0.14-SNAPSHOT",
"version": "9.0.14",
"description": "An OpenNMS Integration for Grafana",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asciidoc:
attributes:
experimental: true
stem: latexmath
full-display-version: '9.0.14-SNAPSHOT'
full-display-version: '9.0.14'
grafana-version-required: '9.x'
grafana-version-tested: '9.0'
node-js-build-version: '16.x'
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": "9.0.14-SNAPSHOT",
"updated": "2024-02-13"
"version": "9.0.14",
"updated": "2024-05-28"
},
"includes": [
{"type": "panel", "name": "Alarm Table"},
Expand Down

0 comments on commit dcf37b8

Please sign in to comment.