From 81a431c0d69dc67e6ea5cb52b4386e7f736cc4aa Mon Sep 17 00:00:00 2001 From: Mattia Moretti Date: Fri, 20 Sep 2024 14:25:06 +0200 Subject: [PATCH] version 6.0.0 (#295) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- src/plugin.json | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7e0a5c..524896aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [Security Maintenance release (v6.0.0)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.0.0) - 16 Sep 2024 + +This release includes: + +- security patches +- React 18 upgrades +- Support for Grafana 11 +- new regions added +- golang and typescript libraries updates + +[Changes][v6.0.0] + + # [Security Maintenance release (v5.5.1)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v5.5.1) - 03 Jul 2024 diff --git a/package.json b/package.json index 68158efd..6f48674b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oci-metrics-datasource", "private": true, - "version": "5.5.1", + "version": "6.0.0", "description": "Oracle Cloud Infrastructure Metrics Data Source for Grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index 038bda94..4542f145 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -23,8 +23,8 @@ }, { "name": "UPL", "url": "https://oss.oracle.com/licenses/upl" } ], - "version": "5.5.1", - "updated": "2024-06-03", + "version": "6.0.0", + "updated": "2024-09-16", "screenshots":[ { "name":"OCI Metrics Dashboard",