You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The buildinfo enpoint in loki version 3.2.2 is providing "wrong" version information.
To Reproduce
When querying /loki/api/v1/status/buildinfo the response in version 3.2.2 is: {"version":"release-3.2.x-684e12f","revision":"684e12f8","branch":"release-3.2.x","buildUser":"root@buildkitsandbox","buildDate":"2024-12-04T17:09:37Z","goVersion":""}
while in version 3.2.1 is: {"version":"3.2.1","revision":"3c386cc5d1","branch":"HEAD","buildUser":"root@9ae540a0f47e","buildDate":"2024-10-17T20:23:47Z","goVersion":""}
Expected behavior
The version filed should return X.Y.Z in final releases.
Environment:
Kubenetes, using the grafana/loki:3.2.2 images.
Thank you!
The text was updated successfully, but these errors were encountered:
tuxamito
changed the title
buildinfo is borken on 3.2.2
buildinfo is broken on 3.2.2
Dec 17, 2024
tuxamito
changed the title
buildinfo is broken on 3.2.2
[bug] buildinfo is broken on 3.2.2 and 3.3.1
Dec 18, 2024
Describe the bug
The buildinfo enpoint in loki version 3.2.2 is providing "wrong" version information.
To Reproduce
When querying
/loki/api/v1/status/buildinfo
the response in version 3.2.2 is:{"version":"release-3.2.x-684e12f","revision":"684e12f8","branch":"release-3.2.x","buildUser":"root@buildkitsandbox","buildDate":"2024-12-04T17:09:37Z","goVersion":""}
while in version 3.2.1 is:
{"version":"3.2.1","revision":"3c386cc5d1","branch":"HEAD","buildUser":"root@9ae540a0f47e","buildDate":"2024-10-17T20:23:47Z","goVersion":""}
Expected behavior
The version filed should return
X.Y.Z
in final releases.Environment:
Kubenetes, using the
grafana/loki:3.2.2
images.Thank you!
The text was updated successfully, but these errors were encountered: