Skip to content

Commit dcf8201

Browse files
committed
v6.5.2 release
1 parent 53a2f09 commit dcf8201

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v6.5.2"></a>
2+
# [Security Maintenance release (v6.5.2)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.5.2) - 28 Feb 2025
3+
4+
This release includes:
5+
6+
- security patches
7+
8+
[Changes][v6.5.2]
9+
110
<a name="v6.5.1"></a>
211
# [Security Maintenance release (v6.5.1)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v6.5.1) - 28 Feb 2025
312

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.1",
4+
"version": "6.5.2",
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.1",
27-
"updated": "2025-02-28",
26+
"version": "6.5.2",
27+
"updated": "2025-07-15",
2828
"screenshots":[
2929
{
3030
"name":"OCI Metrics Dashboard",

0 commit comments

Comments
 (0)