d94946a286
chore(deps): update dependency grafana/loki to v3.7.0 ( #5159 )
...
lint-test-helm / lint-helm (push) Successful in 20s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m48s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grafana/loki](https://github.com/grafana/loki ) | minor | `3.6.7` → `3.7.0` |
---
### Release Notes
<details>
<summary>grafana/loki (grafana/loki)</summary>
### [`v3.7.0`](https://github.com/grafana/loki/releases/tag/v3.7.0 )
[Compare Source](https://github.com/grafana/loki/compare/v3.6.8...v3.7.0 )
##### ⚠ BREAKING CHANGES
- **engine:** Make scheduler aware of total compute capacity ([#​19876](https://github.com/grafana/loki/issues/19876 ))
- parsed labels should not override structured metadata ([#​19991](https://github.com/grafana/loki/issues/19991 ))
- **engine:** Share worker threads across all scheduler connections ([#​20229](https://github.com/grafana/loki/issues/20229 ))
##### Features
- ability to send query context for limit enforcement ([#​19900](https://github.com/grafana/loki/issues/19900 )) ([1a66d2d](1a66d2ddab ))
- add downscalePermittedFunc to check downscale is permitted ([#​20171](https://github.com/grafana/loki/issues/20171 )) ([c0c27b3](c0c27b3596 ))
- add gauge to track in-flight bytes ([#​20091](https://github.com/grafana/loki/issues/20091 )) ([23ef8ec](23ef8eccce ))
- add histogram loki\_dataobj\_consumer\_flush\_duration\_seconds ([#​20304](https://github.com/grafana/loki/issues/20304 )) ([5a5e90e](5a5e90e9f7 ))
- add loki health command ([#​20313](https://github.com/grafana/loki/issues/20313 )) ([ef69cfd](ef69cfd97c ))
- add metric to track flush failures ([#​20399](https://github.com/grafana/loki/issues/20399 )) ([ed4f27e](ed4f27ed60 ))
- Add new dataobj builder flush criteria ([#​20323](https://github.com/grafana/loki/issues/20323 )) ([498656b](498656bbe7 ))
- Add partition state to consumption lag metric ([#​19912](https://github.com/grafana/loki/issues/19912 )) ([91d4eb6](91d4eb6ce1 ))
- add prepare downscale handler ([#​20007](https://github.com/grafana/loki/issues/20007 )) ([677b2ec](677b2ecda1 ))
- add processed records metric ([#​20191](https://github.com/grafana/loki/issues/20191 )) ([333da73](333da739c7 ))
- add race tolerance to query-tee ([#​20228](https://github.com/grafana/loki/issues/20228 )) ([014520a](014520a3d8 ))
- Add resolved policy to blocked and enforced label error ([#​19826](https://github.com/grafana/loki/issues/19826 )) ([48d13d1](48d13d15db ))
- add segmentation keys and resolver ([#​19927](https://github.com/grafana/loki/issues/19927 )) ([c853f2c](c853f2ced0 ))
- add support for cancelation to copy and sort ([#​20370](https://github.com/grafana/loki/issues/20370 )) ([6a8b879](6a8b879d8f ))
- Add support for storing chunk deletion markers in object storage instead of local disk ([#​19689](https://github.com/grafana/loki/issues/19689 )) ([856c11d](856c11dad2 ))
- add support for UpdateRates RPC to distributors ([#​19918](https://github.com/grafana/loki/issues/19918 )) ([9018886](90188869a1 ))
- Add UpdateRates RPC, update rates from the frontend, return no-op in the service ([#​19894](https://github.com/grafana/loki/issues/19894 )) ([e173cf4](e173cf4fb1 ))
- **canary:** Support passing arbitrary set of labels to use for the query ([#​17008](https://github.com/grafana/loki/issues/17008 )) ([993b3ae](993b3ae65d ))
- check partition state in parallel ([#​19884](https://github.com/grafana/loki/issues/19884 )) ([b8536aa](b8536aaa66 ))
- Client side index gateway shuffle sharding ([#​20124](https://github.com/grafana/loki/issues/20124 )) ([326c7d1](326c7d1ea0 ))
- dataobj-consumer add processed bytes metric ([#​20303](https://github.com/grafana/loki/issues/20303 )) ([fba0c5d](fba0c5d8a6 ))
- decouple dataobj consumers from the reader service ([#​20315](https://github.com/grafana/loki/issues/20315 )) ([c3e909d](c3e909d538 ))
- disambiguate metadata for better scans ([#​20245](https://github.com/grafana/loki/issues/20245 )) ([66fd9d8](66fd9d8bde ))
- don't tee unsampled queries ([#​20306](https://github.com/grafana/loki/issues/20306 )) ([b975e48](b975e48d55 ))
- enable racing in the querytee ([#​20156](https://github.com/grafana/loki/issues/20156 )) ([23948c4](23948c40bd ))
- Enable support for max, min, max\_over\_time, min\_over\_time for new engine ([#​19841](https://github.com/grafana/loki/issues/19841 )) ([b9a51f0](b9a51f0129 ))
- **engine:** add regexp parser support for log queries ([#​20286](https://github.com/grafana/loki/issues/20286 )) ([5663f9c](5663f9c26d ))
- **engine:** delegate metastore queries to engine ([#​20189](https://github.com/grafana/loki/issues/20189 )) ([3a74fe7](3a74fe71fe ))
- **engine:** implement strict and keepEmpty logfmt parsing ([#​19668](https://github.com/grafana/loki/issues/19668 )) ([01cab53](01cab53447 ))
- **goldfish:** add endpoints for serving stored results ([#​19640](https://github.com/grafana/loki/issues/19640 )) ([e17ae2d](e17ae2d98f ))
- **goldfish:** mv comparison\_status to db, add stats endpoint ([#​19698](https://github.com/grafana/loki/issues/19698 )) ([c22e05c](c22e05c1f9 ))
- Handle state change lock in prepare downscale ([#​20141](https://github.com/grafana/loki/issues/20141 )) ([de092da](de092daf0a ))
- **helm:** `nameOverride` now passed through helm tpl function. ([#​19590](https://github.com/grafana/loki/issues/19590 )) ([7f56fd2](7f56fd23df ))
- **helm:** Add ability to toggle grpclb port for query frontend service ([#​19609](https://github.com/grafana/loki/issues/19609 )) ([9c4f022](9c4f0222b7 ))
- **helm:** Add startupProbe to distributor ([#​20073](https://github.com/grafana/loki/issues/20073 )) ([5b76589](5b76589e10 ))
- **helm:** allow configuration of service trafficDistribution parameter ([#​19558](https://github.com/grafana/loki/issues/19558 )) ([55f95e3](55f95e3d1d ))
- **helm:** allow set topologySpreadConstraints on singleBinary ([#​19534](https://github.com/grafana/loki/issues/19534 )) ([265601f](265601f831 ))
- **helm:** make loki-canary readinessProbe configurable via values.yaml ([#​19328](https://github.com/grafana/loki/issues/19328 )) ([7231766](723176669a ))
- **helm:** use fsGroupChangePolicy=OnRootMismatch to speed up pod starts ([#​13942](https://github.com/grafana/loki/issues/13942 )) ([c7cec3a](c7cec3aa81 ))
- implement query splitting in the query-tee ([#​20039](https://github.com/grafana/loki/issues/20039 )) ([aab9e46](aab9e46bcf ))
- **logcli:** Allow custom headers to be passed ([#​20231](https://github.com/grafana/loki/issues/20231 )) ([c524203](c524203a6e ))
- **lokitool:** Add regex namespace filtering ([#​20209](https://github.com/grafana/loki/issues/20209 )) ([0c1561d](0c1561d15e ))
- **metastore:** metastore DI ([#​20253](https://github.com/grafana/loki/issues/20253 )) ([9be17c7](9be17c7a42 ))
- **metastore:** shard sections queries over index files ([#​20134](https://github.com/grafana/loki/issues/20134 )) ([08e3c43](08e3c4385f ))
- **metastore:** use arrow for scanning and blooms ([#​20234](https://github.com/grafana/loki/issues/20234 )) ([e4ec844](e4ec8441d3 ))
- **operator:** add option to disable ingress ([#​19382](https://github.com/grafana/loki/issues/19382 )) ([9dc71a6](9dc71a6425 ))
- randomly distribute requests to the ingest-limits frontend ([#​19840](https://github.com/grafana/loki/issues/19840 )) ([1605a38](1605a387b7 ))
- remove final flush ([#​20360](https://github.com/grafana/loki/issues/20360 )) ([3acb310](3acb3106bb ))
- shuffle shard on tenant rate limit ([#​19990](https://github.com/grafana/loki/issues/19990 )) ([3904c2b](3904c2b8f7 ))
- **ui:** proxy analyze-labels to series with org id ([#​19862](https://github.com/grafana/loki/issues/19862 )) ([e268173](e268173791 ))
- write to dataobj partitions based on segmentation key ([#​19946](https://github.com/grafana/loki/issues/19946 )) ([3a24f5d](3a24f5d291 ))
##### Bug Fixes
- apply missing middlewares to query-tee ([#​20184](https://github.com/grafana/loki/issues/20184 )) ([b9c7ddd](b9c7dddac4 ))
- avoid recalculating the segmentation key hash twice ([#​19961](https://github.com/grafana/loki/issues/19961 )) ([8b78f79](8b78f7924d ))
- bump helm deps, publish loki-helm-test w/ release ([#​19939](https://github.com/grafana/loki/issues/19939 )) ([7e4e34e](7e4e34e4c8 ))
- **cd:** add loki-image to needs ([#​19870](https://github.com/grafana/loki/issues/19870 )) ([a2c4ea6](a2c4ea66ac ))
- compactor file descriptor leak ([#​20077](https://github.com/grafana/loki/issues/20077 )) ([0c3dd8c](0c3dd8ce7e ))
- **config:** migrate renovate config ([#​19436](https://github.com/grafana/loki/issues/19436 )) ([97745fe](97745fed6c ))
- **dataobj:** Flush into multiple index objects when ErrBuilderFull ([#​19223](https://github.com/grafana/loki/issues/19223 )) ([32dbef9](32dbef99b8 ))
- deadlock on shutdown ([#​20384](https://github.com/grafana/loki/issues/20384 )) ([272a278](272a278380 ))
- **deps:** update dataobj-inspect transitive deps version ([#​19813](https://github.com/grafana/loki/issues/19813 )) ([5b212b7](5b212b7469 ))
- **deps:** update module cloud.google.com/go/bigtable to v1.41.0 (main) ([#​20352](https://github.com/grafana/loki/issues/20352 )) ([6102309](610230906e ))
- **deps:** update module cloud.google.com/go/pubsub to v1.50.1 (main) ([#​18624](https://github.com/grafana/loki/issues/18624 )) ([46038e4](46038e4b3d ))
- **deps:** update module cloud.google.com/go/pubsub to v2 (main) ([#​19803](https://github.com/grafana/loki/issues/19803 )) ([d47dde3](d47dde3e5a ))
- **deps:** update module cloud.google.com/go/storage to v1.57.1 (main) ([#​19749](https://github.com/grafana/loki/issues/19749 )) ([7ce0bf0](7ce0bf0581 ))
- **deps:** update module cloud.google.com/go/storage to v1.57.2 (main) ([#​19893](https://github.com/grafana/loki/issues/19893 )) ([e342642](e342642129 ))
- **deps:** update module cloud.google.com/go/storage to v1.58.0 (main) ([#​20159](https://github.com/grafana/loki/issues/20159 )) ([e859215](e85921544a ))
- **deps:** update module cloud.google.com/go/storage to v1.59.0 (main) ([#​20407](https://github.com/grafana/loki/issues/20407 )) ([5c71db6](5c71db648a ))
- **deps:** update module github.com/alecthomas/chroma/v2 to v2.21.1 (main) ([#​20353](https://github.com/grafana/loki/issues/20353 )) ([6ef5f5c](6ef5f5c86d ))
- **deps:** update module github.com/alecthomas/chroma/v2 to v2.22.0 (main) ([#​20409](https://github.com/grafana/loki/issues/20409 )) ([c64f044](c64f0443b5 ))
- **deps:** update module github.com/apache/arrow-go/v18 to v18.4.1 (main) ([#​19750](https://github.com/grafana/loki/issues/19750 )) ([d76b3bf](d76b3bf495 ))
- **deps:** update module github.com/apache/arrow-go/v18 to v18.5.0 (main) ([#​20354](https://github.com/grafana/loki/issues/20354 )) ([d0861a1](d0861a1f34 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2 to v1.39.6 (main) ([#​19751](https://github.com/grafana/loki/issues/19751 )) ([e2a5d59](e2a5d59757 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2 to v1.40.1 (main) ([#​20137](https://github.com/grafana/loki/issues/20137 )) ([e106809](e10680982a ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.31.17 (main) ([#​19773](https://github.com/grafana/loki/issues/19773 )) ([06ada46](06ada46666 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.31.18 (main) ([#​19844](https://github.com/grafana/loki/issues/19844 )) ([72c5d09](72c5d093b6 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.31.20 (main) ([#​19879](https://github.com/grafana/loki/issues/19879 )) ([47560eb](47560ebacf ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.0 (main) ([#​19979](https://github.com/grafana/loki/issues/19979 )) ([08e7418](08e7418d92 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.1 (main) ([#​20002](https://github.com/grafana/loki/issues/20002 )) ([e37d83f](e37d83fab1 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.2 (main) ([#​20059](https://github.com/grafana/loki/issues/20059 )) ([32f414c](32f414c080 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.3 (main) ([#​20138](https://github.com/grafana/loki/issues/20138 )) ([0d7444a](0d7444a2b9 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.6 (main) ([#​20338](https://github.com/grafana/loki/issues/20338 )) ([6338096](633809601b ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.32.7 (main) ([#​20401](https://github.com/grafana/loki/issues/20401 )) ([50ce71a](50ce71a5bf ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/credentials to v1.18.21 (main) ([#​19752](https://github.com/grafana/loki/issues/19752 )) ([aebeb3c](aebeb3c31f ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/credentials to v1.18.24 (main) ([#​19845](https://github.com/grafana/loki/issues/19845 )) ([7e78f8c](7e78f8cb95 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.2 (main) ([#​19980](https://github.com/grafana/loki/issues/19980 )) ([c392438](c392438858 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.6 (main) ([#​20339](https://github.com/grafana/loki/issues/20339 )) ([3f29cae](3f29caee8a ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.7 (main) ([#​20402](https://github.com/grafana/loki/issues/20402 )) ([f20228d](f20228dc54 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.52.4 (main) ([#​19774](https://github.com/grafana/loki/issues/19774 )) ([b5b8dd0](b5b8dd0935 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.52.6 (main) ([#​19846](https://github.com/grafana/loki/issues/19846 )) ([0b25758](0b25758aad ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.53.1 (main) ([#​19981](https://github.com/grafana/loki/issues/19981 )) ([c45abe6](c45abe62ad ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.53.2 (main) ([#​20060](https://github.com/grafana/loki/issues/20060 )) ([36079fa](36079faf4f ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.53.3 (main) ([#​20140](https://github.com/grafana/loki/issues/20140 )) ([bfa8c38](bfa8c38e7e ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.53.5 (main) ([#​20340](https://github.com/grafana/loki/issues/20340 )) ([6d5d21e](6d5d21e462 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.53.6 (main) ([#​20403](https://github.com/grafana/loki/issues/20403 )) ([31a870c](31a870cc64 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.88.4 (main) ([#​19341](https://github.com/grafana/loki/issues/19341 )) ([0b0faf1](0b0faf174b ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.89.2 (main) ([#​19775](https://github.com/grafana/loki/issues/19775 )) ([0f37e57](0f37e57409 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.90.0 (main) ([#​19785](https://github.com/grafana/loki/issues/19785 )) ([877a768](877a768f40 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.90.2 (main) ([#​19847](https://github.com/grafana/loki/issues/19847 )) ([b50f3e3](b50f3e3e58 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.92.0 (main) ([#​19982](https://github.com/grafana/loki/issues/19982 )) ([db87de8](db87de86f9 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.92.1 (main) ([#​20061](https://github.com/grafana/loki/issues/20061 )) ([a44b63c](a44b63cf84 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.93.0 (main) ([#​20142](https://github.com/grafana/loki/issues/20142 )) ([87f3b59](87f3b590d5 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.95.0 (main) ([#​20355](https://github.com/grafana/loki/issues/20355 )) ([d98d48b](d98d48bd94 ))
- **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.95.1 (main) ([#​20406](https://github.com/grafana/loki/issues/20406 )) ([c7c1411](c7c14114f4 ))
- **deps:** update module github.com/aws/smithy-go to v1.23.2 (main) ([#​19753](https://github.com/grafana/loki/issues/19753 )) ([61b8049](61b8049bd0 ))
- **deps:** update module github.com/aws/smithy-go to v1.24.0 (main) ([#​20117](https://github.com/grafana/loki/issues/20117 )) ([b0efa70](b0efa70f4b ))
- **deps:** update module github.com/axiomhq/hyperloglog to v0.2.6 (main) ([#​20341](https://github.com/grafana/loki/issues/20341 )) ([4469f82](4469f826d2 ))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.251 (main) ([#​19754](https://github.com/grafana/loki/issues/19754 )) ([7257d31](7257d3116a ))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.252 (main) ([#​19972](https://github.com/grafana/loki/issues/19972 )) ([c4c5ed7](c4c5ed734f ))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.253 (main) ([#​20125](https://github.com/grafana/loki/issues/20125 )) ([d28862b](d28862b53b ))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.256 (main) ([#​20342](https://github.com/grafana/loki/issues/20342 )) ([69e6254](69e6254056 ))
- **deps:** update module github.com/bits-and-blooms/bloom/v3 to v3.7.1 (main) ([#​19755](https://github.com/grafana/loki/issues/19755 )) ([af47e1f](af47e1f4fe ))
- **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.9.2 (main) ([#​20418](https://github.com/grafana/loki/issues/20418 )) ([078dc94](078dc94555 ))
- **deps:** update module github.com/coder/quartz to v0.3.0 (main) ([#​19786](https://github.com/grafana/loki/issues/19786 )) ([6f784f9](6f784f99d4 ))
- **deps:** update module github.com/docker/docker to v28.5.2+incompatible (main) ([#​19756](https://github.com/grafana/loki/issues/19756 )) ([1007ee4](1007ee4a89 ))
- **deps:** update module github.com/gocql/gocql to v2 (main) ([#​19794](https://github.com/grafana/loki/issues/19794 )) ([898b6d2](898b6d2037 ))
- **deps:** update module github.com/google/renameio/v2 to v2.0.1 (main) ([#​19935](https://github.com/grafana/loki/issues/19935 )) ([f943b39](f943b390f3 ))
- **deps:** update module github.com/google/renameio/v2 to v2.0.2 (main) ([#​20411](https://github.com/grafana/loki/issues/20411 )) ([cc43074](cc43074245 ))
- **deps:** update module github.com/grafana/loki/v3 to v3.5.8 (main) ([#​19757](https://github.com/grafana/loki/issues/19757 )) ([7c0921c](7c0921c844 ))
- **deps:** update module github.com/grafana/loki/v3 to v3.6.0 (main) ([#​19943](https://github.com/grafana/loki/issues/19943 )) ([2d00410](2d00410c14 ))
- **deps:** update module github.com/grafana/loki/v3 to v3.6.1 (main) ([#​19993](https://github.com/grafana/loki/issues/19993 )) ([116aa1c](116aa1c4e2 ))
- **deps:** update module github.com/grafana/loki/v3 to v3.6.2 (main) ([#​20057](https://github.com/grafana/loki/issues/20057 )) ([b4f6138](b4f6138f18 ))
- **deps:** update module github.com/grafana/loki/v3 to v3.6.3 (main) ([#​20343](https://github.com/grafana/loki/issues/20343 )) ([d1ae7a1](d1ae7a1ba3 ))
- **deps:** update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.3 (main) ([#​19758](https://github.com/grafana/loki/issues/19758 )) ([8133da9](8133da968d ))
- **deps:** update module github.com/hashicorp/consul/api to v1.33.0 (main) ([#​19788](https://github.com/grafana/loki/issues/19788 )) ([e417259](e417259980 ))
- **deps:** update module github.com/ibm/go-sdk-core/v5 to v5.21.1 (main) ([#​19950](https://github.com/grafana/loki/issues/19950 )) ([cd408bc](cd408bc59b ))
- **deps:** update module github.com/ibm/go-sdk-core/v5 to v5.21.2 (main) ([#​19988](https://github.com/grafana/loki/issues/19988 )) ([d8ab970](d8ab970b1c ))
- **deps:** update module github.com/ibm/ibm-cos-sdk-go to v1.12.4 (main) ([#​20146](https://github.com/grafana/loki/issues/20146 )) ([a80774b](a80774b2b1 ))
- **deps:** update module github.com/ibm/ibm-cos-sdk-go to v1.13.0 (main) ([#​20364](https://github.com/grafana/loki/issues/20364 )) ([52d1d8d](52d1d8d966 ))
- **deps:** update module github.com/ibm/sarama to v1.46.3 (main) ([#​19760](https://github.com/grafana/loki/issues/19760 )) ([4a19787](4a19787dff ))
- **deps:** update module github.com/influxdata/telegraf to v1.36.3 (main) ([#​19796](https://github.com/grafana/loki/issues/19796 )) ([4911c98](4911c989e6 ))
- **deps:** update module github.com/influxdata/telegraf to v1.36.4 (main) ([#​19938](https://github.com/grafana/loki/issues/19938 )) ([d6147d8](d6147d81a1 ))
- **deps:** update module github.com/influxdata/telegraf to v1.37.0 (main) ([#​20356](https://github.com/grafana/loki/issues/20356 )) ([dc1e0ae](dc1e0aefcb ))
- **deps:** update module github.com/klauspost/compress to v1.18.1 (main) ([#​19761](https://github.com/grafana/loki/issues/19761 )) ([c5e7293](c5e7293097 ))
- **deps:** update module github.com/klauspost/compress to v1.18.2 (main) ([#​20108](https://github.com/grafana/loki/issues/20108 )) ([f4f2b2a](f4f2b2a718 ))
- **deps:** update module github.com/leodido/go-syslog/v4 to v4.3.0 (main) ([#​19416](https://github.com/grafana/loki/issues/19416 )) ([036387b](036387b297 ))
- **deps:** update module github.com/minio/minio-go/v7 to v7.0.97 (main) ([#​19762](https://github.com/grafana/loki/issues/19762 )) ([ee2b424](ee2b42413b ))
- **deps:** update module github.com/minio/minio-go/v7 to v7.0.98 (main) ([#​20436](https://github.com/grafana/loki/issues/20436 )) ([cf89342](cf893421f2 ))
- **deps:** update module github.com/ncw/swift/v2 to v2.0.5 (main) ([#​19764](https://github.com/grafana/loki/issues/19764 )) ([fa5e144](fa5e144b42 ))
- **deps:** update module github.com/oschwald/geoip2-golang to v2 (main) ([#​19799](https://github.com/grafana/loki/issues/19799 )) ([33eeab6](33eeab62c1 ))
- **deps:** update module github.com/oschwald/geoip2-golang/v2 to v2.0.1 (main) ([#​20065](https://github.com/grafana/loki/issues/20065 )) ([ac5df60](ac5df60537 ))
- **deps:** update module github.com/oschwald/geoip2-golang/v2 to v2.1.0 (main) ([#​20357](https://github.com/grafana/loki/issues/20357 )) ([8853d71](8853d710d4 ))
- **deps:** update module github.com/parquet-go/parquet-go to v0.26.0 (main) ([#​20170](https://github.com/grafana/loki/issues/20170 )) ([9ffe31e](9ffe31e6e4 ))
- **deps:** update module github.com/parquet-go/parquet-go to v0.26.4 (main) ([#​20344](https://github.com/grafana/loki/issues/20344 )) ([caa21ae](caa21ae585 ))
- **deps:** update module github.com/parquet-go/parquet-go to v0.27.0 (main) ([#​20426](https://github.com/grafana/loki/issues/20426 )) ([a283eac](a283eac267 ))
- **deps:** update module github.com/prometheus/alertmanager to v0.29.0 (main) ([#​19797](https://github.com/grafana/loki/issues/19797 )) ([5ec7ddc](5ec7ddca47 ))
- **deps:** update module github.com/prometheus/alertmanager to v0.30.0 (main) ([#​20358](https://github.com/grafana/loki/issues/20358 )) ([f53a609](f53a609be4 ))
- **deps:** update module github.com/prometheus/client\_golang to v1.23.2 (main) ([#​19763](https://github.com/grafana/loki/issues/19763 )) ([8317f7e](8317f7e462 ))
- **deps:** update module github.com/prometheus/common to v0.67.3 (main) ([#​19906](https://github.com/grafana/loki/issues/19906 )) ([aafc579](aafc5792e2 ))
- **deps:** update module github.com/prometheus/common to v0.67.4 (main) ([#​19994](https://github.com/grafana/loki/issues/19994 )) ([ccc6d73](ccc6d738b5 ))
- **deps:** update module github.com/prometheus/common to v0.67.5 (main) ([#​20363](https://github.com/grafana/loki/issues/20363 )) ([aaacbf4](aaacbf4eda ))
- **deps:** update module github.com/prometheus/prometheus to v0.307.3 (main) ([#​19800](https://github.com/grafana/loki/issues/19800 )) ([7912a67](7912a67efc ))
- **deps:** update module github.com/prometheus/prometheus to v0.308.0 (main) ([#​20131](https://github.com/grafana/loki/issues/20131 )) ([0aac50b](0aac50bffb ))
- **deps:** update module github.com/prometheus/prometheus to v0.308.1 (main) ([#​20346](https://github.com/grafana/loki/issues/20346 )) ([393d4cd](393d4cd0fb ))
- **deps:** update module github.com/prometheus/prometheus to v0.309.1 (main) ([#​20388](https://github.com/grafana/loki/issues/20388 )) ([bf79bcf](bf79bcff06 ))
- **deps:** update module github.com/prometheus/sigv4 to v0.3.0 (main) ([#​19801](https://github.com/grafana/loki/issues/19801 )) ([adaf758](adaf758cbe ))
- **deps:** update module github.com/prometheus/sigv4 to v0.4.0 (main) ([#​20386](https://github.com/grafana/loki/issues/20386 )) ([2f80526](2f80526f19 ))
- **deps:** update module github.com/redis/go-redis/v9 to v9.16.0 (main) ([#​19819](https://github.com/grafana/loki/issues/19819 )) ([ea00c15](ea00c1556f ))
- **deps:** update module github.com/redis/go-redis/v9 to v9.17.0 (main) ([#​19977](https://github.com/grafana/loki/issues/19977 )) ([723ff2d](723ff2ded9 ))
- **deps:** update module github.com/redis/go-redis/v9 to v9.17.1 (main) ([#​20063](https://github.com/grafana/loki/issues/20063 )) ([69fdd6c](69fdd6cc9c ))
- **deps:** update module github.com/redis/go-redis/v9 to v9.17.2 (main) ([#​20116](https://github.com/grafana/loki/issues/20116 )) ([434a929](434a9295a5 ))
- **deps:** update module github.com/schollz/progressbar/v3 to v3.19.0 (main) ([#​20365](https://github.com/grafana/loki/issues/20365 )) ([0b238bc](0b238bccea ))
- **deps:** update module github.com/shirou/gopsutil/v4 to v4.25.10 (main) ([#​19765](https://github.com/grafana/loki/issues/19765 )) ([363dd11](363dd11ef1 ))
- **deps:** update module github.com/shirou/gopsutil/v4 to v4.25.11 (main) ([#​20066](https://github.com/grafana/loki/issues/20066 )) ([76cc947](76cc947951 ))
- **deps:** update module github.com/shirou/gopsutil/v4 to v4.25.12 (main) ([#​20347](https://github.com/grafana/loki/issues/20347 )) ([0740eb8](0740eb8a56 ))
- **deps:** update module github.com/sirupsen/logrus to v1.9.4 (main) ([#​20447](https://github.com/grafana/loki/issues/20447 )) ([35c8df7](35c8df7705 ))
- **deps:** update module github.com/sony/gobreaker/v2 to v2.4.0 (main) ([#​20366](https://github.com/grafana/loki/issues/20366 )) ([090ffd5](090ffd5172 ))
- **deps:** update module github.com/tjhop/slog-gokit to v0.1.5 (main) ([#​19808](https://github.com/grafana/loki/issues/19808 )) ([615413e](615413e269 ))
- **deps:** update module github.com/twmb/franz-go to v1.20.2 (main) ([#​19789](https://github.com/grafana/loki/issues/19789 )) ([5264a7e](5264a7eb23 ))
- **deps:** update module github.com/twmb/franz-go to v1.20.3 (main) ([#​19812](https://github.com/grafana/loki/issues/19812 )) ([ceb7c84](ceb7c8493c ))
- **deps:** update module github.com/twmb/franz-go to v1.20.4 (main) ([#​19902](https://github.com/grafana/loki/issues/19902 )) ([57b8346](57b8346452 ))
- **deps:** update module github.com/twmb/franz-go to v1.20.5 (main) ([#​20038](https://github.com/grafana/loki/issues/20038 )) ([c9a30b1](c9a30b1e54 ))
- **deps:** update module github.com/twmb/franz-go to v1.20.6 (main) ([#​20348](https://github.com/grafana/loki/issues/20348 )) ([5ee4fee](5ee4fee4bc ))
- **deps:** update module github.com/twmb/franz-go/pkg/kadm to v1.17.1 (main) ([#​19790](https://github.com/grafana/loki/issues/19790 )) ([1dad0be](1dad0be6b7 ))
- **deps:** update module github.com/twmb/franz-go/pkg/kmsg to v1.12.0 (main) ([#​19791](https://github.com/grafana/loki/issues/19791 )) ([f28c247](f28c247cb4 ))
- **deps:** update module github.com/workiva/go-datastructures to v1.1.7 (main) ([#​19766](https://github.com/grafana/loki/issues/19766 )) ([f5e0683](f5e0683986 ))
- **deps:** update module github.com/xdg-go/scram to v1.2.0 (main) ([#​20046](https://github.com/grafana/loki/issues/20046 )) ([9e52320](9e523207b8 ))
- **deps:** update module go.opentelemetry.io/collector/pdata to v1.46.0 (main) ([#​19802](https://github.com/grafana/loki/issues/19802 )) ([87b558c](87b558cda7 ))
- **deps:** update module go.opentelemetry.io/collector/pdata to v1.47.0 (main) ([#​20112](https://github.com/grafana/loki/issues/20112 )) ([e5bf3bc](e5bf3bc0c9 ))
- **deps:** update module go.opentelemetry.io/collector/pdata to v1.49.0 (main) ([#​20371](https://github.com/grafana/loki/issues/20371 )) ([7d759f2](7d759f215d ))
- **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.64.0 (main) ([#​20372](https://github.com/grafana/loki/issues/20372 )) ([9da1b1b](9da1b1bcd5 ))
- **deps:** update module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace to v0.64.0 (main) ([#​20373](https://github.com/grafana/loki/issues/20373 )) ([719635a](719635ad80 ))
- **deps:** update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.64.0 (main) ([#​20374](https://github.com/grafana/loki/issues/20374 )) ([f1b3e1b](f1b3e1bf67 ))
- **deps:** update module go.opentelemetry.io/otel/sdk to v1.39.0 (main) ([#​20376](https://github.com/grafana/loki/issues/20376 )) ([95b82d6](95b82d66b7 ))
- **deps:** update module golang.org/x/crypto to v0.44.0 (main) ([#​19776](https://github.com/grafana/loki/issues/19776 )) ([c85c67a](c85c67ac77 ))
- **deps:** update module golang.org/x/net to v0.46.0 (main) ([#​19777](https://github.com/grafana/loki/issues/19777 )) ([27740ca](27740ca5b9 ))
- **deps:** update module golang.org/x/net to v0.47.0 (main) ([#​19850](https://github.com/grafana/loki/issues/19850 )) ([5c422a6](5c422a6b90 ))
- **deps:** update module golang.org/x/oauth2 to v0.33.0 (main) ([#​19778](https://github.com/grafana/loki/issues/19778 )) ([1954778](1954778b45 ))
- **deps:** update module golang.org/x/oauth2 to v0.34.0 (main) ([#​20160](https://github.com/grafana/loki/issues/20160 )) ([ebf7b93](ebf7b93c67 ))
- **deps:** update module golang.org/x/sync to v0.18.0 (main) ([#​19779](https://github.com/grafana/loki/issues/19779 )) ([8772fad](8772fad52e ))
- **deps:** update module golang.org/x/sync to v0.19.0 (main) ([#​20161](https://github.com/grafana/loki/issues/20161 )) ([817b9d8](817b9d8c9c ))
- **deps:** update module golang.org/x/sys to v0.38.0 (main) ([#​19780](https://github.com/grafana/loki/issues/19780 )) ([92a8518](92a85189d5 ))
- **deps:** update module golang.org/x/sys to v0.39.0 (main) ([#​20162](https://github.com/grafana/loki/issues/20162 )) ([f0a9bae](f0a9bae3b3 ))
- **deps:** update module golang.org/x/sys to v0.40.0 (main) ([#​20378](https://github.com/grafana/loki/issues/20378 )) ([9538b20](9538b2097a ))
- **deps:** update module golang.org/x/text to v0.30.0 (main) ([#​19781](https://github.com/grafana/loki/issues/19781 )) ([61e06a3](61e06a3150 ))
- **deps:** update module golang.org/x/text to v0.31.0 (main) ([#​19851](https://github.com/grafana/loki/issues/19851 )) ([af03168](af03168409 ))
- **deps:** update module golang.org/x/text to v0.33.0 (main) ([#​20408](https://github.com/grafana/loki/issues/20408 )) ([9fd6733](9fd6733ef4 ))
- **deps:** update module golang.org/x/time to v0.14.0 (main) ([#​19782](https://github.com/grafana/loki/issues/19782 )) ([74f68fa](74f68fac62 ))
- **deps:** update module google.golang.org/api to v0.255.0 (main) ([#​19792](https://github.com/grafana/loki/issues/19792 )) ([aba027b](aba027b593 ))
- **deps:** update module google.golang.org/api to v0.256.0 (main) ([#​19852](https://github.com/grafana/loki/issues/19852 )) ([145b063](145b063466 ))
- **deps:** update module google.golang.org/api to v0.257.0 (main) ([#​20143](https://github.com/grafana/loki/issues/20143 )) ([5f1da75](5f1da751a4 ))
- **deps:** update module google.golang.org/grpc to v1.76.0 (main) ([#​19422](https://github.com/grafana/loki/issues/19422 )) ([2e1c644](2e1c644780 ))
- **deps:** update module google.golang.org/grpc to v1.77.0 (main) ([#​19945](https://github.com/grafana/loki/issues/19945 )) ([f3213bb](f3213bb2f9 ))
- **deps:** update module google.golang.org/protobuf to v1.36.11 (main) ([#​20349](https://github.com/grafana/loki/issues/20349 )) ([a80b52e](a80b52e019 ))
- **deps:** update module k8s.io/apimachinery to v0.34.2 (main) ([#​19793](https://github.com/grafana/loki/issues/19793 )) ([6d4cf98](6d4cf98bca ))
- **deps:** update module k8s.io/apimachinery to v0.34.3 (main) ([#​20187](https://github.com/grafana/loki/issues/20187 )) ([d4814ec](d4814ec003 ))
- **deps:** update module k8s.io/apimachinery to v0.35.0 (main) ([#​20381](https://github.com/grafana/loki/issues/20381 )) ([731e067](731e067b3a ))
- Do not override S3 region if already specified in configuration chain ([#​20127](https://github.com/grafana/loki/issues/20127 )) ([0046bfb](0046bfb3a4 ))
- **docker:** missing permissions to start docker ([#​19947](https://github.com/grafana/loki/issues/19947 )) ([39d2bea](39d2beaae6 ))
- **docker:** set WORKDIR to root in loki Dockerfiles ([#​19941](https://github.com/grafana/loki/issues/19941 )) ([13f2b1a](13f2b1adae ))
- Empty keys are returned if desired in v2 engine ([#​19717](https://github.com/grafana/loki/issues/19717 )) ([36613bd](36613bd017 ))
- **engine:** unset write and read deadlines for wire listeners ([#​19828](https://github.com/grafana/loki/issues/19828 )) ([9b001df](9b001dfd01 ))
- **enginev2:** Always compute summary when creating the stats object ([#​20224](https://github.com/grafana/loki/issues/20224 )) ([ea88458](ea88458c03 ))
- **enginev2:** Close pipeline before building query results ([#​20100](https://github.com/grafana/loki/issues/20100 )) ([99ba51e](99ba51e48a ))
- errors in parse pipeline ([#​19667](https://github.com/grafana/loki/issues/19667 )) ([dd6b314](dd6b31473e ))
- Evaluation time in Goldfish query comparator ([#​20425](https://github.com/grafana/loki/issues/20425 )) ([e772ef4](e772ef4f05 ))
- expose RDS args for goldfish ui ([#​19724](https://github.com/grafana/loki/issues/19724 )) ([b2396e1](b2396e1fb8 ))
- Fix regression in S3 client configuration ([#​20110](https://github.com/grafana/loki/issues/20110 )) ([d3f9532](d3f9532b06 )), closes [#​19908](https://github.com/grafana/loki/issues/19908 )
- **goldfish:** add tolerance check to mismatches in the query-tee ([#​20004](https://github.com/grafana/loki/issues/20004 )) ([581519e](581519e386 ))
- **helm:** Add startup probe read ([#​19708](https://github.com/grafana/loki/issues/19708 )) ([bce87fb](bce87fbce5 ))
- **helm:** Apply fix from [#​14126](https://github.com/grafana/loki/issues/14126 ) to example ([#​20252](https://github.com/grafana/loki/issues/20252 )) ([716563a](716563a660 ))
- **helm:** correct GEL provisioner tenant creation instructions ([#​20271](https://github.com/grafana/loki/issues/20271 )) ([9639e2e](9639e2e126 ))
- **helm:** Correct GEL version ([#​19657](https://github.com/grafana/loki/issues/19657 )) ([cd8b195](cd8b195fd8 ))
- **helm:** do not mark loki.storage.bucketNames.chunks as required, if an s3 url is provided ([#​19873](https://github.com/grafana/loki/issues/19873 )) ([e9951bb](e9951bb4eb ))
- **helm:** do not mark loki.storage.bucketNames.chunks as required, if minio is used. ([#​19871](https://github.com/grafana/loki/issues/19871 )) ([eddd4f8](eddd4f873d ))
- **helm:** do not mark loki.storage.bucketNames.ruler as required, if rulerConfig.storage.type is local ([#​19882](https://github.com/grafana/loki/issues/19882 )) ([f2f564a](f2f564a267 ))
- **helm:** Don't fail for missing bucket name, if local disk is used. ([#​19675](https://github.com/grafana/loki/issues/19675 )) ([ad0a29e](ad0a29eaae ))
- **helm:** Don't fail for missing bucket name, if minio is enabled. ([#​19745](https://github.com/grafana/loki/issues/19745 )) ([cd0c578](cd0c578210 ))
- **helm:** Enable volumeAttributesClassName attributes for volumeClaimTemplates ([#​19719](https://github.com/grafana/loki/issues/19719 )) ([06da42a](06da42a8ac ))
- **helm:** Fix ingester-b volumeAttributesClassName templating ([#​20188](https://github.com/grafana/loki/issues/20188 )) ([d696f18](d696f18816 ))
- **helm:** Fix rendering of dnsConfig for backend, read, write, single-binary and table-manager ([#​20013](https://github.com/grafana/loki/issues/20013 )) ([1cdb3c7](1cdb3c7318 ))
- **helm:** Respect global registry in sidecar image ([#​18246](https://github.com/grafana/loki/issues/18246 )) ([#​19347](https://github.com/grafana/loki/issues/19347 )) ([79eae2c](79eae2ca25 ))
- **helm:** Update Chart version in README.md ([#​19669](https://github.com/grafana/loki/issues/19669 )) ([94096b7](94096b7452 ))
- **helm:** update version ([#​19670](https://github.com/grafana/loki/issues/19670 )) ([b90ae22](b90ae22a2c ))
- logging and failed migrations in query-tee ([#​19861](https://github.com/grafana/loki/issues/19861 )) ([a000cd1](a000cd10a0 ))
- loki\_dataobj\_sort\_duration\_seconds never registered ([#​19679](https://github.com/grafana/loki/issues/19679 )) ([da37290](da37290a40 ))
- **lokitool:** Update ruler path and enable alternative TLS env variables ([#​19572](https://github.com/grafana/loki/issues/19572 )) ([d1ce5cb](d1ce5cb6af ))
- Nomad simple example ([#​19629](https://github.com/grafana/loki/issues/19629 )) ([17aec11](17aec119a0 ))
- **operator:** change leader-election parameters ([#​19707](https://github.com/grafana/loki/issues/19707 )) ([86068cf](86068cfb6c ))
- **operator:** Do not deploy NetworkPolicies automatically on OCP 4.20 ([#​19680](https://github.com/grafana/loki/issues/19680 )) ([8df33ff](8df33ff659 ))
- **operator:** Return quickstart script to working condition and improve rootless usage ([#​19960](https://github.com/grafana/loki/issues/19960 )) ([397da27](397da27775 ))
- Out of bounds error fix for gapped window matcher ([#​20396](https://github.com/grafana/loki/issues/20396 )) ([168da48](168da488db ))
- panic when no healthy instances found ([#​19998](https://github.com/grafana/loki/issues/19998 )) ([1c5dfed](1c5dfed23a ))
- parsed labels should not override structured metadata ([#​19991](https://github.com/grafana/loki/issues/19991 )) ([61f9367](61f936751b ))
- **parser:** do not cache key conflicts results in intern set ([#​19984](https://github.com/grafana/loki/issues/19984 )) ([0a9b024](0a9b024106 ))
- persist correct goldfish result comparison in database ([#​20172](https://github.com/grafana/loki/issues/20172 )) ([43a3f15](43a3f159b3 ))
- **promtail:** validate relabel config ([#​19996](https://github.com/grafana/loki/issues/19996 )) ([1bce8ec](1bce8ecea8 ))
- **querier:** Support multi-tenant queries in Patterns API ([#​19809](https://github.com/grafana/loki/issues/19809 )) ([f609e27](f609e27e2e ))
- **querylimits:** accept request limits over not initialized limits ([#​19891](https://github.com/grafana/loki/issues/19891 )) ([905eac8](905eac851f ))
- **querytee:** forward response headers from backends ([#​20036](https://github.com/grafana/loki/issues/20036 )) ([2b2f00f](2b2f00f24c ))
- reduce FetchMaxBytes to 10MB ([#​19883](https://github.com/grafana/loki/issues/19883 )) ([82cfafd](82cfafd386 ))
- remove logging of sensitive data ([#​20168](https://github.com/grafana/loki/issues/20168 )) ([d7c1e1d](d7c1e1daa6 ))
- Respect categorizeLabels encoding flag in v2 queries ([#​20098](https://github.com/grafana/loki/issues/20098 )) ([0dea806](0dea806656 ))
- Restrict start/end timestamp to requested range for scheduler ([#​20086](https://github.com/grafana/loki/issues/20086 )) ([448cc74](448cc745ca ))
- **retry:** do not retry if any of multierrors is a client error ([#​19887](https://github.com/grafana/loki/issues/19887 )) ([9825137](9825137713 ))
- revoke partitions if lost ([#​20030](https://github.com/grafana/loki/issues/20030 )) ([1ac5d1f](1ac5d1f0d5 ))
- **ruler:** validate remote write config ([#​19920](https://github.com/grafana/loki/issues/19920 )) ([e916944](e916944376 ))
- Scheduler memory leak ([#​20268](https://github.com/grafana/loki/issues/20268 )) ([d776c10](d776c10dff ))
- **server:** return status bad request code for interval limit error ([#​19895](https://github.com/grafana/loki/issues/19895 )) ([f21f5d5](f21f5d545f ))
- Set Content-Type header for JSON responses in serializeHTTPHandler ([#​19878](https://github.com/grafana/loki/issues/19878 )) ([019d6b4](019d6b40a8 ))
- track discarded entries and bytes when hitting stream limits using the ingest limits service ([#​20244](https://github.com/grafana/loki/issues/20244 )) ([9b0af7c](9b0af7c002 ))
- use the default downstream handler for unsupported requests ([#​20202](https://github.com/grafana/loki/issues/20202 )) ([0a34e25](0a34e25dea ))
##### Miscellaneous Chores
- **engine:** Make scheduler aware of total compute capacity ([#​19876](https://github.com/grafana/loki/issues/19876 )) ([e9600ae](e9600aed4b ))
- **engine:** Share worker threads across all scheduler connections ([#​20229](https://github.com/grafana/loki/issues/20229 )) ([eaeb7af](eaeb7afe88 ))
### [`v3.6.8`](https://github.com/grafana/loki/releases/tag/v3.6.8 )
[Compare Source](https://github.com/grafana/loki/compare/v3.6.7...v3.6.8 )
##### Features
- Upgrade `go.opentelemetry.io/otel/sdk` from v1.38.0 to v1.40.0 ([#​21115](https://github.com/grafana/loki/issues/21115 )) ([d1ab148](d1ab148aa2 ))
- Upgrade Go to 1.25.8 (release-3.6.x) ([#​21240](https://github.com/grafana/loki/issues/21240 )) ([10d2666](10d2666994 ))
- Upgrade Go used by querytee/promtail to 3.6 ([#​21244](https://github.com/grafana/loki/issues/21244 )) ([41a4e0c](41a4e0c702 ))
- Use different debian version for fluent-bit ([#​21247](https://github.com/grafana/loki/issues/21247 )) ([138c391](138c391fd0 ))
##### Bug Fixes
- **deps:** update module github.com/buger/jsonparser to v1.1.2 \[security] (release-3.6.x) ([#​21201](https://github.com/grafana/loki/issues/21201 )) ([3185466](3185466201 ))
- **deps:** update module go.opentelemetry.io/otel/sdk to v1.40.0 \[security] (release-3.6.x) ([#​20887](https://github.com/grafana/loki/issues/20887 )) ([d267ad3](d267ad3688 ))
- **deps:** update module google.golang.org/grpc to v1.79.3 \[security] (release-3.6.x) ([#​21193](https://github.com/grafana/loki/issues/21193 )) ([87dff41](87dff4138d ))
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19-->
Reviewed-on: #5159
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-26 17:21:41 +00:00
3f22ffaf20
chore(deps): update helm release loki to v6.55.0 ( #4622 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 45s
renovate / renovate (push) Successful in 5m46s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.53.0` → `6.55.0` |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #4622
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-14 18:21:50 +00:00
63c72c1384
chore(deps): update helm release alloy to v1.6.2 ( #4589 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Has been cancelled
2026-03-10 18:57:08 +00:00
70d6db6599
chore(deps): update helm release alloy to v1.6.1 ( #4360 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m57s
2026-03-02 15:19:47 +00:00
733b813a96
chore(deps): update dependency grafana/loki to v3.6.7 ( #4192 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-02-24 00:32:40 +00:00
eab06d4a8b
chore(deps): update dependency grafana/loki to v3.6.6 ( #4074 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-02-18 17:03:03 +00:00
f00410c790
chore(deps): update helm release loki to v6.53.0 ( #3878 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m31s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.52.0` → `6.53.0` |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #3878
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-10 19:18:32 +00:00
6839699ed1
chore(deps): update dependency grafana/loki to v3.6.5 ( #3786 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 4m59s
2026-02-07 16:02:10 +00:00
c04c83ce03
chore(deps): update helm release alloy to v1.6.0 ( #3756 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has started running
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 23m45s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [alloy](https://github.com/grafana/helm-charts ) | minor | `1.5.3` → `1.6.0` |
---
### Release Notes
<details>
<summary>grafana/helm-charts (alloy)</summary>
### [`v1.6.0`](https://github.com/grafana/helm-charts/releases/tag/alloy-1.6.0 )
[Compare Source](https://github.com/grafana/helm-charts/compare/alloy-1.5.3...alloy-1.6.0 )
Grafana Alloy
Source commit: [grafana/alloy@`44ddc69`](44ddc6937c )
Tag on source: <https://github.com/grafana/alloy/releases/tag/helm-chart/1.6.0 >
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #3756
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-05 23:53:56 +00:00
4477dba4c4
chore(deps): update helm release loki to v6.52.0 ( #3738 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.51.0` → `6.52.0` |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #3738
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-05 20:50:50 +00:00
ffed577346
chore(lock): update lock file
lint-test-helm / lint-helm (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 58s
renovate / renovate (push) Successful in 2m54s
2026-02-02 17:49:52 -06:00
894e34f2ae
chore(deps): update helm release alloy to v1.5.3 ( #3583 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 43s
renovate / renovate (push) Successful in 2m13s
2026-01-28 22:11:05 +00:00
f46ac98970
chore(deps): update appVersions
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 11m40s
render-manifests-push / render-manifests-push (push) Successful in 12m20s
2026-01-23 17:05:18 -06:00
914dd14c81
fix: align renovate custom manager to appVersion updates on Chart
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 49m21s
renovate / renovate (push) Successful in 13m16s
2026-01-23 14:49:38 -06:00
79cd824f93
Update Helm release loki to v6.51.0 ( #3367 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.50.0` → `6.51.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3367
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-21 22:09:28 +00:00
f13c8b3021
Update Helm release loki to v6.50.0 ( #3353 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.49.0` → `6.50.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3353
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-21 21:11:33 +00:00
9c97e46f5f
Update Helm release alloy to v1.5.2 ( #3178 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m42s
2026-01-13 17:02:37 +00:00
393e731131
fix config
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Successful in 36s
renovate / renovate (push) Successful in 1m11s
2025-12-27 23:18:19 -06:00
56e95dba20
remove promtail
lint-test-helm / lint-helm (push) Successful in 25s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 1m17s
2025-12-27 22:59:12 -06:00
af81ab8daf
update loki config
render-manifests-push / render-manifests-push (push) Successful in 32s
lint-test-helm / lint-helm (push) Successful in 1m53s
renovate / renovate (push) Successful in 2m31s
2025-12-27 22:56:15 -06:00
e28adfce17
replace promtail with alloy
render-manifests-push / render-manifests-push (push) Successful in 1m3s
lint-test-helm / lint-helm (push) Successful in 1m29s
renovate / renovate (push) Successful in 2m15s
2025-12-27 18:25:08 -06:00
a3412e22c1
update chart
lint-test-helm / lint-helm (push) Successful in 8s
renovate / renovate (push) Successful in 1m22s
render-manifests-push / render-manifests-push (push) Successful in 2m20s
2025-12-23 22:32:33 -06:00
4cec21e648
Update Helm release loki to v6.49.0 ( #2499 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.48.0` -> `6.49.0` |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2499
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-14 21:06:40 +00:00
1604d2425c
update chart version
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 33s
renovate / renovate (push) Successful in 1m15s
2025-12-12 18:20:28 -06:00
a558752399
Update Helm release loki to v6.48.0 ( #2354 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.46.0` -> `6.48.0` |
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #2354
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-10 19:24:06 +00:00
6da426af29
migrate
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m13s
render-manifests / render-manifests-helm (push) Successful in 6m53s
2025-12-01 20:14:09 -06:00