We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b300bb commit fc5da0eCopy full SHA for fc5da0e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.8
4
+
5
+- Strip whitespace for API key and default cluster ID
6
7
## 0.0.7
8
9
- Update carousel images and Grafana README image
package.json
@@ -1,6 +1,6 @@
{
"name": "pixie-pixie-datasource",
- "version": "0.0.7",
+ "version": "0.0.8",
"description": "Pixie's Grafana Datasource Plugin",
"scripts": {
"build": "grafana-toolkit plugin:build",
src/plugin.json
@@ -85,7 +85,7 @@
85
"path": "img/screenshots/namespace-metrics-script.png"
86
}
87
],
88
89
"updated": "2022-07-19"
90
},
91
"dependencies": {
0 commit comments