Skip to content

Commit

Permalink
Release 7.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action CI committed Nov 21, 2020
1 parent 82dcc90 commit 743a01b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Hash: SHA512
"signedByOrg": "cloudspout",
"signedByOrgName": "CloudSpout LLC",
"plugin": "cloudspout-button-panel",
"version": "7.0.21",
"time": 1605989377273,
"version": "7.0.22",
"time": 1605991856838,
"keyId": "7e4d0c6a708866e7",
"files": {
"module.js": "8141df6c25b516e7e538f0b8a40de883c1734b5b7134a1b558c8b3d28eba2d26",
"img/logo.svg": "16218334a5cacbc1e2ebc175e1210b8b0e42b8ccc659f3f734e9836a1051f26c",
"img/method-draw-image.svg": "16218334a5cacbc1e2ebc175e1210b8b0e42b8ccc659f3f734e9836a1051f26c",
"img/screenshot.png": "2a7005af1f4e9e803fd6f9e3fa21766706084a8c702de7b3c05713ba50a0642c",
"plugin.json": "febbefed1fd5aaeff60b505a765e773d61aa3c82dc055fb45d6f6d3495571afd",
"README.md": "c1e7b91728236157848436a38a65cbb6f3bc8b26c7f4be96c2a2bbdca9f947c8",
"plugin.json": "0951d3e300033a7d77c1badfcd0fa8804a3ecc5c24c7a826ec6f0f26042f06ff",
"README.md": "d51fb3c85fcc012d3609e4d03e65d4e5433a479cd50c340880d8c37f13b2bb1b",
"LICENSE": "3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986",
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
"module.js.map": "7538a3065927d10fc1ef772dea488b70395563f58df55923f2b0ce7e89422ea8",
Expand All @@ -29,9 +29,9 @@ Hash: SHA512
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqEEARMKAAYFAl+5dAEACgkQfk0ManCIZufh6wIIstPCQXHNY0sbFpj1WpGW
BTckWU620fCBhUsEDOrFve+xFTYhlMZ0e8pXu/lc+Cp1xyH4Umahmqo60Kmc
Q4mQvF8CCQHoqAIl3FcchKShvUptTOVlqlqP74XEKKHrQdwEAp1cb3OUdp+8
/sqqhLiYiwNnfekWJPE1F7582kHaWgJpHHtMxQ==
=rp6w
wqAEARMKAAYFAl+5fbEACgkQfk0ManCIZudwjQIJASKbDL7kp4/iOimdDGbG
lgkvuYSUbm7J9lehvlROytXCuwcZiMb+Ugti45KEfsyTD/LIOqsudFUkYEhY
WwDIWIieAgCBTjqll0s3X/nJCJq4KA96sIMKZ7ens3ZGkcLtfRisrUleltKW
5fQ4iMXH/9ELgZn7hWBWZdDBtWc7ijwOz9Jd
=uSee
-----END PGP SIGNATURE-----
4 changes: 2 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Use Basic Auth only if these limitations are acceptable!
Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/):

```BASH
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip \
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```

Expand All @@ -61,7 +61,7 @@ Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/ins

```BASH
$ docker run -p 3000:3000 -it \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip;cloudspout-button-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.3.1
```

Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name": "Settings"
}
],
"version": "7.0.21",
"version": "7.0.22",
"updated": "2020-11-21"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudspout-button-panel",
"version": "7.0.21",
"version": "7.0.22",
"description": "Panel for a single button",
"scripts": {
"clean": "rm -rf dist/",
Expand Down

0 comments on commit 743a01b

Please sign in to comment.