Skip to content

Commit

Permalink
Update to Grafana 11.3.0 and dependencies (#44)
Browse files Browse the repository at this point in the history
* Update to Grafana 11.3.0 and dependencies

* Update plugin.json
  • Loading branch information
mikhail-vl authored Nov 3, 2024
1 parent 9734386 commit 94975cf
Show file tree
Hide file tree
Showing 9 changed files with 2,662 additions and 4,195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "stable"

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "stable"

- name: Install dependencies
run: npm install
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0 (2024-11-03)

### Features / Enhancements

- Updated to Grafana 11.3.0 and dependencies (#43)

## 4.0.0 (2024-07-10)

### Breaking changes
Expand Down
21 changes: 10 additions & 11 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](https://img.shields.io/badge/Grafana-11.1-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.3-orange)
![CI](https://github.com/volkovlabs/volkovlabs-env-datasource/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/volkovlabs-env-datasource/workflows/E2E/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)
Expand Down Expand Up @@ -49,21 +49,20 @@ grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/

## Documentation

| Section | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Deployment](https://volkovlabs.io/grafana/volkovlabs-env-datasource/deployment/) | Explains deployment options for the data source. |
| [Features](https://volkovlabs.io/grafana/volkovlabs-env-datasource/features/) | Demonstrates data source features. |
| [Provisioning](https://volkovlabs.io/grafana/volkovlabs-env-datasource/provisioning/) | Demonstrates how to automatically provision the data Source. |
| [Release Notes](https://volkovlabs.io/grafana/volkovlabs-env-datasource/release/) | Stay up to date with the latest features and updates. |
| Section | Description |
| ----------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Deployment](https://volkovlabs.io/grafana/environment/deployment/) | Explains deployment options for the data source. |
| [Features](https://volkovlabs.io/grafana/environment/features/) | Demonstrates data source features. |
| [Provisioning](https://volkovlabs.io/grafana/environment/provisioning/) | Demonstrates how to automatically provision the data Source. |
| [Release Notes](https://volkovlabs.io/grafana/environment/release/) | Stay up to date with the latest features and updates. |

## Feedback
## Always happy to hear from you

We're looking forward to hearing from you. You can use different 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).
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
- Sponsor our open-source plugins for Grafana with [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Support our project by starring the repository.
- Subscribe to our [YouTube Channel](https://youtube.com/@volkovlabs) and leave your comments.
- Become a [Business Suite sponsor](https://github.com/sponsors/VolkovLabs).

## License

Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: '3.4'

services:
grafana:
container_name: grafana
image: ghcr.io/volkovlabs/app:latest
ports:
- 3000:3000
Expand All @@ -16,7 +13,6 @@ services:
- dev

grafana-main:
container_name: grafana-main
image: grafana/grafana:main
ports:
- 3000:3000/tcp
Expand All @@ -30,7 +26,6 @@ services:
- main

test:
container_name: test-e2e
build:
context: .
dockerfile: test/Dockerfile
Expand Down
Loading

0 comments on commit 94975cf

Please sign in to comment.