Skip to content

Commit 974d7ae

Browse files
committed
Bump 0.2.3 version.
1 parent 3e11781 commit 974d7ae

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.2.3
4+
5+
### Fixed
6+
7+
- Add licensing and notice files to respect Grafana Labs license
8+
- Various cleanup: remove console.log, dependency on Grafana simplejson
9+
- Update src/README.md
10+
11+
## 0.2.2
12+
13+
### Fixed
14+
15+
- Fix bug on template variable depending on another template variable
16+
- Fix bug when template variable is used with multiple values
17+
18+
## 0.2.1
19+
20+
### What's Changed
21+
* Add support for template variables
22+
* Update provisioning datasource guide by @hoangphuocbk in https://github.com/quickwit-oss/quickwit-datasource/pull/13
23+
24+
### New Contributors
25+
* @hoangphuocbk made their first contribution in https://github.com/quickwit-oss/quickwit-datasource/pull/13
26+
327
## 0.2.0
428

529
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ We recommand Grafana v9.5 or v10.
2020

2121
## Installation
2222

23-
### Download the latest release (0.2.1)
23+
### Download the latest release (0.2.3)
2424

2525
```bash
26-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.1/quickwit-quickwit-datasource-0.2.1.zip
26+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.3/quickwit-quickwit-datasource-0.2.3.zip
2727
```
2828

2929
### Unzip into the plugins directory
3030

3131
```bash
3232
mkdir -p grafana-storage/plugins
33-
unzip quickwit-quickwit-datasource-0.2.1.zip -d grafana-storage/plugins
33+
unzip quickwit-quickwit-datasource-0.2.3.zip -d grafana-storage/plugins
3434
```
3535

3636
### Start Grafana

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickwit-datasource",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Quickwit datasource",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)