Releases: grafana/loki
Loki 2.9.0
Grafana Labs is excited to announce the release of Loki 2.9. π
Notable changes:
- Query Language Improvements: Several improvements to the query language that speed up line parsing and regex matching.
- Remote rule evaluation: Rule evaluation can now be handled by queriers to improve speed.
- Multi-store Index support: Loki now supports reading/writing indexes to multiple object stores which enables the use of different storage buckets across periods for storing index.
- New volume and volume_range endpoints: Two new endoints,
index/volume
andindex/volume_range
, have been added to Loki. They return aggregate volume information from the TSDB index for all streams matching a provided stream selector. - New Storage Client: Add support for IBM cloud object storage as storage client.
- Block queries by hash: Queries can now be blocked by a query hash.
- logfmt stage improvements: logfmt parser now performs non-strict parsing by default which helps scan semi-structured log lines
For a full list of all changes please look at the CHANGELOG.
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.9.0"
$ docker pull "grafana/promtail:2.9.0"
Binary
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.9.0/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
Upgrade Considerations
As always, please read the upgrade guide before upgrading Loki.
v2.8.4
This is release v2.8.4
of Loki.
Notable changes:
This release fixes a few vulnerabilities in Loki and our published images.
- Fix CVE-2023-1255, CVE-2023-2650, CVE-2023-2975, CVE-2023-3446, and CVE-2023-3817
- Upgrade base alpine image used in loki image to 3.18.2
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.8.4"
$ docker pull "grafana/promtail:2.8.4"
Binary
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.4/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
v2.7.7
This is release v2.7.7
of Loki.
Notable changes:
This release fixes a few vulnerabilities in Loki and our published images.
- Fix CVE-2023-1255, CVE-2023-2650, CVE-2023-2975, CVE-2023-3446, CVE-2023-3817, and CVE-2022-41721
- Upgrade base alpine image used in loki image to 3.18.2
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.7.7"
$ docker pull "grafana/promtail:2.7.7"
Binary
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.7/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
operator/v0.4.0
This is release v0.4.0
of Loki Operator.
Notable changes:
- 10019 periklis: Update Loki operand to v2.8.3
- 9972 JoaoBraveCoding: Fix OIDC.IssuerCAPath by updating it to type CASpec
- 9931 aminesnow: Custom configuration for LokiStack admin groups
- 9971 aminesnow: Add namespace and tenantId labels to RecordingRules
- 9906 JoaoBraveCoding: Add mTLS authentication to tenants
- 9963 xperimental: Fix application tenant alertmanager configuration
- 9795 JoaoBraveCoding: Add initContainer to zone aware components to gatekeep them from starting without the AZ annotation
- 9503 shwetaap: Add Pod annotations with node topology labels to support zone aware scheduling
- 9930 periklis: Use PodAntiAffinity for all components
- 9860 xperimental: Fix update of labels and annotations of PodTemplates
- 9830 periklis: Expose limits config setting cardinality_limit
- 9600 periklis: Add rules labels filters for openshift-logging application tenant
- 9735 JoaoBraveCoding Adjust 1x.extra-small resources according to findings
- 9689 xperimental: Fix availability of demo LokiStack size
- 9630 jpinsonneau: Expose per_stream_rate_limit & burst
- 9623 periklis: Fix timeout config constructor when only tenants limits
- 9457 Red-GV: Set seccomp profile to runtime default
- 9448 btaani: Include runtime-config in compiling the SHA1 checksum
- 9511 xperimental: Do not update status after setting degraded condition
- 9405 periklis: Add support for configuring HTTP server timeouts
- 9378 aminesnow: Add zone aware API spec validation
- 9408 JoaoBraveCoding: Add PodAntiAffinity overwrites per component
- 9429 aminesnow: Add default TopologySpreadContraints to Gateway
- 9418 JoaoBraveCoding: Add default TopologySpreadContaints to Querier
- 9383 JoaoBraveCoding: Add default TopologySpreadContaints to Distributor
- 9406 aminesnow: Add label selector to zone awareness TopologySpreadConstraints
- 9366 periklis: Add support for custom tenant topology in rules
- 9315 aminesnow: Add zone awareness spec to LokiStack
- 9343 JoaoBraveCoding: Add default PodAntiAffinity to Query Frontend
- 9346 periklis: Enable Route by default on OpenShift clusters
- 9339 JoaoBraveCoding: Add default PodAntiAffinity to Ruler
- 9329 JoaoBraveCoding: Add default PodAntiAffinity to Ingester
- 9262 btaani: Add PodDisruptionBudget to the Ruler
- 9260 JoaoBraveCoding: Add PodDisruptionBudgets to the ingestion path
- 9188 aminesnow: Add PodDisruptionBudgets to the query path
- 9162 aminesnow: Add a PodDisruptionBudget to lokistack-gateway
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
The Loki Operator is currently distributed as plain bundles on both Operator Hub instances:
- For vanillia Kubernetes: https://operatorhub.io/operator/loki-operator
- For Community OpenShift: https://github.com/redhat-openshift-ecosystem/community-operators-prod
Docker container:
$ docker pull "grafana/loki-operator:0.4.0"
v2.7.6
This is release v2.7.6
of Loki.
Notable changes:
- Upgrade go version to 1.20.6
- Prevent redis client from incorrectly choosing cluster mode with local address
- Expose optional label matcher for label values handler
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.7.6"
$ docker pull "grafana/promtail:2.7.6"
Binary
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.6/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
v2.8.3
This is release v2.8.3
of Loki.
Notable changes:
Loki:
- Upgrade go version to 1.20.6
- Querier: configurable chunk cache writeback queue bytes size
- Query-scheduler: fix query distribution in SSD mode
- Fix duplicate label values from ingester streams.
Promtail:
- Break on iterate journal failure
- Prevent logging errors on normal shutdown
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.8.3"
$ docker pull "grafana/promtail:2.8.3"
Binary
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.3/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
v2.8.2
This is release v2.8.2
of Loki.
Notable changes:
- Upgrade to go 1.20.4 to address security vulnerabilities in the previous go version.
- Promtail: Add new
decompression
configuration to customize the decompressor behavior.
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.8.2"
$ docker pull "grafana/promtail:2.8.2"
Binary
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.2/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
v2.8.1
We're excited to announce release v2.8.1
of Loki. This release brings a few bug fixes and security improvements.
Notable changes:
- Fix bug that was dropping index if period is a zero value.
- Fix redis client to prevent it from incorrectly choosing cluster mode with local address.
- Update go to 1.20.3 to address security vulnerabilities in the previous go version.
- Update alpine image to 3.16.5 to address security vulnerabilities in the previous version.
- Promtail: Fix journald support in amd64 binary build.
For a full list of all changes please look at the CHANGELOG.
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.8.1"
$ docker pull "grafana/promtail:2.8.1"
Binary
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.1/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"
Loki 2.8.0
Grafana Labs is excited to announce the release of Loki 2.8. π
Notable changes:
- TSDB index no longer experimental After extensive testing of the new TSDB index in our Grafana Cloud Logs offering, we can safely announce that it is no longer experimental and encourage all Loki deployments to use it!
- Query blocker Queries can now be blocked in the Querier/Ruler via a per-tenant runtime configuration.
- New
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
, andbackend
) and makes theread
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.
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.8.0"
$ docker pull "grafana/promtail:2.8.0"
Binary
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"
Upgrade Considerations
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.
Notable changes:
- Flush buffered logger on exit: this makes sure logs are printed if Loki crashes on startup.
Installation:
The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.
Docker container:
$ docker pull "grafana/loki:2.7.5"
$ docker pull "grafana/promtail:2.7.5"
Binary
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"