From 4fab0c1f60d4afca0a38ab16bb3aea55acc614ba Mon Sep 17 00:00:00 2001 From: Marius Giger Date: Tue, 19 Dec 2023 17:37:18 +0100 Subject: [PATCH] adds changelog and renames master to main --- .github/workflows/ci.yml | 2 -- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/plugin.json | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ae8b49..d549a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,9 @@ name: CI on: push: branches: - - master - main pull_request: branches: - - master - main jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index cef8f2f..9c614c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Akenza Grafana Connector +## [1.0.5] + +upgrades Grafana dependencies to v10.x. + ## [1.0.4] + stores the API key encrypted and makes use of the backend proxy to execute requests to akenza. existing data sources won't be affected by this change and continue to work as normal. @@ -20,4 +25,5 @@ sign the plugin for private use for additional grafana instance URLs sign the plugin for private use for additional grafana instance URLs ## [1.0.0] + initial release which provides the functionality to visualize device data stored in akenza in grafana dashboards. diff --git a/package.json b/package.json index caf7f77..0e8f595 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "node": ">=20" }, "packageManager": "npm@9.8.1" -} +} \ No newline at end of file diff --git a/src/plugin.json b/src/plugin.json index c850167..8a4d77f 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -27,7 +27,7 @@ }, { "name": "License", - "url": "https://github.com/akenza-io/grafana-connector-v3/blob/master/LICENSE" + "url": "https://github.com/akenza-io/grafana-connector-v3/blob/main/LICENSE" } ], "screenshots": [], @@ -59,4 +59,4 @@ ] } ] -} +} \ No newline at end of file