Hello,

Here's a quick update to loki 2.7.1 that's been working fine. Any other
reports?

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

Thanks,
Lucas
diff refs/heads/master refs/heads/loki
commit - 13b404083be76ca5f42ac330e3f20753ee4106ba
commit + 4aa5efdd743bbf7ddfaaf172d70c2931b7e6d46b
blob - 2da9a75c9fd9e00e31271d68e7b4ceb9d8bc0782
blob + f9bcab23699c98dfd6b2c01eaef23cca6c81cbe8
--- sysutils/loki/Makefile
+++ sysutils/loki/Makefile
@@ -3,7 +3,7 @@ GH_TAGNAME =    v2.7.0
 
 GH_ACCOUNT =   grafana
 GH_PROJECT =   loki
-GH_TAGNAME =   v2.7.0
+GH_TAGNAME =   v2.7.1
 
 CATEGORIES =   sysutils
 
blob - 6b65434664e8d6594d662f09987f82db8e1729e7
blob + 3de77adac6a879eda32395771694ae7e626cedad
--- sysutils/loki/distinfo
+++ sysutils/loki/distinfo
@@ -1,2 +1,2 @@
-SHA256 (loki-2.7.0.tar.gz) = /N9pKxF71BLktaYYEdkvGLOgLbbjgC5qvsDE9YTTGGE=
-SIZE (loki-2.7.0.tar.gz) = 36692704
+SHA256 (loki-2.7.1.tar.gz) = Nj97oHguPrHPqJsSQDEbGCzj4cDFNJfxjoducXSfDok=
+SIZE (loki-2.7.1.tar.gz) = 36700704

Reply via email to