Skip to content

Commit b26e011

Browse files
authored
Update changelog and plugin version in preparation for v0.0.10 release (#105)
Signed-off-by: Dom Del Nano <[email protected]>
1 parent 52211b6 commit b26e011

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.10
4+
5+
- Enable alerting for Pixie datasource
6+
- 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)
7+
38
## 0.0.9
49

510
- Update Grafana compatibility version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixie-pixie-datasource",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Pixie's Grafana Datasource Plugin",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"path": "img/screenshots/namespace-metrics-script.png"
8787
}
8888
],
89-
"version": "0.0.9",
90-
"updated": "2022-08-26"
89+
"version": "0.0.10",
90+
"updated": "2024-11-05"
9191
},
9292
"dependencies": {
9393
"grafanaDependency": ">=7.3.0",

0 commit comments

Comments
 (0)