Update all dependencies to v2.7.0 #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.6.1
->2.7.0
2.6.1
->2.7.0
Release Notes
grafana/loki
v2.7.0
Compare Source
Loki
Enhancements
push
mode to Loki canary that can directly push logs to given Loki URL.vector(0)
grammar.__timestamp__
and__line__
are now available in the logqllabel_format
query stage.embedded-cache
which is an in-process cache system that runs loki without the need for an external cache (like memcached, redis, etc). It can be run in two modesdistributed: false
(default, and same as oldfifocache
) anddistributed: true
which runs cache in distributed fashion sharding keys across peers if Loki is run in microservices or SSD mode.username
to redis cache configuration.Fixes
rangemapper
to support the newVectorExpr
expression.loki_boltdb_shipper
prefix fromtables_upload_operation_total
metric.json
parser after aline_format
pipeline stage.failed to receive pubsub messages
error with promtail GCPLog client.Changes
io/ioutil
withio
andos
.loki_log_messages_total
toloki_internal_log_messages_total
Promtail
Enhancements
Fixes
LabelSampleExtractor
ignore processing the line if it doesn't contain that specific label. Fixes unwrap behavior explained in the issue https://github.com/grafana/loki/issues/6713Changes
Error
toInfo
Logcli
Fluent Bit
Loki Canary
Jsonnet
ServiceMonitor
object for Prometheus scraping through configuration parametercreate_service_monitor
. Simplify mixin usage by adding (https://github.com/prometheus-operator/kube-prometheus) library.Notes
This release was created from a branch starting at commit
706c22e9e40b0156031f214b63dc6ed4e210abc1
but it may also contain backported changes from main.Check the history of the branch
release-2.7.x
.Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.