Skip to content

Commit

Permalink
Release 7.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action CI committed Nov 21, 2020
1 parent c745dd3 commit c85360e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 59 deletions.
30 changes: 15 additions & 15 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ Hash: SHA512
"signedByOrg": "cloudspout",
"signedByOrgName": "CloudSpout LLC",
"plugin": "cloudspout-button-panel",
"version": "7.0.19",
"time": 1605763276927,
"version": "7.0.20",
"time": 1605988549373,
"keyId": "7e4d0c6a708866e7",
"files": {
"module.js.LICENSE.txt": "0d8f66cd4afb566cb5b7e1540c68f43b939d3eba12ace290f18abc4f4cb53ed0",
"plugin.json": "05d940d0edf8cb268eb8d1393191c50c9bf6355d20e0ef75c83391aaba490aa9",
"module.js.map": "7538a3065927d10fc1ef772dea488b70395563f58df55923f2b0ce7e89422ea8",
"module.js": "8141df6c25b516e7e538f0b8a40de883c1734b5b7134a1b558c8b3d28eba2d26",
"static/button-panel.css": "d6debc015aff67c2ccde580cd00ce497ef1f1c7c001e6af400e802de8c77abb4",
"README.md": "3dd869ab2238fb05db5c11dcfc6e7130c51cf3854f23ff05a7483e018f9122a2",
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
"LICENSE": "3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986",
"img/logo.svg": "16218334a5cacbc1e2ebc175e1210b8b0e42b8ccc659f3f734e9836a1051f26c",
"img/method-draw-image.svg": "16218334a5cacbc1e2ebc175e1210b8b0e42b8ccc659f3f734e9836a1051f26c",
"img/screenshot.png": "2a7005af1f4e9e803fd6f9e3fa21766706084a8c702de7b3c05713ba50a0642c",
"img/method-draw-image.svg": "16218334a5cacbc1e2ebc175e1210b8b0e42b8ccc659f3f734e9836a1051f26c"
"plugin.json": "5b0738b5613ec279d3ef93f3d2a4f33e6db72f42cbe6a0a7a71d80fb2bb9dca0",
"README.md": "9aecb93ea87deedbf36594f9292439c748041758eb01ff067beec8bcea628649",
"LICENSE": "3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986",
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
"module.js.map": "7538a3065927d10fc1ef772dea488b70395563f58df55923f2b0ce7e89422ea8",
"static/button-panel.css": "d6debc015aff67c2ccde580cd00ce497ef1f1c7c001e6af400e802de8c77abb4",
"module.js.LICENSE.txt": "0d8f66cd4afb566cb5b7e1540c68f43b939d3eba12ace290f18abc4f4cb53ed0"
}
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqAEARMKAAYFAl+2AM0ACgkQfk0ManCIZuf16AIIiadoWEpFTftFszc/+KIu
ke7AyMNATXL09lMTTJlXvJBlcuC2LhW80oN4cf2EMYsgN6I9+INElfaRTqcL
hcF0kwUCBiBKJxLmgl6px+GGZon0PlR7Q87/cwvd5igGLuqDzEGIJox99sZB
V0OT8XNV+6Fv6sPIu9U7pmN37iwKZODUcQO1
=ioaS
wqIEARMKAAYFAl+5cMUACgkQfk0ManCIZufZ5wIJAWpTOB3OXAMMx20PXFP+
3exZlWYfI4hqUHKgzZymIIrQ+nq9x30q5FpyKYjpLzBnyAPWaGW9weEYXyQr
5TMPXIYPAgkBWryopd4GS45z9BrsNSlhEpTozj23Pp9T0tPIgHoC0Gwo3ihF
B57Z4fFVmgl7HfwpLcpoyxX3/tt+E2Zt1e5SRuU=
=4ziR
-----END PGP SIGNATURE-----
42 changes: 2 additions & 40 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.18/cloudspout-button-panel.zip \
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.19/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```

Expand All @@ -61,48 +61,10 @@ 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.18/cloudspout-button-panel.zip;cloudspout-button-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.19/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.3.1
```


## Build
First, install dependencies.
Node 12.x is required

```BASH
yarn install
```

To work with this plugin run:

```BASH
yarn watch
```

This will run linting tools and apply prettier fix.

Use an actual Docker container in parallel to test:

```BASH
$ docker run --rm -p 3000:3000 -v "$(pwd)"/dist:/var/lib/grafana/plugins/cloudspout-button-panel --name=grafana grafana/grafana:7.3.1
```

To build the plugin run:

```BASH
npm run dist
```

## Deploy

1. Update `README.md` for the correct, upcomming version.

2. ```BASH
GITHUB_TOKEN=... GRAFANA_API_KEY=... npm run release
```
or [GitHub action](https://github.com/cloudspout/cloudspout-button-panel/actions?query=workflow%3A%22Node.js+Release%22)

## License

GPL v3
Expand Down
4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"name": "Settings"
}
],
"version": "7.0.19",
"updated": "2020-11-19"
"version": "7.0.20",
"updated": "2020-11-21"
},
"dependencies": {
"grafanaVersion": "7.x.x",
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.19",
"version": "7.0.20",
"description": "Panel for a single button",
"scripts": {
"clean": "rm -rf dist/",
Expand Down

0 comments on commit c85360e

Please sign in to comment.