Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Jul 31, 2022
1 parent d7ec015 commit c56081a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ grafana-cli plugins install chaosmeshorg-datasource
Download the plugin zip package with the following command or go to <https://github.com/chaos-mesh/datasource/releases> 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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"path": "img/variables.png"
}
],
"version": "2.2.1",
"version": "2.2.2",
"updated": "%TODAY%"
},
"dependencies": {
Expand Down

0 comments on commit c56081a

Please sign in to comment.