On Mon, Nov 14, 2022 at 03:40:42AM +0000, Lucas Raab wrote: > Hello, > > Here's an update for loki up to 2.7.0. This does away with the need > for the vendored tarball since the golang.org/x/sys version used > was updated. > > changelog: > * New Internal Server and TLS TLS can now be configured everywhere > and there is an internal server to allow ring, memberlist, and > readiness handlers to continue to work without TLS. > * Better Support for Azure Blob Storage thanks to the ability to > use Azure's Service Principal Credentials. > * Logs can now be pushed from the Loki canary so you don't have to > rely on a scraping service to use the canary. > * Better Support for Azure Blob Storage thanks to the ability to > use Azure's Service Principal Credentials. > * Additional label_format fields __timestamp__ and __line__. > * New embedded cache which is an in-process cache system that runs > loki without the need for an external cache (like memcached, redis, > etc). > * New HTTP endpoint for Ingester shutdown that will also delete the > ring token. > * Faster label queries thanks to new parallization. > * Introducing Stream Sharding an experimental new feature to help > deal with very large streams. > * Promtail > * support for max stream limit > * config reload endpoint / signal > * compressed file support > * lambda-promtail now supports Kinesis data stream events > * matches for the journal reader > * basic tracing support > > > https://grafana.com/docs/loki/next/upgrading/#270 > > Thanks, > Lucas
Other tests to report for this or seem good to go? Thanks, Lucas
diff /usr/ports commit - 5a9f1b57035bb57c7ebec7eafaff948aff086f27 path + /usr/ports blob - 86ef0e17a8475bcb5b22435b6269194c2153ad96 file + sysutils/loki/Makefile --- sysutils/loki/Makefile +++ sysutils/loki/Makefile @@ -1,16 +1,13 @@ COMMENT-main = like Prometheus, but for logs COMMENT-promtail = tails log files and pushes them to Loki -REVISION-main = 0 -REVISION-promtail = 0 GH_ACCOUNT = grafana GH_PROJECT = loki -GH_TAGNAME = v2.6.1 +GH_TAGNAME = v2.7.0 CATEGORIES = sysutils HOMEPAGE = https://grafana.com/oss/loki/ -MASTER_SITES = https://ports.lucasraab.me/ MULTI_PACKAGES = -main -promtail blob - f11d2f4c8a93f986fd5a796aae4ec6746680419f file + sysutils/loki/distinfo --- sysutils/loki/distinfo +++ sysutils/loki/distinfo @@ -1,2 +1,2 @@ -SHA256 (loki-2.6.1.tar.gz) = q3H2KQo+NGHL+yOOdZAOGGzo77X7CVuVOIfu1Sd+4zk= -SIZE (loki-2.6.1.tar.gz) = 29338323 +SHA256 (loki-2.7.0.tar.gz) = /N9pKxF71BLktaYYEdkvGLOgLbbjgC5qvsDE9YTTGGE= +SIZE (loki-2.7.0.tar.gz) = 36692704