From 2ba00486016197ca117248ec199654afdb41a2c2 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Sat, 25 Jun 2022 12:20:01 +0800 Subject: [PATCH] v2.2.0 Signed-off-by: Yue Yang --- README.md | 4 ++-- package.json | 2 +- src/plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 045fbc1..863886b 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ grafana-cli plugins install chaosmeshorg-datasource Download the plugin zip package with the following command or go to to download: ```shell -curl -LO https://github.com/chaos-mesh/datasource/releases/download/v2.1.0/chaosmeshorg-datasource-2.1.0.zip +curl -LO https://github.com/chaos-mesh/datasource/releases/download/v2.2.0/chaosmeshorg-datasource-2.2.0.zip ``` After downloading, unzip: ```shell -unzip chaosmeshorg-datasource-2.1.0.zip -d YOUR_PLUGIN_DIR +unzip chaosmeshorg-datasource-2.2.0.zip -d YOUR_PLUGIN_DIR ``` Then update and save the `grafana.ini` file: diff --git a/package.json b/package.json index 0b64a62..e9e20ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chaosmeshorg-datasource", - "version": "2.1.0", + "version": "2.2.0", "description": "Chaos Mesh (A Chaos Engineering Platform for Kubernetes) Data source", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index c513efe..0d4d842 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -45,7 +45,7 @@ "path": "img/variables.png" } ], - "version": "2.1.0", + "version": "2.2.0", "updated": "%TODAY%" }, "dependencies": {