Skip to content

Commit

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

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Aug 25, 2022
1 parent 017447a commit 19577df
Show file tree
Hide file tree
Showing 6 changed files with 1,799 additions and 1,940 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## 2.2.0 (IN PROGRESS)
## 2.2.0 (2022-08-25)

### Features / Enhancements

- Add YouTube video in README (#32)
- Rebuild based on 9.1.1 (#35)

## 2.1.0 (2022-06-23)

Expand Down
4 changes: 1 addition & 3 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-rss-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.1.1-orange)](https://www.grafana.com)
[![RSS/Atom](https://img.shields.io/badge/dynamic/json?color=blue&label=RSS%2FAtom%20Data%20Source&query=%24.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins%2Fvolkovlabs-rss-datasource)](https://grafana.com/grafana/plugins/volkovlabs-rss-datasource)
![CI](https://github.com/volkovlabs/volkovlabs-rss-datasource/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-rss-datasource/branch/main/graph/badge.svg?token=2W9VR0PG5N)](https://codecov.io/gh/VolkovLabs/volkovlabs-rss-datasource)
Expand All @@ -27,8 +27,6 @@ RSS/Atom data source can be installed from the Grafana Marketplace or use the `g
grafana-cli plugins install volkovlabs-rss-datasource
```

![Grafana Marketplace](https://raw.githubusercontent.com/VolkovLabs/volkovlabs-rss-datasource/main/src/img/grafana-marketplace.png)

## Features

- Supports RSS 2.0, RSS 1.0 and Atom.
Expand Down
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ version: '3.4'
services:
grafana:
container_name: grafana
image: grafana/grafana:9.0.0
image: ghcr.io/volkovlabs/app:latest
ports:
- 3000:3000/tcp
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_INSTALL_PLUGINS=marcusolsson-dynamictext-panel
- GF_DEFAULT_APP_MODE=development
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/panels.json
- GF_PANELS_DISABLE_SANITIZE_HTML=true
- GF_INSTALL_PLUGINS=marcusolsson-dynamictext-panel
volumes:
- ./dist:/var/lib/grafana/plugins/volkovlabs-rss-datasource
- ./provisioning:/etc/grafana/provisioning
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"author": "Volkov Labs",
"description": "RSS/Atom data source plugin 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.1.1",
"@grafana/runtime": "9.1.1",
"@grafana/toolkit": "9.1.1",
"@grafana/ui": "9.1.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"fast-xml-parser": "^4.0.8"
"fast-xml-parser": "^4.0.9"
},
"engines": {
"node": ">=16"
Expand All @@ -27,5 +27,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "2.1.0"
"version": "2.2.0"
}
Binary file removed src/img/grafana-marketplace.png
Binary file not shown.
Loading

0 comments on commit 19577df

Please sign in to comment.