Releases: grafana/loki
Releases Β· grafana/loki
v2.9.13
v3.4.2
v3.4.1
v3.4.0
3.4.0 (2025-02-12)
β BREAKING CHANGES
- Remove
wget
from Promtail docker image (#15101)
Features
- Add a metric ingestion time SM sanitization (#15222) (e9d0c3e)
- add kafka development environment (#15603) (226e9f1)
- add lines skipped metric to pattern ingesters (#14997) (dea5d78)
- Add objstore support for Swift using thanos.io/objstore (#11672) (44523e0)
- add opt-in support for ProxyFroomEnvironment in logcli (#11742) (#14950) (c56b95d)
- Add otlp attribute deployment.environment.name to list of default labels (#14747) (2d407bd)
- add per-tenant time sharding for long out-of-order ingestion (#14711) (0d6d68d)
- add phase to log lines in kafka_consumer.go (#15176) (0a12cab)
- Add Rule Name and Type to Query Tags (#15055) (b272573)
- Add TLS config to the analytics client (#15227) (2c5eabd)
- added support for overrides exporter (#15630) (db72164)
- api: Support Parquet as a query response format. (#15408) (d0c11a6)
- Block scheduler scaffolding (#15198) (a10140d)
- block-scheduler: adds service and basic planner support for scheduler (#15200) (ad322c0)
- block-scheduler: introduce job lease and requeue expired jobs (#15560) (558080c)
- block-scheduler: job tracking & offset commits (#15338) (f2bff77)
- block-scheduler: status page shows completed jobs (#15580) (10194f7)
- blockbuilder component (#14621) (cbdd36a)
- blockbuilder: consolidate on record counting planner (#15247) (532bdbc)
- blockbuilder: grpc transport (#15218) (339ba1a)
- blockbuilder: priority queue for job dispatching (#15245) (0981273)
- blooms: Add task timining and sizing metrics (#15032) (79cccfd)
- blooms: Apply task timeout in bloom builder (#14988) (f92dde0)
- blooms: disk-backed queue for the bloom-planner (#14874) (b646861)
- blooms: Prefetch bloom blocks as soon as they are built (#15050) (b406015)
- build the Docker Driver for arm64 (#9247) (e950251)
- Detect fields based on per-tenant configuration and put them into structured metadata at ingest time (#15188) (7033091)
- expose topologySpreadConstraints for admin-api pods (#14995) (1b93086)
- expose topologySpreadConstraints for distributed deployment (#14853) (d075107)
- helm: Compute ConfigMap/Secret checksum only over .data content (#15177) (990f71c)
- helm: Do not explicitly template
managed-by
, as it should be set at install time by the installation manager. (#14763) (10b7478) - Introduce shardable probabilistic topk for instant queries. (#14243) (7b53f20)
- lambda-promtail: add relabeling support for log entries (#15600) (c41a8b4)
- lambda-promtail: Add terraform variable for s3 bucket notification filter prefix (#15381) (3dd8d7d)
- line_format bypass template execution if possible (#15411) (2150fbc)
- logcli: Include common labels (#15611) (639ac74)
- loki/docker compose: enable feature toggle (#14858) (8f243ee)
- operator: Add support for managed GCP WorkloadIdentity (#14752) (7635a5c)
- present DF bytes values in queryable format (#15272) (f5d62bd)
- remove target lag and keep just maximum lag (#15120) (12386a2)
- sanitize structured metadata during ingestion in the distributor (#15141) (be4f17e)
- scheduler: implement and register block builder rpc service (#15248) (c519ab6)
- Skip writeback for chunks fetched by queriers older than a duration (#15605) (3b8d993)
- Support config timeout for AlibabaCloud OSS requests (#14856) (ac2e21f)
- thanos: add new metric to track status codes (#14937) (a629212)
- thanos: add support for aliyun oss and baidu bos (#14891) (fb6789d)
- thanos: add support for named stores (#14638) ([8958eb9](8958eb91eda56a5334d0bdb683a9f...
v3.3.3
3.3.3 (2025-02-12)
Bug Fixes
- build: update build info 3 3 x (#16169) (4672625)
- ci: Provide correct build info for release builds (#15939) (#16214) (e5f80d3)
- ci: Revert "fixed
Publish Rendered Helm Chart Diff
workflow" (#15511) (09d1085) - correct typo in architecture name (amr64 -> arm64) (backport release-3.3.x) (#15715) (9acdc33)
- deps: CVE updates for Loki 3.3.2 (#15645) (01a7a0d)
v2.9.12
v3.3.2
v3.3.1
v3.2.2
3.2.2 (2024-12-04)
β BREAKING CHANGES
- promtail: Remove
wget
from Promtail docker image (backport release-3.2.x) (#15145)
Bug Fixes
- logql: Updated JSONExpressionParser not to unescape extracted values if it is JSON object. (#14499).
- storage: Have GetObject check for canceled context. S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the provided context is already canceled (#14420).