chore(deps): update dependency grafana/loki to v2.8.0
Compare changes
+ 1
− 1
@@ -77,7 +77,7 @@ RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/so
This MR contains the following updates:
Package | Update | Change |
---|---|---|
grafana/loki | minor |
v2.7.4 -> v2.8.0
|
v2.8.0
: Loki 2.8.0Grafana Labs is excited to announce the release of Loki 2.8.
X-Actor-Path
header.max_query_bytes_read
will refuse queries that will read more than the value configured. Setting max_querier_bytes_read
will refuse queries whose subqueries would read more than the configured value after splitting and sharding. These limits leverage features of the TSDB index and therefore are only available when using TSDB.backend
target A new, third target was added to Loki's scalable configuration, which is the default configuration used in the Loki helm chart. This allows Loki to be run as 3 targets (read
, write
, and backend
) and makes the read
target stateless and therefore able to be run as a Kubernetes deployment that can be scaled automatically.For a full list of all changes please look at the CHANGELOG.
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
$ docker pull "grafana/loki:v2.8.0"
$ docker pull "grafana/promtail:v2.8.0"
We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki
on the linux
operating system and amd64
architecture:
$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-amd64.zip"
### extract the binary
$ unzip "loki-linux-amd64.zip"
### make sure it is executable
$ chmod a+x "loki-linux-amd64"
As always, please read the upgrade guide before upgrading Loki.
v2.7.5
This is release v2.7.5
of Loki, a patch release of the v2.7 minor release.
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
$ docker pull "grafana/loki:2.7.5"
$ docker pull "grafana/promtail:2.7.5"
We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki
on the linux
operating system and amd64
architecture:
$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.7.5/loki-linux-amd64.zip"
### extract the binary
$ unzip "loki-linux-amd64.zip"
### make sure it is executable
$ chmod a+x "loki-linux-amd64"
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.