Skip to content

Commit

Permalink
Update Environment DS 4.1.0 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Nov 4, 2024
1 parent b4db23b commit f45ca6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/environment/_getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Environment data source is not included in the Grafana Catalog. It can be instal
Signed to http://localhost:3000/ version can be used behind the proxy server (NGINX).

```sh
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.0.0/volkovlabs-env-datasource-4.0.0.zip plugins install volkovlabs-env-datasource
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.1.0/volkovlabs-env-datasource-4.1.0.zip plugins install volkovlabs-env-datasource
```

### Unsigned version

Can be used with any Grafana instance. Requires to add the environment data source to the allowed unsigned plugin configuration.

```sh
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.0.0/volkovlabs-env-datasource-4.0.0.unsigned.zip plugins install volkovlabs-env-datasource
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.1.0/volkovlabs-env-datasource-4.1.0.unsigned.zip plugins install volkovlabs-env-datasource
```
7 changes: 7 additions & 0 deletions grafana/environment/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ import BlogPost from "@theme/BlogPost";

Release Notes for the Environment data source.

## 4.1.0 (2024-11-03)

### Features / Enhancements

- Updated to Grafana 11.3.0 and dependencies (#43)
- Updated backend SDK to 0.253 (#44)

## 4.0.0 (2024-07-10)

:::warning Breaking changes
Expand Down

0 comments on commit f45ca6e

Please sign in to comment.