We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to how SSS currently works with provisioned plugins, we have to upload a separate artifact for tagged releases.
The GCS URL could be: {BUCKET}/{PLUGIN_ID}/{VERSION}/tags/{PLUGIN_ID}-{TAG}.zip
{BUCKET}/{PLUGIN_ID}/{VERSION}/tags/{PLUGIN_ID}-{TAG}.zip
Slack thread with discussion: https://raintank-corp.slack.com/archives/C01C4K8DETW/p1740067230244959
The text was updated successfully, but these errors were encountered:
IIRC this was actually done in Drone but was accidentally removed during the GHA migration:
https://github.com/grafana/grafana-drone-extension/blob/411172f4e3681acb2e78d2ed0d42ba8e1fc093c7/pluginjson/pipeline-deploy.go#L142-L153
This should be kept for backwards compatibility until https://github.com/grafana/grafana-community-team/issues/220 is done
Sorry, something went wrong.
xnyo
Successfully merging a pull request may close this issue.
Due to how SSS currently works with provisioned plugins, we have to upload a separate artifact for tagged releases.
The GCS URL could be:
{BUCKET}/{PLUGIN_ID}/{VERSION}/tags/{PLUGIN_ID}-{TAG}.zip
Slack thread with discussion: https://raintank-corp.slack.com/archives/C01C4K8DETW/p1740067230244959
The text was updated successfully, but these errors were encountered: