IABSD.fr/ports/sysutils/loki/Makefile

Branch :


Log

Author Commit Date CI Message
4ddcaedf 2025-02-23 18:27:28 sysutils/loki: update to 3.4.2 ok caspar@ (3.4.2 was a minor change from 3.4.1 which he ok'd)
bbbe6c7d 2024-08-04 21:40:06 sysutils/loki: patch in build support with Go 1.23 until upstream updates from Kirill Korinsky, dicussion/feedback from tb@
19022427 2024-07-28 21:30:44 sysutils/loki: update to 3.1.0 from Kirill A. Korinsky (kirill AT korins.ky)
0ce92431 2023-12-21 00:19:40 sysutils/loki: update to 2.9.3 ok landry@
6b99cc88 2023-10-26 13:19:56 sysutils/loki: update to 2.9.2 ok landry@
6eb7d1c1 2023-08-05 20:35:04 sysutils/loki: update to 2.8.3 ok landry@
e1f75c7e 2023-05-20 23:09:11 sysutils/loki: update to 2.8.2 ok landry@
549a58b2 2023-02-03 04:13:26 sysutils/loki: update to 2.7.2 changelog: Notable bug fixes: Fixed bug in validation of pattern and regexp parsers where missing or empty parameters for these parsers caused panics. Fixed bugs in processing delete requests with line filters: Whole chunks covered by delete requests with a line filter were incorrectly skipped. Chunks partially covered by delete requests with a line filter were not properly processed. The part that was not covered by the delete request was rewritten with a line filter, while the part that was covered by the delete request was completely deleted. Fixed bug in multi-tenant querying that caused HTTP 400 responses when multiple tenants where used in X-Scope-OrgID header like so tenant-a|tenant-b. Upgraded Go build version and Docker container base images to 1.19.5 to mitigate GO-2022-1144 vulnerability. ok landry@
d0dbe344 2022-12-31 02:02:02 sysutils/loki: update to 2.7.1 changelog: * Add single compactor http client for delete and gennumber clients. This fixes a bug caused by the accidental introduction of different HTTP clients for compactor and gennumber operations that resulted in 404s when only the gennumber middlewares were enabled * Change default deletion mode to filter-only on account of the bug * Delete can now be performed over GRPC ok landry@
b0469704 2022-11-26 13:43:14 sysutils/loki: update to 2.7.0 changelog: https://grafana.com/docs/loki/next/upgrading/#270 ok sthen@