Skip to content

Commit

Permalink
version 6.0.0 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamorett committed Sep 20, 2024
1 parent 1cd81e1 commit 81a431c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v6.0.0"></a>
# [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]


<a name="v5.5.1"></a>
# [Security Maintenance release (v5.5.1)](https://github.com/oracle/oci-grafana-metrics/releases/tag/v5.5.1) - 03 Jul 2024

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 81a431c

Please sign in to comment.