Skip to content

Commit b1c7e0e

Browse files
build(dist): generate dist and changelog from latest source
1 parent 56445ed commit b1c7e0e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

dist/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ We use the Helm project in our [JIRA](https://issues.opennms.org/projects/HELM)
5454

5555
## Changelog
5656

57+
### v5.0.1
58+
59+
This small release works around a module-loading bug in some Grafana versions.
60+
It also bumps the Grafana provided by our Docker images to `6.6.1`.
61+
5762
### v5.0.0
5863

5964
This release fixes a number of issues, most notably compatibility with newer Grafana releases.
@@ -186,6 +191,6 @@ In the future this will be enhanced to do more complicated set operations than a
186191

187192
## Build Information
188193

189-
- Build Date: 2020-02-11T17:34:53.114Z
190-
- Git Revision: c36a06f285e53a59ef666b3f6a6ee65c657bc382
194+
- Build Date: 2020-02-11T17:50:16.516Z
195+
- Git Revision: 56445ed78ebd49dc07abdd6302f158574bb5b616
191196

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "Metrics", "path": "img/Helm_Screenshot_Metrics.png"},
2525
{"name": "Performance Data Source", "path": "img/Helm_Screenshot_Performance_Data_Source.png"}
2626
],
27-
"version": "5.0.1-SNAPSHOT",
28-
"updated": "2020-02-10"
27+
"version": "5.0.1",
28+
"updated": "2020-02-11"
2929
},
3030
"includes": [
3131
{"type": "panel", "name": "Alarm Table"},

0 commit comments

Comments
 (0)