Skip to content

Commit

Permalink
Merge pull request #5 from fiskaly/release/0.1.2
Browse files Browse the repository at this point in the history
Release: 0.1.2
  • Loading branch information
ppaulweber committed Jan 26, 2024
2 parents 4ac5283 + 49fa4a2 commit 8ec91ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ jobs:
- name: setup
run: make assets
- uses: grafana/plugin-actions/build-plugin@release
# uncomment to enable plugin sign in
#with:
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
# save the value in your repository secrets
#policy_token: $
#usage of GRAFANA_API_KEY is deprecated prefer policy_token
#grafana_token: $
with:
policy_token: ${{ secrets.POLICY_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

Enabled Grafana policy token for signing the data source plugin in order to be published in the Grafana plugin catalog.

## 0.1.1

Added additional optional `scope` for data source configuration.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "surrealdb",
"author": "fiskaly",
"license": "Apache-2.0",
"version": "0.1.1",
"version": "0.1.2",
"description": "Grafana Data Source Plugin for SurrealDB",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 8ec91ef

Please sign in to comment.