How to get the Grafana OSS Standalone Linux Binaries download URI for a given version?

Since you’ve included the build ID in the uri, like:

https://dl.grafana.com/grafana-enterprise/release/13.1.0/grafana-enterprise_13.1.0_28013217238_linux_amd64.tar.gz

The 28913217238 number breaks automations that once only had the usual semver numbers. Should I expect that maybe tomorrow a new build for version 13.1.0 will be released…? If not, why the choice to change the release naming convention that have been the same for more than 10 years?

https://dl.grafana.com/oss/release/grafana-13.1.0.linux-amd64.tar.gz is still being uploaded in the same format as it was before. So any automation you had before should still be working :slight_smile: