Skip to content

Commit

Permalink
Rebuild based on 9.0.7 (#7)
Browse files Browse the repository at this point in the history
* Rebuild based on 9.0.7

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Aug 15, 2022
1 parent d6308d1 commit d0bad3b
Show file tree
Hide file tree
Showing 5 changed files with 1,412 additions and 1,627 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 2.1.0 (IN PROGRESS)
## 2.1.0 (2022-08-15)

### Features / Enhancements

- Add YouTube video in README (#6)
- Rebuild based on 9.0.7 (#7)

## 2.0.0 (2022-06-17)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Dashboard](https://raw.githubusercontent.com/VolkovLabs/volkovlabs-env-datasource/main/src/img/dashboard.png)

[![Grafana 9](https://img.shields.io/badge/Grafana-9-orange)](https://www.grafana.com)
[![Grafana 9](https://img.shields.io/badge/Grafana-9.0.7-orange)](https://www.grafana.com)
![CI](https://github.com/volkovlabs/volkovlabs-env-datasource/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-env-datasource/branch/main/graph/badge.svg?token=2W9VR0PG5N)](https://codecov.io/gh/VolkovLabs/volkovlabs-env-datasource)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/VolkovLabs/volkovlabs-env-datasource.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/VolkovLabs/volkovlabs-env-datasource/context:javascript)
Expand All @@ -20,7 +20,7 @@ The Environment data source is a plugin for Grafana that returns environment var

## Getting Started

Because of the security reasons Environment data source can not be included in the Grafana Marketplace and can be installed manually from our private repository or downloaded directly from the GitHub repository:
Because of the security reasons Environment data source can not be included in the Grafana Marketplace. It can be installed manually from our Private Repository or downloaded directly from the GitHub:

```bash
grafana-cli --repo https://volkovlabs.io/plugins plugins install volkovlabs-env-datasource
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ version: '3.4'
services:
grafana:
container_name: grafana
image: grafana/grafana:9.0.0
image: ghcr.io/volkovlabs/app:latest
ports:
- 3000:3000
environment:
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_BASIC_ENABLED=false
- GF_ENABLE_GZIP=true
- GF_USERS_DEFAULT_THEME=light
- GF_DEFAULT_APP_MODE=development
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/panels.json
volumes:
- ./dist:/var/lib/grafana/plugins/volkovlabs-env-datasource
- ./provisioning:/etc/grafana/provisioning
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"author": "Volkov Labs",
"description": "Data Source to return environment variables for Grafana",
"devDependencies": {
"@grafana/data": "9.0.0",
"@grafana/runtime": "9.0.0",
"@grafana/toolkit": "9.0.0",
"@grafana/ui": "9.0.0",
"@grafana/data": "9.0.7",
"@grafana/runtime": "9.0.7",
"@grafana/toolkit": "9.0.7",
"@grafana/ui": "9.0.7",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
Expand All @@ -29,5 +29,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "2.0.0"
"version": "2.1.0"
}
Loading

0 comments on commit d0bad3b

Please sign in to comment.