Skip to content

Commit 2406de2

Browse files
authored
prepare for release 2.0.0 (#54)
1 parent de060e8 commit 2406de2

5 files changed

Lines changed: 1827 additions & 2302 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parseable",
3-
"version": "1.3.0",
4-
"description": "Parseable is an open source, Kubernetes native, log storage and observability platform. This plugin allows you to visualize your Parseable logs in Grafana.",
3+
"version": "2.0.0",
4+
"description": "Parseable is a purpose built observability datalake. This plugin allows you to visualize data in Parseable, via Grafana.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
77
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
45.6 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
62cf4fbab8d70bde83dee898ef16c8fcd8897d5a

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"links": [
2424
{ "name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource" },
25-
{ "name": "Website", "url": "https://parseable.io" }
25+
{ "name": "Website", "url": "https://parseable.com" }
2626
],
2727
"screenshots": [
2828
{ "name": "Query Configuration", "path": "img/configuration.png" },

0 commit comments

Comments
 (0)