From c56081a00fa59208fba59476931dc327c32bd0f1 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Sun, 31 Jul 2022 21:41:38 +0800 Subject: [PATCH] v2.2.2 Signed-off-by: Yue Yang --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- src/plugin.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d40de..632b4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.2] - 2022-07-31 + +### Changed + +Ready for submission to grafana official plugins repository. 🥰 + ## [2.2.1] - 2022-07-28 ### Fixed diff --git a/README.md b/README.md index 7cb8c68..6685c00 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,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.2.1/chaosmeshorg-datasource-2.2.1.zip +curl -LO https://github.com/chaos-mesh/datasource/releases/download/v2.2.2/chaosmeshorg-datasource-2.2.2.zip ``` After downloading, unzip: ```shell -unzip chaosmeshorg-datasource-2.2.1.zip -d YOUR_PLUGIN_DIR +unzip chaosmeshorg-datasource-2.2.2.zip -d YOUR_PLUGIN_DIR ``` Then update and save the `grafana.ini` file: diff --git a/package.json b/package.json index 7361e17..bc9d608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chaosmeshorg-datasource", - "version": "2.2.1", + "version": "2.2.2", "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 e7ae513..32e2546 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -45,7 +45,7 @@ "path": "img/variables.png" } ], - "version": "2.2.1", + "version": "2.2.2", "updated": "%TODAY%" }, "dependencies": {