Skip to content

Commit

Permalink
Merge pull request #298 from taosdata/sheyj/update-version
Browse files Browse the repository at this point in the history
update version to 3.7.0
  • Loading branch information
sheyanjie-qq authored Nov 20, 2024
2 parents dd33c7a + 6f46c31 commit 76a9702
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [3.7.0] - 2024-11-20

### Features

- migrate TDengine Grafana plugin from Angular to React

## [3.6.3] - 2024-11-05

### Bug Fixes
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": "tdengine-datasource",
"version": "3.6.3",
"version": "3.7.0",
"description": "Grafana datasource plugin for TDengine",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
1 change: 1 addition & 0 deletions src/dashboards/TDinsightV3-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TDinsight v3.x 是使用 [TDengine 3.x] 监控数据库和 [Grafana] 对 TDengin
TDinsight v3.x 和 TDengine 的版本对应关系如下:
| TDinsight v3.x 版本 | TDengine 版本 |
| :-----------------: | :------------: |
| 3.7.0 | 3.3.0.0 及以上 |
| 3.6.3 | 3.3.0.0 及以上 |
| 3.6.2 | 3.3.0.0 及以上 |
| 3.6.1 | 3.3.0.0 及以上 |
Expand Down
1 change: 1 addition & 0 deletions src/dashboards/TDinsightV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TDinsight v3.x is a solution for monitoring TDengine using the builtin native mo
## Compatiable with TDengine version
| TDengine grafana plugin version | TDengine version |
| :-----------------------------: | :--------------: |
| 3.7.0 | 3.3.0.0 or later |
| 3.6.3 | 3.3.0.0 or later |
| 3.6.2 | 3.3.0.0 or later |
| 3.6.1 | 3.3.0.0 or later |
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"path": "img/howto-add-datasource.jpg"
}
],
"version": "3.6.3",
"updated": "2024-10-29"
"version": "3.7.0",
"updated": "2024-11-20"
},
"dependencies": {
"grafanaDependency": ">=7.5.0",
Expand Down

0 comments on commit 76a9702

Please sign in to comment.