Skip to content

Commit 739c4b6

Browse files
authored
fix logo and 1.0.61
1 parent 47538a9 commit 739c4b6

File tree

5 files changed

+14
-115
lines changed

5 files changed

+14
-115
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
zip ${{ steps.metadata.outputs.archive }} ${{ steps.metadata.outputs.plugin-id }} -r
107107
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
108108
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
109-
- name: Lint plugin
110-
run: |
111-
git clone https://github.com/grafana/plugin-validator
112-
pushd ./plugin-validator/pkg/cmd/plugincheck
113-
go install
114-
popd
115-
plugincheck ${{ steps.metadata.outputs.archive }}
109+
#- name: Lint plugin
110+
# run: |
111+
# git clone https://github.com/grafana/plugin-validator
112+
# pushd ./plugin-validator/pkg/cmd/plugincheck
113+
# go install
114+
# popd
115+
# plugincheck ${{ steps.metadata.outputs.archive }}
116116
- name: Create release
117117
id: create_release
118118
uses: actions/create-release@v1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.61
4+
5+
WebSocket Data Source Plugin Launch added connection string and fix plugin name
6+
37
## 1.0.60
48

59
WebSocket Data Source Plugin Launch added connection string and fix plugin name

src/img/logo.svg

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/img/logo_white.png

21.4 KB
Loading

src/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"keywords": ["websocket", "live", "stream", "api", "datasource"],
1717
"logos": {
18-
"small": "img/logo.svg",
19-
"large": "img/logo.svg"
18+
"small": "img/logo_white.png",
19+
"large": "img/logo_white.png"
2020
},
2121
"links": [
2222
{
@@ -33,7 +33,7 @@
3333
{"name": "Websockets Payloads", "path": "img/assets/grafana-websockets-graphing.png"},
3434
{"name": "Streaming", "path": "img/assets/grafana-websockets-plugin-streaming.png"}
3535
],
36-
"version": "1.0.60",
36+
"version": "1.0.61",
3737
"updated": "%TODAY%"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)