Skip to content

Commit

Permalink
RobotBuild 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2021
1 parent 4a82623 commit 2627640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin provides ability to visualize data from TimeBase database by EPAM. M
TimeBase grafana plugin provides wide range of instruments for time-series processing in analyzing. Wide variety of functions
include functions from financial analysis domain, statistics, etc.

[Link to plugin distribution](https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.5/epam-timebase-datasource.zip)
[Link to plugin distribution](https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.6/epam-timebase-datasource.zip)

## Working with SSO on TimeBase WebAdmin

Expand All @@ -26,10 +26,10 @@ Other versions are rather incompatible or partially incompatible.

### Using `grafana-cli`

1. Run command `grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.5/epam-timebase-datasource.zip plugins install epam-timebase-datasource`
1. Run command `grafana-cli --pluginUrl https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.6/epam-timebase-datasource.zip plugins install epam-timebase-datasource`
1. Restart Grafana server.

### Using environment variable

1. Set environment variable `GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.5/epam-timebase-datasource.zip;epam-timebase-datasource`
1. Set environment variable `GF_INSTALL_PLUGINS=https://github.com/epam/TimeBaseGrafanaPlugin/releases/download/1.0.6/epam-timebase-datasource.zip;epam-timebase-datasource`
2. Restart grafana server.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epam-timebase-datasource",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
Expand Down

0 comments on commit 2627640

Please sign in to comment.