Grafana data source 0.1.1 resolves the Grafana catalog review blockers from the 0.1.0 submission and fixes the release automation that prevented 0.1.1 from being cut.
- Security: the plugin backend is now built with Go 1.26.4, patching the three
govulncheckfindings in the Go standard library (crypto/x509, mime, net/textproto) that were flagged in the published 0.1.0 binaries. - Provenance: release zips now carry an OIDC-signed build-provenance attestation, so you can verify the plugin build with
gh attestation verify <zip> --repo tuist/tuist. - Release automation: fixed the
git-cliffconfig so thegrafana-datasourcetag is no longer ignored because the word “datasource” contains the substring “rc”.