From 6f46c318e12f71b3fc0104cdd988d3eb3f4cfa15 Mon Sep 17 00:00:00 2001 From: sheyanjie-qq <249478495@qq.com> Date: Wed, 20 Nov 2024 20:22:44 +0800 Subject: [PATCH] update version to 3.7.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/dashboards/TDinsightV3-CN.md | 1 + src/dashboards/TDinsightV3.md | 1 + src/plugin.json | 4 ++-- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a7d89..0dc6890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index bc203be..3143ccb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/dashboards/TDinsightV3-CN.md b/src/dashboards/TDinsightV3-CN.md index b7ecff3..7d3760f 100644 --- a/src/dashboards/TDinsightV3-CN.md +++ b/src/dashboards/TDinsightV3-CN.md @@ -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 及以上 | diff --git a/src/dashboards/TDinsightV3.md b/src/dashboards/TDinsightV3.md index c839824..766e40d 100644 --- a/src/dashboards/TDinsightV3.md +++ b/src/dashboards/TDinsightV3.md @@ -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 | diff --git a/src/plugin.json b/src/plugin.json index 49c8506..9f4a08d 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -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",