From a2c7393259781600e0323009b692dbe421137273 Mon Sep 17 00:00:00 2001 From: sheyanjie-qq <249478495@qq.com> Date: Tue, 29 Oct 2024 15:52:51 +0800 Subject: [PATCH] update version --- CHANGELOG.md | 6 ++++++ dashboards/TDinsightV3-CN.md | 1 + dashboards/TDinsightV3.md | 1 + package.json | 2 +- src/plugin.json | 4 ++-- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2126a41..b8afbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.6.2] - 2024-10-29 + +### Features + +- improve alert ui. + ## [3.6.1] - 2024-10-11 ### Features diff --git a/dashboards/TDinsightV3-CN.md b/dashboards/TDinsightV3-CN.md index 9395c0c..e1177a7 100644 --- a/dashboards/TDinsightV3-CN.md +++ b/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.6.2 | 3.3.0.0 及以上 | | 3.6.1 | 3.3.0.0 及以上 | | 3.6.0 | 3.3.0.0 及以上 | | 3.5.2 | 3.3.0.0 及以上 | diff --git a/dashboards/TDinsightV3.md b/dashboards/TDinsightV3.md index fb13a33..9153bbe 100644 --- a/dashboards/TDinsightV3.md +++ b/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.6.2 | 3.3.0.0 or later | | 3.6.1 | 3.3.0.0 or later | | 3.6.0 | 3.3.0.0 or later | | 3.5.2 | 3.3.0.0 or later | diff --git a/package.json b/package.json index 7667204..4e46865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdengine-datasource", - "version": "3.6.1", + "version": "3.6.2", "description": "Grafana datasource plugin for TDengine", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env development", diff --git a/src/plugin.json b/src/plugin.json index 3b569e0..644de35 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -95,8 +95,8 @@ "path": "img/howto-add-datasource.jpg" } ], - "version": "3.6.1", - "updated": "2024-10-11" + "version": "3.6.2", + "updated": "2024-10-29" }, "dependencies": { "grafanaDependency": ">=7.5.0",