Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit ed2bd01

Browse files
authored
release 1.2.0 (#5)
1 parent 2eefa78 commit ed2bd01

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

build-panel.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
set -euo pipefail
44

5-
# TODO update this, use tags instead
6-
#UPSTREAM_BRANCH="007c54f6357c354c3093fec3f8de87252e2c73e6"
5+
UPSTREAM_COMMIT="b30c01e72f7f26fb4494fb7dcab233dd4968095c"
76
PACKAGE_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"
2322
git 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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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"

0 commit comments

Comments
 (0)