grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
65.24k stars 12.17k forks source link

Unexpected folder name change for standalone linux binary download #78151

Open schu opened 1 year ago

schu commented 1 year ago

What happened?

The name of the top folder for standalone linux binary downloads has changed from 10.2.0 to 10.2.1. Before it was grafana-10.2.0, now it's grafana-v10.2.1 (leading v added). Not a problem per se, but an unexpected and potentially breaking change for automated deployments which expect the former naming scheme.

What did you expect to happen?

Folder name is consistent with previous releases.

Did this work before?

Folder name was consistent across releases before.

How do we reproduce it?

cd /tmp/

curl -LO https://dl.grafana.com/oss/release/grafana-10.2.0.linux-amd64.tar.gz
curl -LO https://dl.grafana.com/oss/release/grafana-10.2.1.linux-amd64.tar.gz

tar tf grafana-10.2.0.linux-amd64.tar.gz | head
grafana-10.2.0/...

tar tf grafana-10.2.1.linux-amd64.tar.gz | head
grafana-v10.2.1/...

Is the bug inside a dashboard panel?

No response

Environment (with versions)?

Grafana: OS: Browser:

Grafana platform?

A downloaded binary

Datasource(s)?

No response

usmangt commented 1 year ago

Hi @schu,

Thanks for opening this issue.

I will forward this to our Engineers so that they can have a look and might be able to tell more details about it.

github-actions[bot] commented 2 hours ago

This issue has been automatically marked as stale because it has not had activity in the last year. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!