Skip to content

Commit

Permalink
v500 (#132)
Browse files Browse the repository at this point in the history
* v500

* abs link

* contrib
  • Loading branch information
mamorett authored Sep 6, 2024
1 parent ddfe76e commit 54500c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
{
"CodeGPT.apiKey": "Ollama"
}
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v5.0.0"></a>
# [Grafana 11 support and free query template vars (v5.0.0)](https://github.com/oracle/oci-grafana-logs/releases/tag/v5.0.0) - 03 Sep 2024

This release includes:
- Grafana 11 Support, drop support for Grafana 8.x
- React 18 library upgraded
- Support for free query template variable
- Enhanced debug logs
- Libraries upgrades and minor bug and security fixes

[Changes][v5.0.0]


<a name="v4.0.2"></a>
# [Sovereign cloud support and minor fixes (v4.0.2)](https://github.com/oracle/oci-grafana-logs/releases/tag/v4.0.2) - 28 Mar 2024

Expand Down Expand Up @@ -88,7 +101,7 @@ Update plugin.json, update screenshots

[Changes][v1.1.3-beta]


[v5.0.0]: https://github.com/oracle/oci-grafana-logs/compare/v4.0.2...v5.0.0
[v4.0.2]: https://github.com/oracle/oci-grafana-logs/compare/v4.0.1...v4.0.2
[v4.0.1]: https://github.com/oracle/oci-grafana-logs/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/oracle/oci-grafana-logs/compare/v3.0.0...v4.0.0
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-logs-datasource",
"private": true,
"version": "4.0.2",
"version": "5.0.0",
"description": "Oracle Cloud Infrastructure Logs Data Source for Grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{"name": "UPL", "url": "https://oss.oracle.com/licenses/upl"}
],
"version": "5.0.0",
"updated": "2024-07-11",
"updated": "2024-09-03",
"screenshots":[
{
"name":"OCI Logs Dashboard",
Expand Down

0 comments on commit 54500c6

Please sign in to comment.