Skip to content

Commit

Permalink
Upgrade to Grafana 9.3.6 (#19)
Browse files Browse the repository at this point in the history
* Upgrade to Grafana 9.3.6

* Update README.md
  • Loading branch information
mikhail-vl authored Feb 9, 2023
1 parent c706185 commit 15d841a
Show file tree
Hide file tree
Showing 6 changed files with 1,259 additions and 1,150 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

### Features / Enhancements

- Update README to explain how to use data source for custom domain (#18)
- Update README to explain how to use data source for a custom domain (#18)
- Add NGINX configuration example (#18)
- Update to Grafana 9.3.6 (#19)

## 2.2.0 (2022-11-06)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 Volkov Labs
Copyright 2022-2023 Volkov Labs

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grafana-cli --repo https://volkovlabs.io/plugins plugins install volkovlabs-env-

## Private plugin

Plugin is signed as Private plugin for Grafana running using default domain `http://localhost:3000`. If you are using custom domain URL, there are various options depends on your deployment:
Plugin is signed as a Private plugin for Grafana using the default domain `http://localhost:3000``. If you are using custom domain URL, there are various options depends on your deployment:

### NGINX Reverse proxy

Expand Down Expand Up @@ -71,7 +71,7 @@ services:

### Unsigned plugin

Take a look at [Allow Unsigned Plugins](https://volkovlabs.io/plugins/grafana-allow-unsigned/) section in the documentation.
Take a look at [Allow Unsigned Plugins](https://volkovlabs.io/plugins/grafana/allow-unsigned/) section in the documentation.

### Build plugin and sign

Expand Down Expand Up @@ -105,7 +105,7 @@ datasources:
## Feedback
We love to hear from users, developers, and the whole community interested in this plugin. These are various ways to get in touch with us:
We love to hear from you. There are various ways to get in touch with us:
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/volkovlabs-env-datasource/issues/new/choose).
- Sponsor our open-source plugins for Grafana with [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
Expand Down
8 changes: 4 additions & 4 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.2.2",
"@grafana/runtime": "9.2.2",
"@grafana/toolkit": "9.2.2",
"@grafana/ui": "9.2.2",
"@grafana/data": "9.3.6",
"@grafana/runtime": "9.3.6",
"@grafana/toolkit": "9.3.6",
"@grafana/ui": "9.3.6",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
Expand Down
14 changes: 7 additions & 7 deletions provisioning/dashboards/panels.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"textMode": "auto"
},
"pluginVersion": "9.1.1",
"pluginVersion": "9.3.6",
"title": "Edition",
"transformations": [
{
Expand Down Expand Up @@ -135,7 +135,7 @@
},
"textMode": "value"
},
"pluginVersion": "9.1.1",
"pluginVersion": "9.3.6",
"title": "Version",
"transformations": [
{
Expand Down Expand Up @@ -192,7 +192,7 @@
"overrides": []
},
"gridPos": {
"h": 28,
"h": 22,
"w": 24,
"x": 0,
"y": 3
Expand All @@ -212,7 +212,7 @@
}
]
},
"pluginVersion": "9.1.1",
"pluginVersion": "9.3.6",
"title": "Environment Variables",
"type": "table"
}
Expand All @@ -224,9 +224,9 @@
"list": [
{
"current": {
"selected": false,
"text": "9.1.1",
"value": "9.1.1"
"selected": true,
"text": "9.3.6",
"value": "9.3.6"
},
"datasource": {
"type": "volkovlabs-env-datasource",
Expand Down
Loading

0 comments on commit 15d841a

Please sign in to comment.