Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Grafana 11.2 and dependencies #82

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ webpack.config.ts
# Development folders
coverage/
dist/
playwright-report/

# Servers
xml-server/
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## 4.2.0 (IN PROGRESS)
## 4.2.0 (2024-09-17)

### Features / Enhancements

- Updated E2E tests to use Docker (#80)
- Updated to Grafana 11.2 and dependencies (#81)

## 4.1.0 (2024-06-07)

Expand Down
12 changes: 6 additions & 6 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/business-news/main/src/img/dashboard.png)

![Grafana](https://img.shields.io/badge/Grafana-11.0-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.2-orange)
![CI](https://github.com/volkovlabs/business-news/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/business-news/workflows/E2E/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/business-news/branch/main/graph/badge.svg?token=2W9VR0PG5N)](https://codecov.io/gh/VolkovLabs/business-news)
Expand Down Expand Up @@ -45,11 +45,11 @@ grafana-cli plugins install volkovlabs-rss-datasource

## Documentation

| Section | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Dynamic Text](https://volkovlabs.io/plugins/volkovlabs-rss-datasource/text/) | Demonstrates how to display feed using Dynamic Text panel. |
| [Provisioning](https://volkovlabs.io/plugins/volkovlabs-rss-datasource/provisioning/) | Demonstrates how to automatically provision the data source. |
| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-rss-datasource/release/) | Stay up to date with the latest features and updates. |
| Section | Description |
| ------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Dynamic Text](https://volkovlabs.io/plugins/business-news/text/) | Demonstrates how to display feed using Dynamic Text panel. |
| [Provisioning](https://volkovlabs.io/plugins/business-news/provisioning/) | Demonstrates how to automatically provision the data source. |
| [Release Notes](https://volkovlabs.io/plugins/business-news/release/) | Stay up to date with the latest features and updates. |

## Business Suite for Grafana

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

services:
grafana:
image: ghcr.io/volkovlabs/app:latest
Expand Down
Loading
Loading