Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
  • Loading branch information
g1eny0ung committed Jul 28, 2022
1 parent 46fb45d commit 874a460
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1] - 2022-07-28

### Fixed

- Clone the annotation query before using it, which prevents mutating the original value if you use a variable in annotations.
- Reset the `kind` field to `input` in annotations, which allows you to use variables in the kind field, such as `$kind`.

## [2.2.0] - 2022-06-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,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.0/chaosmeshorg-datasource-2.2.0.zip
curl -LO https://github.com/chaos-mesh/datasource/releases/download/v2.2.1/chaosmeshorg-datasource-2.2.1.zip
```

After downloading, unzip:

```shell
unzip chaosmeshorg-datasource-2.2.0.zip -d YOUR_PLUGIN_DIR
unzip chaosmeshorg-datasource-2.2.1.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.0",
"version": "2.2.1",
"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.0",
"version": "2.2.1",
"updated": "%TODAY%"
},
"dependencies": {
Expand Down

0 comments on commit 874a460

Please sign in to comment.