From 8f6eee01658e1d64deab213411fa1ec4755b2d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 7 Feb 2025 15:50:13 +0100 Subject: [PATCH 1/2] Release 0.6.23 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b261ef3..7295068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.6.23 - 2025-02-07 + +- Update documentation about the deprecation + ## v0.6.22 - 2025-01-17 - 🛡️ **Security**: `golang.org/x/net` from 0.30.0 to 0.33.0 diff --git a/package.json b/package.json index c6d089a..94a5a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-csv-datasource", - "version": "0.6.22", + "version": "0.6.23", "description": "A Grafana data source for loading CSV data", "keywords": [ "grafana", From 4ea40a7de71fea9f3b7701ddc3e309131df91adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 7 Feb 2025 16:01:27 +0100 Subject: [PATCH 2/2] Update plugin's readme --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 6f34f33..bc8414f 100644 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,6 @@ # CSV data source for Grafana -## (NOTE: this plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) instead) +## (NOTE: this plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) instead. If you want to get started quickly with CSV and Grafana, please read [How to Visualize CSV Data with Grafana](https://grafana.com/blog/2025/02/05/how-to-visualize-csv-data-with-grafana/), which uses the recommended approach.) The Grafana CSV Datasource plugin is designed to load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format. Whether you have log files, historical data, or other datasets in CSV format, this plugin streamlines the process of integrating this data into your Grafana dashboards.