What's new from Grafana Labs
Authoring commits in Git Sync
Starting in Grafana 13.2.0, you can include authoring information to your commits.
If you don’t enable commit signing, you can use author override to author commits. If you don’t select author override, the signed-in Grafana user name and email will be used as the commit author.
If you enable commit signing, and if you enable the signer as the commit author, Git Sync will use the signer name and email as the author to all commits. If you don’t enable the signer as the commit author, the signed-in Grafana user name and email will be used as the commit author, and the committer will be the configured signer.