chore(deps): update dependency grafana/loki to v3 #66
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.9.3
->v3.0.0
Release Notes
grafana/loki (grafana/loki)
v3.0.0
: Loki 3.0.0Compare Source
Grafana Labs and the Loki team are excited to announce the release of Loki 3.0. Here's a summary of new enhancements and important fixes.
For a full list of all changes and fixes, refer to the CHANGELOG.
Features and enhancements
Key features in Loki 3.0.0 include the following:
Query acceleration with Bloom filters (experimental): This is designed to speed up filter queries, with best results for queries that are looking for a specific text string like an error message or UUID.
Native OTel Support: A simplified ingestion pipeline (Loki Exporter no longer needed) and a more intuitive query experience for OTel logs.
Helm charts: A major upgrade to the Loki helm chart introduces support for
Distributed
mode (microservices), includes memcached by default, and includes several updates to configurations to improve Loki operations.Lambda/Promtail: support dropping labels (#10755) (ec54c72).
Docs improvements: All the Getting Started topics have been revised, including a new Quickstart to help new users get up and running with Loki faster.The Storage, Configuration Reference, and API documentation have been updated to reflect deprecated and removed code, configuration options, and API endpoints.
Deprecations
One of the focuses of Loki 3.0 was cleaning up unused code and old features that had been previously deprecated but not removed. Loki 3.0 removes a number of previous deprecations and introduces some new deprecations. Some of the main areas with changes include:
Deprecated storage options including the deprecation of the BoltDB store.
Deprecated configuration options.
API endpoint deprecations.
To learn more about breaking changes in this release, refer to the Upgrade guide.
Upgrade Considerations
The path from 2.9 to 3.0 includes several breaking changes. For important upgrade guideance, refer to the Upgrade Guide and the separate Helm Upgrade Guide.
Bug fixes
3.0.0 (2024-05-08)
859f65c
(main) (#10820) (c66ffd1)6eecb7b
(main) (#10826) (fb9c496)6947259
(main) (#10836) (2327789)583aa28
(main) (#10842) (02d9418)cfc4f0e
(main) (#10946) (d27c4d2)e523809
(main) (#11107) (09cb9ae)c2ef48c
(main) (#10947) (1fe4885)v2.9.7
Compare Source
Bug Fixes
v2.9.6
Compare Source
Bug Fixes
net.JoinHostPort
to support IPv6 addresses (#10650) (#11870) (7def3b4)v2.9.5
Compare Source
Features
Bug Fixes
v2.9.4
Compare Source
This is release
v2.9.4
of Loki.Notable changes:
For a full list of changes, please refer to 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:
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 thelinux
operating system andamd64
architecture:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.