Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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 Jonas Witschel (diabonas) - Sunday, 12 December 2021, 22:31 GMT
Opened by Krister Bäckman (ixevix) - Sunday, 12 December 2021, 21:58 GMT
Last edited by Jonas Witschel (diabonas) - Sunday, 12 December 2021, 22:31 GMT
|
DetailsDescription:
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

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.

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.