Skip to content

Commit

Permalink
9.0.12-SNAPSHOT -> 9.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh committed Jan 4, 2024
1 parent b6504b2 commit 84b4288
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v9.0.12

Grafana Plugin for OpenNMS version 9.0.12 release is a re-release of 9.0.11 with minor fixes.

* [OPG-466](https://opennms.atlassian.net/browse/OPG-466) Unable to filter Alarm query by a multi-value node variable
* [OPG-474](https://opennms.atlassian.net/browse/OPG-474) Display notice after Alarm Panel action instead of refreshing panel

### v9.0.11

Grafana Plugin for OpenNMS version 9.0.11 release contains a bug fix and enhancements.
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.12-SNAPSHOT'
full-display-version: '9.0.12'
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.12-SNAPSHOT",
"version": "9.0.12",
"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.12-SNAPSHOT'
full-display-version: '9.0.12'
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.12-SNAPSHOT",
"updated": "2023-12-13"
"version": "9.0.12",
"updated": "2024-01-04"
},
"includes": [
{"type": "panel", "name": "Alarm Table"},
Expand Down

0 comments on commit 84b4288

Please sign in to comment.