diff refs/heads/master refs/heads/loki
commit - 603d313bbec9574ee832804ad04204a3daf8a852
commit + f10edbea8ce86709c50d78d44568963d8290ee6a
blob - f9bcab23699c98dfd6b2c01eaef23cca6c81cbe8
blob + 04a81502242836bb2f759fbf71051099fe1bd896
--- sysutils/loki/Makefile
+++ sysutils/loki/Makefile
@@ -3,7 +3,7 @@ GH_TAGNAME = v2.7.1
GH_ACCOUNT = grafana
GH_PROJECT = loki
-GH_TAGNAME = v2.7.1
+GH_TAGNAME = v2.7.2
CATEGORIES = sysutils
blob - 3de77adac6a879eda32395771694ae7e626cedad
blob + 92d27fbe02a7ccd3021eb574ace18026a6ce1494
--- sysutils/loki/distinfo
+++ sysutils/loki/distinfo
@@ -1,2 +1,2 @@
-SHA256 (loki-2.7.1.tar.gz) = Nj97oHguPrHPqJsSQDEbGCzj4cDFNJfxjoducXSfDok=
-SIZE (loki-2.7.1.tar.gz) = 36700704
+SHA256 (loki-2.7.2.tar.gz) = uK86FQDoMUojWtsOurj4aTswa6Bt6umhg9mkP0jJ6+Y=
+SIZE (loki-2.7.2.tar.gz) = 36707782
Hello,
Here's an update for loki up to 2.7.2, bit of a housekeeping release. At
least for my instances of loki and promtail, no issues seen.
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.
Other reports?
Thanks,
Lucas
No comments:
Post a Comment