This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0
4+ * Remove broken export button
5+ * Improve flamegraph coloring for go
6+
37## 1.1.0
48* Add context menu (triggered by right clicking the flamegraph)
59* Add toolbar
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- # TODO update this, use tags instead
6- # UPSTREAM_BRANCH="007c54f6357c354c3093fec3f8de87252e2c73e6"
5+ UPSTREAM_COMMIT=" b30c01e72f7f26fb4494fb7dcab233dd4968095c"
76PACKAGE_VERSION=$( cat package.json \
87 | grep version \
98 | head -1 \
@@ -21,7 +20,7 @@ rm -Rf "$cloneDst"
2120
2221# git clone --depth 1 --branch "$UPSTREAM_BRANCH" https://github.com/pyroscope-io/pyroscope.git "$cloneDst"
2322git clone --depth 1 --branch " main" https://github.com/pyroscope-io/pyroscope.git " $cloneDst "
24- git -C " $cloneDst " checkout " 007c54f6357c354c3093fec3f8de87252e2c73e6 "
23+ git -C " $cloneDst " checkout " $UPSTREAM_COMMIT "
2524
2625
2726
Original file line number Diff line number Diff line change 11{
22 "name" : " pyroscope-pyroscope-grafana" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " Pyroscope plugin for grafana" ,
55 "scripts" : {
66 "build" : " ./build-panel.sh" ,
77 "sign" : " grafana-toolkit plugin:sign"
88 },
9- "author" : " Mike Egorov" ,
109 "license" : " Apache-2.0" ,
1110 "engines" : {
1211 "node" : " >=14.17.0"
You can’t perform that action at this time.
0 commit comments