Skip to content

Commit 091c355

Browse files
authored
fix: defer plugin signing until approval (#18)
The v1.4.8 release failed because passing `policy_token` attempted to sign this public plugin before Grafana review has granted a signature level, and the signing service returned a 409 InvalidArgument. This defers plugin signing by disabling the `policy_token` input for now, keeps provenance attestation enabled, and bumps the package version to 1.4.9 for a clean release tag.
1 parent 616ad21 commit 091c355

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
go-version: '1.25'
2626
node-version: '24'
2727
attestation: true
28-
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
28+
# policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datasource-databend",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "Grafana datasource plugin for Databend",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)