Releases: grafana/loki
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"
v2.7.4
This is release v2.7.4
of Loki, a patch release of the v2.7 minor release.
Notable changes:
- Go version upgraded to
1.20.1
- Fixed different streams for cri tags ending on the same stream.
- Fixed the userdata field (from Windows Event Log) being scraped incorrectly.
- Fixed vector() function producing wrong timestamp.
- Fixed behavior for overlapping chunks with multiple stores.
- Fixed logs results caching causing query-frontend to return logs outside of query window.
- Fixed panics when:
- /scheduler/ring endpoint is requested with scheduler ring disabled.
- LogQL clones a specific query.
- Promtail deals with invalid calls to Details().
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.4"
$ docker pull "grafana/promtail:2.7.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.7.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.3
This is release v2.7.3
of Loki, a patch release of the v2.7
minor release.
Notable changes:
- Fixed a bug in compactor that caused divide-by-zero panics when
startTime
andendTime
of a delete request were equal. - Fixed the output of the
--version
command that showed an incorrect version information.
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.3"
$ docker pull "grafana/promtail:2.7.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.7.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.7.2
This is release v2.7.2
of Loki, a patch release of the v2.7
minor release.
Notable bug fixes:
- Fixed bug in validation of
pattern
andregexp
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 sotenant-a|tenant-b
. - Upgraded Go build version and Docker container base images to 1.19.5 to mitigate GO-2022-1144 vulnerability.
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.2"
$ docker pull "grafana/promtail:2.7.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.7.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.7.1
This is release v2.7.1
of Loki.
Notable changes:
- 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: ■ Unordered list style [Expected: dash; Actua
console Grot (@grafanabot), 2022-12-09 - [release-2.7.x] Prepare changelog and release notes for 2.7.1 (#7897)
level=error ts=2022-10-18T14:13:41.598649348Z caller=delete_requests_client.go:211 msg="error getting delete requests from the store" err="unexpected status code: 404"
ts=2022-10-18T14:13:41.598697295Z caller=spanlogger.go:80 user=application level=error msg="failed loading deletes for user" err="unexpected status code: 404"
- Change default deletion mode to
filter-only
on account of the bug (see below). - Delete can now be performed over GRPC.
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.1"
$ docker pull "grafana/promtail:2.7.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.7.1/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.0
🦅 Loki 2.7.0 🦅
This is release v2.7.0
of Loki.
Notable changes:
- 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.
- 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
Upgrade Considerations
As always, please read the upgrade guide before upgrading Loki.
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.0"
$ docker pull "grafana/promtail:2.7.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.7.0/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"