Skip to content

Commit 3fb44a6

Browse files
committed
create new release
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
1 parent d5ee71c commit 3fb44a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.0.9
4+
5+
- Update Grafana compatibility version
6+
37
## 0.0.8
48

59
- Strip whitespace for API key and default cluster ID

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.8",
3+
"version": "0.0.9",
44
"description": "Pixie's Grafana Datasource Plugin",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}
8787
],
8888
"version": "0.0.8",
89-
"updated": "2022-07-19"
89+
"updated": "2022-08-26"
9090
},
9191
"dependencies": {
9292
"grafanaDependency": ">=7.3.0",

0 commit comments

Comments
 (0)