Skip to content

Commit cdcba9f

Browse files
authored
Merge pull request #325 from Altinity/fix_github_issues
release 2.2.3, cleanup package.json
2 parents 6876f10 + a530517 commit cdcba9f

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 2.2.2
4+
current_version = 2.2.3
55

66
[bumpversion:file:package.json]
77

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.2.1 (2021-02-17)
1+
# 2.2.3 (2021-02-17)
22
## Enhancement:
33

44
* automate plugin sign process via github actions, fix wrong executable file permissions

dist/MANIFEST.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Hash: SHA512
88
"signedByOrg": "vertamedia",
99
"signedByOrgName": "Vertamedia",
1010
"plugin": "vertamedia-clickhouse-datasource",
11-
"version": "2.2.2",
12-
"time": 1613544113523,
11+
"version": "2.2.3",
12+
"time": 1613546387194,
1313
"keyId": "7e4d0c6a708866e7",
1414
"files": {
1515
"img/annotations.png": "09cc19df992fede5c4dd830f7b3c7a783702feced07ea9693d417ec127077b00",
@@ -22,7 +22,7 @@ Hash: SHA512
2222
"partials/annotations.editor.html": "14d2d5add7f13c7c722e33bbc53ef83750fb624e5f7d6efee4a9568addc2ab78",
2323
"partials/config.html": "51ba130304c63c1a00590a9dc94c8351ff6277e4cf695720de57bff87aeec744",
2424
"partials/query.editor.html": "eb9ab7af412a922ea2ce09c86b99a75ba70000977a5fd882b8e327a2a27e1904",
25-
"plugin.json": "9de19dc46b3490cd0cf98597fea2e9c3a131d818962354ca07e5b4116a83f20c",
25+
"plugin.json": "7e322a287a2bd93abde0a5f02aeb64b7e00d14f3f65a011f39036c572981e812",
2626
"README.md": "3194fcabb4b7ea1666d2d805a633555afbbe8f45e1e6cd73e3c21d0456cd5f46",
2727
"vertamedia-clickhouse-plugin_darwin_amd64": "eb06f9664650e8c32b5aed3e31a9f77a0382e8ab6c02af430020c12545eb5187",
2828
"vertamedia-clickhouse-plugin_linux_amd64": "b81329a550f52a6be5fd2d48c0576192292333f36a9a639946e1eed3c80fe596",
@@ -34,9 +34,9 @@ Hash: SHA512
3434
Version: OpenPGP.js v4.10.1
3535
Comment: https://openpgpjs.org
3636

37-
wqIEARMKAAYFAmAsurEACgkQfk0ManCIZudsXQIJAQYzQBo09zX8/qdh47vi
38-
C5QxQLGBQGnjfitTmN6R3y0d5WGkaNVIc03w93EZHMccrsQ3cbWKZR4FDtoI
39-
UTUboroEAgkBqqS7B2ZNNReUIkcN2Yml6hmSnQnIEPpzdk5MmZZFF3wFdgwu
40-
fQoXHFxBu4S3bOBEvAYg80H3HzG7Wn3wYAzmp4k=
41-
=w7dM
37+
wqEEARMKAAYFAmAsw5MACgkQfk0ManCIZucH7AIInTOR3xlAzk/Iu7PhAZQI
38+
j9G4bACbwjFUcRBZiWiIcr6hW7XuVYu4vTEst1RVGuIesCbq611UYCOED1Co
39+
fT5Zk5sCCQE/Hb0xVqA2gNj2AExBo7/9ZaqYlsbpfO6Plw1wmYJJhnSXmRkf
40+
AUi5If4qqVLGa7vrUrRNBosEgYdNVSiWrwHcgQ==
41+
=WLWv
4242
-----END PGP SIGNATURE-----

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/Vertamedia/clickhouse-grafana"
4444
}
4545
],
46-
"version": "2.2.2",
46+
"version": "2.2.3",
4747
"updated": "2020-07-31"
4848
},
4949

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vertamedia-clickhouse",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "ClickHouse datasource for Grafana",
55
"scripts": {
66
"build:prod": "webpack --config webpack.config.prod.js",
@@ -27,7 +27,7 @@
2727
"@babel/core": "^7.9.0",
2828
"@babel/preset-env": "^7.9.5",
2929
"@babel/preset-typescript": "^7.9.0",
30-
"@grafana/toolkit": "^7.3.5",
30+
"@grafana/toolkit": "^7.4.1",
3131
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
3232
"@types/jest": "^24.9.1",
3333
"@types/lodash-es": "^4.17.1",
@@ -46,7 +46,7 @@
4646
"ts-loader": "^6.2.2",
4747
"tslint": "^6.1.1",
4848
"typescript": "^3.9.5",
49-
"uglifyjs-webpack-plugin": "^2.2.2",
49+
"uglifyjs-webpack-plugin": "^2.2.0",
5050
"webpack": "^4.41.0",
5151
"webpack-cli": "^3.3.9"
5252
}

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ git config core.autocrlf input
1313
git config user.name "$GITHUB_LOGIN"
1414
git config user.email "$GITHUB_EMAIL"
1515
docker-compose stop
16-
docker-compose run frontend_builder
17-
docker-compose run backend_builder
16+
docker-compose run --rm frontend_builder
17+
docker-compose run --rm backend_builder
1818
dos2unix ./dist/*
1919
chmod +rx ./dist
2020
chmod +rx -R ./dist/vertamedia-clickhouse-plugin*
2121
git add .
2222
git diff-index --quiet HEAD || git commit -m "prepare to new release, $(grep current_version .bumpversion.cfg)"
2323
bump2version --verbose $1
24-
docker-compose run plugin_signer
24+
docker-compose run --rm plugin_signer
2525
git add .
2626
git commit -s -m "sign plugin, $(grep current_version .bumpversion.cfg)"
2727
git push --tags

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/Vertamedia/clickhouse-grafana"
4444
}
4545
],
46-
"version": "2.2.2",
46+
"version": "2.2.3",
4747
"updated": "2020-07-31"
4848
},
4949

0 commit comments

Comments
 (0)