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

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Jan 5, 2022
1 parent ebdd328 commit 26b1b30
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,13 @@ jobs:
- name: Lint plugin
run: |
export PATH="$(go env GOPATH)/bin/:$PATH"
git clone https://github.com/grafana/plugin-validator
pushd ./plugin-validator/cmd/plugincheck
pushd ./plugin-validator/pkg/cmd/plugincheck2
go install
popd
plugincheck ${{ steps.metadata.outputs.archive }}
plugincheck2 -config lint.config.yaml ${{ steps.metadata.outputs.archive }}
- name: Create release
id: create_release
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.0
* Support template variables

## 1.0.0 (Unreleased)

Initial release.
17 changes: 17 additions & 0 deletions lint.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
global:
enabled: true
severity: error
jsonOutput: false

analyzers:
screenshots:
rules:
screenshots:
# TODO publish screenshots?
enabled: false

pluginname:
rules:
# TODO update our name?
human-friendly-name:
enabled: false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyroscope-pyroscope-data-source-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "Flamegraph data provider",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand All @@ -10,7 +10,7 @@
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "Mike Egorov",
"author": "Pyroscope devs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "latest",
Expand Down

0 comments on commit 26b1b30

Please sign in to comment.