Skip to content

Commit

Permalink
Updated to Grafana 11.2 and dependencies (#82)
Browse files Browse the repository at this point in the history
* Updated to Grafana 11.2 and dependencies

* Update docker-compose.yml

* update build error

---------

Co-authored-by: vitPinchuk <[email protected]>
  • Loading branch information
mikhail-vl and vitPinchuk committed Sep 17, 2024
1 parent 2e2bc75 commit 9117808
Show file tree
Hide file tree
Showing 8 changed files with 1,623 additions and 1,865 deletions.
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

0 comments on commit 9117808

Please sign in to comment.