Skip to content

Commit 2eb631d

Browse files
author
Mattia Moretti
authored
v651 (#317)
1 parent f76e583 commit 2eb631d

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
<a name="v6.5.1"></a>
2+
# [Security Maintenance release (v6.5.1)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.5.1) - 28 Feb 2025
3+
4+
This release includes:
5+
6+
- Bug fix for issue #311
7+
- Bug fix for issue #309
8+
9+
[Changes][v6.5.1]
10+
111
<a name="v6.5.0"></a>
2-
# [Security Maintenance release (v6.5.0)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.5.0) - 05 Feb 2025
12+
# [Support for DRCC/Alloy Regions (v6.5.0)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.5.0) - 05 Feb 2025
313

414
This release includes:
515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oci-metrics-datasource",
33
"private": true,
4-
"version": "6.5.0",
4+
"version": "6.5.1",
55
"description": "Oracle Cloud Infrastructure Metrics Data Source for Grafana",
66
"scripts": {
77
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
{ "name": "UPL", "url": "https://oss.oracle.com/licenses/upl" }
2525
],
26-
"version": "6.5.0",
27-
"updated": "2025-02-05",
26+
"version": "6.5.1",
27+
"updated": "2025-02-28",
2828
"screenshots":[
2929
{
3030
"name":"OCI Metrics Dashboard",

0 commit comments

Comments
 (0)