FS#72989 - Installed grafana version appears to be 8.3.0 even though package says 8.3.2

Attached to Project: Community Packages
Opened by Krister Bäckman (ixevix) - Sunday, 12 December 2021, 21:58 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 03 May 2023, 02:04 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Sébastien Luttringer (seblu)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Both 8.3.1 and 8.3.2 packages install 8.3.0

Additional info:
Would be nice to get a fixed version because of this:
https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/

I tried to build the package myself with makepkg but it still says it's building version 8.3.0. I never got it built though since webpack is crashing with oom while doing the build.

Steps to reproduce:
install community/grafana
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 03 May 2023, 02:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  grafana 8.3.3-1
Comment by Krister Bäckman (ixevix) - Sunday, 12 December 2021, 22:01 GMT
After looking at the actual commit hash it seems it might be just a display error. Grafana is showing Grafana v8.3.0 (afb9e8e5f3c). The commit hash is the tag for the 8.3.2 release.
Comment by Jonas Witschel (diabonas) - Sunday, 12 December 2021, 22:32 GMT
Apparently upstream forgot to update package.json when releasing version 8.3.1/8.3.2: https://github.com/grafana/grafana/blob/v8.3.2/package.json#L6 The packaged version is indeed the correct one including the security fixes though.

Loading...