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

Commit

Permalink
release 1.2.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am authored Jan 17, 2022
1 parent 2eefa78 commit ed2bd01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0
* Remove broken export button
* Improve flamegraph coloring for go

## 1.1.0
* Add context menu (triggered by right clicking the flamegraph)
* Add toolbar
Expand Down
5 changes: 2 additions & 3 deletions build-panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -euo pipefail

# TODO update this, use tags instead
#UPSTREAM_BRANCH="007c54f6357c354c3093fec3f8de87252e2c73e6"
UPSTREAM_COMMIT="b30c01e72f7f26fb4494fb7dcab233dd4968095c"
PACKAGE_VERSION=$(cat package.json \
| grep version \
| head -1 \
Expand All @@ -21,7 +20,7 @@ rm -Rf "$cloneDst"

#git clone --depth 1 --branch "$UPSTREAM_BRANCH" https://github.com/pyroscope-io/pyroscope.git "$cloneDst"
git clone --depth 1 --branch "main" https://github.com/pyroscope-io/pyroscope.git "$cloneDst"
git -C "$cloneDst" checkout "007c54f6357c354c3093fec3f8de87252e2c73e6"
git -C "$cloneDst" checkout "$UPSTREAM_COMMIT"



Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "pyroscope-pyroscope-grafana",
"version": "1.1.0",
"version": "1.2.0",
"description": "Pyroscope plugin for grafana",
"scripts": {
"build": "./build-panel.sh",
"sign": "grafana-toolkit plugin:sign"
},
"author": "Mike Egorov",
"license": "Apache-2.0",
"engines": {
"node": ">=14.17.0"
Expand Down

0 comments on commit ed2bd01

Please sign in to comment.