Skip to content

Commit

Permalink
create new release
Browse files Browse the repository at this point in the history
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
  • Loading branch information
aimichelle committed Jul 19, 2022
1 parent 20befa8 commit ec5f4bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## 0.0.1
## 0.0.6

Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
- Remove redundant example query from script dropdown

## 0.0.5

- Fix bug where column/groupby builder selections were cleared out when changing visualization type
- Update script descriptions to indicate the visualization type to use

## 0.0.1

Initial release. This plugin supports Pixie as a backend datasource for Grafana. Both time range and interval macros are supported.
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.5",
"version": "0.0.6",
"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 @@ -28,8 +28,8 @@
}
],
"screenshots": [],
"version": "0.0.5",
"updated": "2022-07-15"
"version": "0.0.6",
"updated": "2022-07-19"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
Expand Down

0 comments on commit ec5f4bd

Please sign in to comment.