From b42215a28ecb48a9e646b90e70aa5d99d54fbe2a Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Thu, 5 Dec 2024 21:59:22 +0000 Subject: [PATCH] Update changelog and plugin version in preparation for v0.0.10 release Signed-off-by: Dom Del Nano --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/plugin.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b286eae..b621866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.0.10 + +- Enable alerting for Pixie datasource +- Fix bug where plugin settings didn't show the present value for cloud address (Fixes [grafana-plugin#100](https://github.com/pixie-io/grafana-plugin/issues/100) + ## 0.0.9 - Update Grafana compatibility version diff --git a/package.json b/package.json index d10f179..1b1fe8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixie-pixie-datasource", - "version": "0.0.9", + "version": "0.0.10", "description": "Pixie's Grafana Datasource Plugin", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index bc29ae5..4c8aca3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -86,8 +86,8 @@ "path": "img/screenshots/namespace-metrics-script.png" } ], - "version": "0.0.9", - "updated": "2022-08-26" + "version": "0.0.10", + "updated": "2024-11-05" }, "dependencies": { "grafanaDependency": ">=7.3.0",