Skip to content

Latest commit

 

History

History
485 lines (288 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

485 lines (288 loc) · 16.7 KB

This release includes:

  • security patches
  • React 18 upgrades
  • Support for Grafana 11
  • new regions added
  • golang and typescript libraries updates

[Changes][v6.0.0]

This release includes:

  • few security patches
  • bug fix in multiple tenancy test function

Changes

This release includes:

  • Alert support
  • Cross Tenancy Support in instance principal mode
  • bug fixes
  • security fixes

Changes

************* WARNING ***********

This is a BETA release unsigned. It means is still not final, not ready for production and not signed. You must enable following option in grafana.ini in order to use this version: app_mode = development This version is NOT available in the Grafana catalogue yet, you need to manually install the plugin unzipping the binaries in your grafana plugin directory.


This beta includes alerting function.

Changes

This release includes:

  • Multi Region support
  • use of interval as template var
  • Auto interval setting
  • security fix in package babel-traverse, vulnerable to CVE-2023-45133
  • enhanced error handling
  • improved performances on queries

Changes

Implements the following:

  • Regex fix when using Compartments in Template vars
  • Sovereign Cloud Support
  • Explore issue when using Grafana version above v10.1

Changes

  • Compartment regex fix.
  • Added new Sovereign regions

Changes

  • Added new missing regions in Datasource Configuration
  • Fixed a small bug in data source configuration page(src/ConfigEditor.tsx)

Changes

This maintenance release includes:

Fix list of dimensions returned values from oci API in case of raw queries Fix sorting bug in case custom labels are used for non-indexed dimensions (for example for oci_autonomous_database)

Changes

Raw query template vars

Changes

  • Support for labeling on some custom metrics
  • Support for Raw query mode
  • Bug fixes and security fixes

Changes

  • FE completely rewritten in React/Typescript
  • Compatibility with Grafana 10
  • Caching of region, tenancy, compartments, dimensions queries
  • many performance improvements
  • new Grafana API

Changes

  • Upgraded nodejs dependencies
  • Upgraded net golang libraries

Changes

This release features

  • Multi-tenancy support
  • Secure JSON secrets for OCI Configuration
  • Added support for San Jose region

Changes

  • Customization of Graph labels (#131)
  • OCI region list sorted in alphabetical order (#132)
  • Updated GoLang and Javascript libraries, vulnerability patches (#133, #134, #136, #137, #138, #139, #140)
  • Metrics Namespace drop-down field bug fix (#135)
  • ARM64 support (#129)

Changes

New regions added:

  • Singapore
  • Paris
  • Queretaro

Update Grunt version. Update Linux readme.

Changes

Minor patch (v3.0.4) - 16 Mar 2022

Update build files, plugin.json

Changes

Fixes issue with multiple data sources and template variables.

Changes

Stopgap solution for Grafana 8 support which may not be fully polished. Full support will be released later.

Changes

  • Added support for uk gov regions uk-gov-london-1 , uk-gov-cardiff-1

Dev changes :

  • Removed toml file and replaced it with mod
  • Added some for installation and signing.

For oracle grafana developers In the next release : Append the following to the build script zip -r oci-grafana-metrics- ./dist

Changes

In test phase, please don't use in production

  • Now, all the metrics are being received.
  • The metrics request is 20x faster now.
  • Signed the plugin and added to tar file.

Changes

  • Fixed documentation with resource group in each query

Changes

This release adds support to new regions such as santiago, cardiff and dubai

Changes

  • Supports calling Oracle Cloud Infrastructure services in the ap-chiyoda-1 region

Changes

  • Please download only the plugin file

  • This is not for all users

  • Please generate the manifest file and send us back in email

  • The version has been updated to 2.0.0 in plugin.json

Changes

  • Not for all all users
  • This is not associated with the current code
  • Download only plugin.tar and other
  • Only for grafana support

Changes

v2.0.0 - 28 Sep 2020

  • Updated name and id of the plugin.

  • Please remove the existing plugin and install this version

  • There is no functional change.

Changes

  • Update docs for Grafana 7
  • Expand the default region list.
  • Fix resolution Input

Changes

  • Now, the number of list metrics call has been set to a maximum of 20 pages
  • The limit is configurable

Changes

New Features

  • Support added for variables and auto in window & resolution
Minor bug fixes
  • Fixed variable duplication in dropdowns
Documentation
  • Instructions added for using variables and auto-config in window and resolution of drop down

Changes

When OCI tenancy is provision with a single region, say 'us-phoenix-1' (home tenancy) and the datasource setting with local has the default regions as 'us-ausburn-1' (in the ~/.oci/config file), the getCompartment does not return the compartment list. The reason being the OCI tenancy has only one tenancy as home and that is not the 'us-phoenix-1' tenancy.

The fix is to set region to the home regions of the OCI tenancy, while making the getCompartment call.

Thanks Jayesh Patel

Changes

User will be able to use Resource Group. By Default: No Resource Group

Changes

V1.0.7 - 21 Feb 2020

Fix populated Metric Fields based on the selected region.

Changes

  1. Support hard coded values in template variables
  2. Fix bug with filtering compartments by regex in template variable editor

Changes

  1. New template variables were added:
  • dimensions() which show all possible dimension keys for selected region, compartment, namespace and metric
  • dimensionOptions() which show all possible dimension values for selected region, compartment, namespace, metric and dimension key.
  1. Dimension value variable can be used as multi-value. Separate queries are generated for each dimension value out of multi-select (but no more than 20 queries)

  2. Custom query is supported. User can type MQL expression manually which will be passed to telemetry instead of selected on the UI metric and dimensions.

  3. Custom template variables were added to the list of dimension value options. Duplicate options are removed.

  4. Options for regions and compartments are cached while query editor is open. Dimension options are cached for the selected region - compartment - namespace - metric.

Changes

$namespace In the previous version, the list of namespaces was hardcoded for the $namespace variable. Today the list of namespaces depends on region and compartment.

$metric In the previous version, the $metric variable depends on the home region, $compartment and hardcoded $namespace. Today $metric depends on $region, $compartment and $namespace.

Changes

V1.0.3 - 25 Sep 2019

Fix issue: Metric name rule creation updated

Changes

v1.0.2 - 27 Mar 2019

  • Shows subcompartments and removes inactive compartments from that list
  • Changes Metric names when rendering on the screen, uses a human readable name for the resource if one is present
  • Shortens ocids to first three and last six characters to save screen real estate

Changes

v1.0.1 - 08 Mar 2019

Pulls in regions dynamically Adds more documentation

Changes