Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading