Skip to content

Commit b6d7f95

Browse files
committed
Update to Grafana 7.3.5
1 parent 24674ed commit b6d7f95

File tree

9 files changed

+58844
-20755
lines changed

9 files changed

+58844
-20755
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ work/
2525
ci/
2626
e2e-results/
2727

28+
token
29+

DEV.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Publish
2+
1. Build the plugin `npm run build`
3+
2. Add token to env `set GRAFANA_API_KEY=<my_api_key>` and sign the plugin `npx @grafana/toolkit plugin:sign`

dist/MANIFEST.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
-----BEGIN PGP SIGNED MESSAGE-----
3+
Hash: SHA512
4+
5+
{
6+
"manifestVersion": "2.0.0",
7+
"signatureType": "community",
8+
"signedByOrg": "ae3e",
9+
"signedByOrgName": "ae3e",
10+
"plugin": "ae3e-plotly-panel",
11+
"version": "0.3.3",
12+
"time": 1608280255708,
13+
"keyId": "7e4d0c6a708866e7",
14+
"files": {
15+
"dashboards\\simple.json": "3c0ce2be958031018afe9b1f8165dce7eb531b972d3780b0c721e4224050309b",
16+
"img\\editor.png": "158e968f971e6fc129c007867aa9a424d3674431452d3c83d4ff9ae7813d7e43",
17+
"img\\logo.svg": "28f63778b318920c0ee492ff254912d61ae472854ab66d6ce6d505c2d1ed878e",
18+
"img\\panel.png": "ebd614120962a84bc6e6808fe6df3dec7ade38c8abb9181d49c229e0ccd2df96",
19+
"img\\plotly.svg": "d5ec9acca6416f4bc3161de6f203511cc8c02888b0eb6fef35cfa8c7f590c715",
20+
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
21+
"LICENSE": "e03ba41d7fab20700769fe4118bab50d800cb74f990353a05d2f5fff1c228363",
22+
"module.js": "0368dc165312429aaa2ff018e232686f89f3e36da574435528a086e846b5b589",
23+
"module.js.LICENSE.txt": "eb4b164660704be35f9a13f2d19a8477bbdf0539036389ca04b0105afde31c52",
24+
"module.js.map": "ff54e0513edbd945283cd3ad9d1c60df6689f504ee102a79d11391da3c55797f",
25+
"plugin.json": "2f8d6bbae7cbe54a0855b6c45c705ada9066555d06450ad83e85bdcfb635a73d",
26+
"README.md": "0caf03166baae36477953ec84463aa65b7505af6a03b2e7d9a00bdcedc07973c"
27+
}
28+
}
29+
-----BEGIN PGP SIGNATURE-----
30+
Version: OpenPGP.js v4.10.1
31+
Comment: https://openpgpjs.org
32+
33+
wqAEARMKAAYFAl/caL8ACgkQfk0ManCIZucLLgIHXbXAXI2CTV3hWo+Ceeti
34+
Kfceiu4hYqc6rjM/G7Z3P9Wgfk9RatRW1KZ8bO4QbXc839AcNM5JnZHBVeMY
35+
2v79nskCB2Jcmwsp3Zv8RQF3dAkGjjkHX/VjnYuMq8DaMkBbcdEQkwF8k6+Q
36+
yAhHrDkDjQ7YKpYC9yxmBj5vbikALZaFDJgJ
37+
=SAQ0
38+
-----END PGP SIGNATURE-----

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "Editor", "path": "img/editor.png"},
2121
{"name": "Panel", "path": "img/panel.png"}
2222
],
23-
"version": "0.3.2",
24-
"updated": "2020-11-04"
23+
"version": "0.3.3",
24+
"updated": "2020-12-18"
2525
},
2626

2727
"dependencies": {

0 commit comments

Comments
 (0)