-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update loki #308
Conversation
2a30f34
to
fa0c11f
Compare
b630008
to
2054180
Compare
5dbee55
to
1823f12
Compare
7565ba2
to
c961412
Compare
ac5013f
to
62a4e6a
Compare
62a4e6a
to
e18ebc2
Compare
There will likely be some helm values restructuring/updates for this, see https://grafana.com/docs/loki/latest/setup/upgrade/upgrade-to-6x/ In addition we may need to tweak our promtail setup to reduce the number of labels we pick up, see 4th bullet on https://grafana.com/docs/loki/latest/setup/upgrade/#300 which mentions a 15 label limit now and reduced performance if you increase that. There are likely two routes we could go:
|
a598023
to
6d6cf8a
Compare
0e9dbef
to
bac42e5
Compare
7faaeb5
to
b3adf6f
Compare
b809674
to
a1bc5e1
Compare
3ebf79f
to
8a1cb9d
Compare
d6d9e48
to
7ea8b9e
Compare
87fc44b
to
caf74ee
Compare
b65b486
to
62bd302
Compare
62bd302
to
5e51f6b
Compare
0170fbc
to
1d4a5e6
Compare
1d4a5e6
to
0146abb
Compare
| datasource | package | from | to | | ---------- | -------------------------------------------------------- | ------ | ------ | | docker | cgr.dev/du-uds-defenseunicorns/loki | 2.9.8 | 3.1.1 | | docker | cgr.dev/du-uds-defenseunicorns/nginx-fips | 1.27.0 | 1.27.1 | | docker | docker.io/grafana/loki | 2.9.6 | 3.1.1 | | docker | docker.io/nginxinc/nginx-unprivileged | 1.25 | 1.27 | | helm | loki | 5.47.1 | 6.12.0 | | docker | registry1.dso.mil/ironbank/opensource/grafana/loki | 2.9.6 | 3.1.1 | | docker | registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine | 1.25.3 | 1.26.2 |
0146abb
to
53b0c3d
Compare
## Description Updates for bringing in loki renovate updates ## Related Issue Fixes #308 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --------- Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com> Co-authored-by: Rob Ferguson <rjferguson21@gmail.com>
This PR contains the following updates:
2.9.8
->3.1.1
1.27.0
->1.27.1
2.9.6
->3.1.1
1.25-alpine
->1.27-alpine
5.47.1
->6.12.0
2.9.6
->3.1.1
1.25.3
->1.26.2
Release Notes
grafana/loki (docker.io/grafana/loki)
v3.1.1
Compare Source
Features
Bug Fixes
v3.1.0
Compare Source
⚠ BREAKING CHANGES
Features
Cache-Control: no-cache
support for Loki instant queries. (#12896) (88e545f)first_over_time
andlast_over_time
queries by sharding them (#11605) (f66172e)index audit
tolokitool
(#13008) (47f0236)Bug Fixes
codec
not initialized in downstream roundtripper (#12873) (b6049f6)continue
in fuse which may cause incorrect bloom test result (#12650) (0d1ebeb)partitionSeriesByDay
function (#12900) (738c274)From==Through
andFrom==start
(#13117) (d9cc513)ChunkRef.Cmp
method is used in reverse (#12999) (670cd89)deploymentMode
(#12641) (0d8ff9e)Performance Improvements
inversePostingsForMatcher
(#12679) (402d1d7)v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Starting with the 3.0 release we began using conventional commits and release-please to generate the changelog. As a result the format has changed slightly from previous releases.
Features
X-Scope-OrgId
tenant identification header in remote write requests. 11819store.max-look-back-period
. 11038-querier.engine.timeout
CLI flag and corresponding YAML setting as well as thequerier.query_timeout
YAML setting. 10302avg_over_time
range aggregations. 10373-s3.sse-encryption
in favor or-s3.sse.*
settings. 10377ruler.wal-cleaer.period
10378experimental.ruler.enable-api
in favour ofruler.enable-api
10380split_queries_by_interval
andforward_headers_list
configuration options in thequery_range
section 10395loki_distributor_ingester_append_timeouts_total
metric, removeloki_distributor_ingester_append_failures_total
metric 10456use_boltdb_shipper_as_backup
10534/ingester/flush_shutdown
. 10655ingester.max-transfer-retries
configuration option in favor of using the WAL. 10709querier_cache_
toloki_embeddedcache_
and removes duplicate metrics. 10693shared_store
andshared_store_key_prefix
from tsdb, boltdb shipper and compactor configs and their corresponding CLI flags. 10840querier.worker-parallelism
and updates default value ofquerier.max-concurrent
to 4. 10785-frontend.encoding=protobuf
. 10956quantile_over_time
range queries using probabilistic data structures. 10417frontend.max-query-capacity
to tune per-tenant query capacity. 11284query_length_served
cache stat to measure the length of the query served from cache. 11589query_ingester_within
window to reduce query pressure on ingesters. 11535frontend.max-metadata-cache-freshness
to configure the time window for which metadata results are not cached. This helps avoid returning inaccurate results by not caching recent results. 11682frontend.log-query-request-headers
to enable logging of request headers in query logs. 11499/prometheus/api/v1/rules
endpoint by rule_name, rule_group, file and type. 11817split_recent_metadata_queries_by_interval
forrecent_metadata_query_window
to help with caching recent metadata query results. 11897/ingester/shutdown
forpreStop
hook in write pods. 11490objstore
10451-legacy-read-mode
flag tofalse
by default. 11665/var/log
. 11511additional_fields
in cloudflare configuration. 10301Bug Fixes
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)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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.