From b1c7e0e78901ce46a32c8f5f4c28b36d8106e30d Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Tue, 11 Feb 2020 12:52:57 -0500 Subject: [PATCH] build(dist): generate dist and changelog from latest source --- dist/README.md | 9 +++++++-- dist/plugin.json | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dist/README.md b/dist/README.md index a3e92b59..a6124dbe 100644 --- a/dist/README.md +++ b/dist/README.md @@ -54,6 +54,11 @@ We use the Helm project in our [JIRA](https://issues.opennms.org/projects/HELM) ## Changelog +### v5.0.1 + +This small release works around a module-loading bug in some Grafana versions. +It also bumps the Grafana provided by our Docker images to `6.6.1`. + ### v5.0.0 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 ## Build Information -- Build Date: 2020-02-11T17:34:53.114Z -- Git Revision: c36a06f285e53a59ef666b3f6a6ee65c657bc382 +- Build Date: 2020-02-11T17:50:16.516Z +- Git Revision: 56445ed78ebd49dc07abdd6302f158574bb5b616 diff --git a/dist/plugin.json b/dist/plugin.json index dd11afc4..5e07aff2 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -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": "5.0.1-SNAPSHOT", - "updated": "2020-02-10" + "version": "5.0.1", + "updated": "2020-02-11" }, "includes": [ {"type": "panel", "name": "Alarm Table"},