From aeddf0f6faecea2232abae1cf27cb95f616e295b Mon Sep 17 00:00:00 2001 From: Haohan Yang Date: Fri, 6 Dec 2024 07:52:45 +0100 Subject: [PATCH] Update version number & README --- CHANGELOG.md | 7 +++++++ README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f214ee6..a3283bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 0.2.0 - 2024-12-06 +### Added +* Enabled Grafana Alerting([67358d5c](https://github.com/haohanyang/mongodb-datasource/commit/67358d5cb1ada5571697de21016f2acf5dbc1234)) +### Changed +* Improved query variable([#28](https://github.com/haohanyang/mongodb-datasource/pull/28)) + + ## 0.1.2 - 2024-11-10 ### Changed * Increased code editor's font size([84c7de5d](https://github.com/haohanyang/mongodb-datasource/commit/84c7de5df5035bd4c3214908eb6a389b53732cde)) diff --git a/README.md b/README.md index 0e93799..a22b8c3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This plugin enables you to query and visualize data from your MongoDB databases - **Flexible Querying:** Query data using MongoDB's aggregation pipeline syntax in JSON or JavaScript. Support query variables to create dynamic dashboards. - **Time Series & Table Data:** Visualize time-based data or display results in tabular format for various Grafana panels. - **MongoDB Atlas Support** Connect to MongoDB Atlas Services. +- **Grafana Alerting Support** Set up alerting rules based on query result - **Legacy Plugin Compatibility:** Easy migrate from the legacy plugin with support for its query syntax. ## Authentication methods diff --git a/package-lock.json b/package-lock.json index 355bae3..f21de20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-datasource", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-datasource", - "version": "0.1.2", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "11.10.6", diff --git a/package.json b/package.json index a93cc10..0fdf04a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-datasource", - "version": "0.1.2", + "version": "0.2.0", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",