From 87a0d42b058bdf88edd6cfb7a4a581c3ef746641 Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:27:47 +0000 Subject: [PATCH] chore(k278): release 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 270 ++++++++++++++++++++++++++++++++++ 2 files changed, 271 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85a52c2cdfcb4..fec00f0d958aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "3.5.7", + ".": "3.6.0", "operator": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2351c38fa865..2c1757eded5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,275 @@ # Changelog +## [3.6.0](https://github.com/grafana/loki/compare/v3.5.7...v3.6.0) (2025-11-03) + + +### ⚠ BREAKING CHANGES + +* Remove tokengen job and kubectl dependency. ([#18803](https://github.com/grafana/loki/issues/18803)) + +### Features + +* add delete commands to logcli ([#18375](https://github.com/grafana/loki/issues/18375)) ([f38950a](https://github.com/grafana/loki/commit/f38950a02b4e26d7e694d107f8b41e121555a1b1)) +* Add ingester_chunks_flush_requests_total ([#18696](https://github.com/grafana/loki/issues/18696)) ([ab0c7b2](https://github.com/grafana/loki/commit/ab0c7b2b9d3661ba790c38350f972818f0144185)) +* add ReasonFailed ([#18055](https://github.com/grafana/loki/issues/18055)) ([b15d85d](https://github.com/grafana/loki/commit/b15d85da9b1448490c6d17cbc71bb907761c4bc5)) +* add traceId support to goldfish ([#18681](https://github.com/grafana/loki/issues/18681)) ([2f0dc74](https://github.com/grafana/loki/commit/2f0dc74309048193ce88ce054fafb95458fb203d)) +* add traceId to Goldfish UI ([#18726](https://github.com/grafana/loki/issues/18726)) ([4fabb8d](https://github.com/grafana/loki/commit/4fabb8d632834e2e11911724ce7a86fdd9959b65)) +* add user and query engine to Goldfish UI ([#18801](https://github.com/grafana/loki/issues/18801)) ([0b36428](https://github.com/grafana/loki/commit/0b3642835e7cb6b1653266adc061f151951816bb)) +* check for failed reason in distributors ([#18128](https://github.com/grafana/loki/issues/18128)) ([104c457](https://github.com/grafana/loki/commit/104c4570d835514e741de28e44d3029cc2e5d7ea)) +* **compactor HS:** add a dashboard for monitoring deletion with horizontally scalable compactor ([#18588](https://github.com/grafana/loki/issues/18588)) ([10db8ab](https://github.com/grafana/loki/commit/10db8abb58742a252e2a0b47355ca715031b0e9f)) +* **compactor HS:** add jsonnet for deploying horizontally scalable compactor ([#18550](https://github.com/grafana/loki/issues/18550)) ([5e28950](https://github.com/grafana/loki/commit/5e28950556c6ba0f97db8b5450bec89c82fbd682)) +* **compactor HS:** add support for applying storage updates after finishing processing of deletion manifest ([#18294](https://github.com/grafana/loki/issues/18294)) ([ba3c670](https://github.com/grafana/loki/commit/ba3c67076a87d7916faef49e10573511988387b7)) +* **compactor HS:** add support for worker for processing of jobs from the compactor's job queue ([#18165](https://github.com/grafana/loki/issues/18165)) ([d05c4bc](https://github.com/grafana/loki/commit/d05c4bc500be779f35b6e25823da940a6e236229)) +* **compactor HS:** Fixes and changes for getting horizontally scalable compactor to work well ([#18526](https://github.com/grafana/loki/issues/18526)) ([000f90d](https://github.com/grafana/loki/commit/000f90d74b28b81257c51db6c0ffefa2f87fdbca)) +* **compactor HS:** refactor interfaces and build a link between delete requests manager and compactor for HS of compactor ([#18326](https://github.com/grafana/loki/issues/18326)) ([3646607](https://github.com/grafana/loki/commit/364660748d0d391392dd43f699f0b8962ad00541)) +* **compactor HS:** store index updates per processed segment in the manifest to the object storage ([#18212](https://github.com/grafana/loki/issues/18212)) ([8007e22](https://github.com/grafana/loki/commit/8007e22db5ae293468403aa2af06b88efeb2f760)) +* **compactor HS:** tune compactor worker config and add experimental feature warning to the docs ([#18539](https://github.com/grafana/loki/issues/18539)) ([5bf3f74](https://github.com/grafana/loki/commit/5bf3f74ab20af9f392c3e3f311637426c59d7d03)) +* **compactor HS:** use streaming RPCs for interacting with job queue over grpc ([#18125](https://github.com/grafana/loki/issues/18125)) ([385e317](https://github.com/grafana/loki/commit/385e3175cf46deeb066de6e5e04cb4698adb929d)) +* **compactor HS:** Wire things up and add some metrics ([#18421](https://github.com/grafana/loki/issues/18421)) ([bd29320](https://github.com/grafana/loki/commit/bd293206cd78df5ded520187633738f0744b7c9a)) +* filter tenant limits endpoint by allowlist ([#18521](https://github.com/grafana/loki/issues/18521)) ([73de7b5](https://github.com/grafana/loki/commit/73de7b5378f7bc9f629933ba2c7cd20fbf9a0b3a)) +* Goldfish UI ([#17983](https://github.com/grafana/loki/issues/17983)) ([462acb5](https://github.com/grafana/loki/commit/462acb52bbe11f47ee6c9e40401fc3fc4bd374df)) +* Goldfish UI Improvements ([#18504](https://github.com/grafana/loki/issues/18504)) ([b14a282](https://github.com/grafana/loki/commit/b14a282bfa3ef4fb1b09afc2b317dcce863435b2)) +* **helm:** Add `block_builder` config to helm chart ([#17451](https://github.com/grafana/loki/issues/17451)) ([a9808a1](https://github.com/grafana/loki/commit/a9808a1f7db9e04ffbbabf30fca20f3287641886)) +* **helm:** add FOLDER_ANNOTATATION logic for sidecar container in loki helm chart, making multi-tenant alerting easier ([#13289](https://github.com/grafana/loki/issues/13289)) ([833fcbc](https://github.com/grafana/loki/commit/833fcbce39fe956a7e006ea6618fbbd8d7ccfaa8)) +* **helm:** Add health probes to admin-api ([#18546](https://github.com/grafana/loki/issues/18546)) ([358228a](https://github.com/grafana/loki/commit/358228a22295189d86c16d749a966eb12c7189e3)) +* **helm:** add location snippet to nginx config ([#18105](https://github.com/grafana/loki/issues/18105)) ([5737751](https://github.com/grafana/loki/commit/573775194c400ea58b37583546b45afc1846f038)) +* **helm:** add missing revisionHistoryLimit ([#18638](https://github.com/grafana/loki/issues/18638)) ([d0e0d1a](https://github.com/grafana/loki/commit/d0e0d1a4e47145b5e178f84fd554c4d26b9bb47b)) +* **helm:** Add non-default-values.yaml to increase test coverage ([#18360](https://github.com/grafana/loki/issues/18360)) ([b0e04f4](https://github.com/grafana/loki/commit/b0e04f41b40d1fbf7b09f858fec772eb0774e23f)) +* **helm:** add option to use deployment type instead of daemonset in canary ([#17364](https://github.com/grafana/loki/issues/17364)) ([a6563cf](https://github.com/grafana/loki/commit/a6563cfdaa21620d9cd0a337d7cddf22f2ff006c)) +* **helm:** add PDB for patternIngester ([#17058](https://github.com/grafana/loki/issues/17058)) ([7fad38d](https://github.com/grafana/loki/commit/7fad38d38c92b3d82385c771bdd4136ecf476375)) +* **helm:** Add readiness and liveness support for all memcached components ([#18525](https://github.com/grafana/loki/issues/18525)) ([9b54d9f](https://github.com/grafana/loki/commit/9b54d9f1a8667ee09f43d86065a6b327dfb3f223)) +* **helm:** add readiness probe for memcached ([#15609](https://github.com/grafana/loki/issues/15609)) ([6ed1461](https://github.com/grafana/loki/commit/6ed1461d14ae2d196566618a02f4310936da6db0)) +* **helm:** Add startupProbe to loki-sc-rules ([#18547](https://github.com/grafana/loki/issues/18547)) ([121e84e](https://github.com/grafana/loki/commit/121e84ec1ea8ea90783f832735a0d7752a63e55e)) +* **helm:** add tpl support for pattern_ingester and ingester_client ([#16759](https://github.com/grafana/loki/issues/16759)) ([901b2b0](https://github.com/grafana/loki/commit/901b2b01f651fbbb1a1fb1765a2fc8cee774b307)) +* **helm:** Added trafficDistribution for service-distributor ([#17742](https://github.com/grafana/loki/issues/17742)) ([78f154f](https://github.com/grafana/loki/commit/78f154f77d656d356b1b9e78e6b0c17605290934)) +* **helm:** adds a flag for tokengen rbac components so that they can be disabled optionally ([#15882](https://github.com/grafana/loki/issues/15882)) ([10536b2](https://github.com/grafana/loki/commit/10536b24c54190d5363b34eae7b5f120c3bd9587)) +* **helm:** allow external memcached setup ([#17432](https://github.com/grafana/loki/issues/17432)) ([013aa17](https://github.com/grafana/loki/commit/013aa17716dd96b7bd2004d8388f1f03f5b6efee)) +* **helm:** allow passing tenant password hash instead of password ([#17049](https://github.com/grafana/loki/issues/17049)) ([20b97f7](https://github.com/grafana/loki/commit/20b97f77b0ae381f0c6dc16368f34e27f0e81141)) +* **helm:** allow setting labels for ingesters ([#18536](https://github.com/grafana/loki/issues/18536)) ([ab426be](https://github.com/grafana/loki/commit/ab426be4592da204c0e0aa668e0b5670aac99eac)) +* **helm:** Expose all storage configuration ([#18509](https://github.com/grafana/loki/issues/18509)) ([db5e021](https://github.com/grafana/loki/commit/db5e02158ed04a2e45671698b129b51555acb548)) +* **helm:** Expose labels on volumeClaimTemplates ([#13317](https://github.com/grafana/loki/issues/13317)) ([cdefbbf](https://github.com/grafana/loki/commit/cdefbbf3ac15dfede5e8e301f55041efd6fd920f)) +* **helm:** Expose Loki UI in pure ingress ([#18400](https://github.com/grafana/loki/issues/18400)) ([21f3d09](https://github.com/grafana/loki/commit/21f3d09caab2cc6d64fbb07ceeaea8efbce25814)) +* **helm:** Helm issue templates ([#18693](https://github.com/grafana/loki/issues/18693)) ([e0ec815](https://github.com/grafana/loki/commit/e0ec8153a3002a841899d47355fc562f9901d915)) +* **helm:** Implementing support of l2 chunksCache memcache ([#17556](https://github.com/grafana/loki/issues/17556)) ([039e7c1](https://github.com/grafana/loki/commit/039e7c112f7c7f70060d934a7eb99e3609ef7e0f)) +* **helm:** Support bypass all s3/gcs/azure config in object_store ([#17597](https://github.com/grafana/loki/issues/17597)) ([d6c2a8e](https://github.com/grafana/loki/commit/d6c2a8e08fe36a7a316a05f893d18ea6d6a0a434)) +* **helm:** support templated loki.operational_config ([#17045](https://github.com/grafana/loki/issues/17045)) ([078f353](https://github.com/grafana/loki/commit/078f353a85fdb9900e4a4505b9e8af0176ba108e)) +* **helm:** Update Grafana Loki version to 3.5.3 ([#18619](https://github.com/grafana/loki/issues/18619)) ([907bb61](https://github.com/grafana/loki/commit/907bb61cc348f1c946c08ff361f9d60a0a504658)) +* **helm:** update Loki version in charts ([#18447](https://github.com/grafana/loki/issues/18447)) ([e2770ae](https://github.com/grafana/loki/commit/e2770ae6d7794d722a215b3fc4206be3d3ee3770)) +* improve dataobj-inspect command ([#18618](https://github.com/grafana/loki/issues/18618)) ([238e0b7](https://github.com/grafana/loki/commit/238e0b781817f33540c36c71087f6eeefca50838)) +* Initial index-builder implementation ([#18297](https://github.com/grafana/loki/issues/18297)) ([1f0edcd](https://github.com/grafana/loki/commit/1f0edcd4ac77907aebdb8732284062205357da8d)) +* log ingestion policy when log_push_request is set ([#18712](https://github.com/grafana/loki/issues/18712)) ([0ec787f](https://github.com/grafana/loki/commit/0ec787f22a04620727ca4dc3fac762da2498c3e0)) +* Mark truncated log lines with identifier ([#18262](https://github.com/grafana/loki/issues/18262)) ([0ee8e76](https://github.com/grafana/loki/commit/0ee8e76ba28065e2eb03c6908146522700ed6aa7)) +* Remove tokengen job and kubectl dependency. ([#18803](https://github.com/grafana/loki/issues/18803)) ([875e126](https://github.com/grafana/loki/commit/875e1266d87de4b2f8c5de110f90e902c948cc0d)) +* return metric query partial results for drilldown ([#18286](https://github.com/grafana/loki/issues/18286)) ([c0c2265](https://github.com/grafana/loki/commit/c0c22652838af2080345cdef5d5967a5cbdb1bd5)) +* return ReasonFailed from ingest-limits frontend ([#18123](https://github.com/grafana/loki/issues/18123)) ([c42ccc3](https://github.com/grafana/loki/commit/c42ccc3248f5fc0ffdc7355fbceed4f1db68c75d)) +* **tools:** Querytee Goldfish ([#17959](https://github.com/grafana/loki/issues/17959)) ([7775a41](https://github.com/grafana/loki/commit/7775a411f0c1ef55985376d6d80f278f37ccf718)) + + +### Bug Fixes + +* **ci:** Fix lambda-promtail image build ([#18443](https://github.com/grafana/loki/issues/18443)) ([8f0ba2e](https://github.com/grafana/loki/commit/8f0ba2eae6e01d96523d8a0d71fb0bf1ae29a224)) +* **ci:** Fix workflow timeout added in wrong format ([#18348](https://github.com/grafana/loki/issues/18348)) ([53ba9c7](https://github.com/grafana/loki/commit/53ba9c7fd63465209e9919ef1e5346dbeb66b2aa)) +* **ci:** Read releaseLibRef from jsonnet.json lockfile ([#18538](https://github.com/grafana/loki/issues/18538)) ([26417b5](https://github.com/grafana/loki/commit/26417b594593269339e440df2d3cfbdf6bb06541)) +* **config_wrapper:** apply `instance_enable_ipv6` from common to all components ([#18254](https://github.com/grafana/loki/issues/18254)) ([5bc5853](https://github.com/grafana/loki/commit/5bc58538384a0895db47f57338a36cbe16049e52)) +* **deps:** update dependency @hookform/resolvers to v5.2.0 (main) ([#18590](https://github.com/grafana/loki/issues/18590)) ([ff52b3f](https://github.com/grafana/loki/commit/ff52b3f429f02f095ae3c8170bcd02624879df25)) +* **deps:** update dependency @hookform/resolvers to v5.2.1 (main) ([#18640](https://github.com/grafana/loki/issues/18640)) ([0bf621a](https://github.com/grafana/loki/commit/0bf621a9716384f9715e85c28afcaa24ac5eb44e)) +* **deps:** update dependency @tanstack/react-query to v5.80.10 (main) ([#18162](https://github.com/grafana/loki/issues/18162)) ([3691b33](https://github.com/grafana/loki/commit/3691b33038adb560bbe217d469896c7250fae198)) +* **deps:** update dependency @tanstack/react-query to v5.81.0 (main) ([#18191](https://github.com/grafana/loki/issues/18191)) ([7deda5b](https://github.com/grafana/loki/commit/7deda5b179495759b8330bafd760d52055d85834)) +* **deps:** update dependency @tanstack/react-query to v5.81.2 (main) ([#18193](https://github.com/grafana/loki/issues/18193)) ([e764d68](https://github.com/grafana/loki/commit/e764d680fed8ff42bccb45f9b0b7e6c330c8aaec)) +* **deps:** update dependency @tanstack/react-query to v5.81.4 (main) ([#18258](https://github.com/grafana/loki/issues/18258)) ([52ad917](https://github.com/grafana/loki/commit/52ad9172d52012b91a42a6ffc94e7b0173e63cc6)) +* **deps:** update dependency @tanstack/react-query to v5.81.5 (main) ([#18270](https://github.com/grafana/loki/issues/18270)) ([313f94b](https://github.com/grafana/loki/commit/313f94bb543f64ca3dc6d7054abcd2dd05e0e48f)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.80.10 (main) ([#18163](https://github.com/grafana/loki/issues/18163)) ([7c7cf31](https://github.com/grafana/loki/commit/7c7cf318c0f0fe5485d1e0e3bec63783cfb138aa)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.81.0 (main) ([#18192](https://github.com/grafana/loki/issues/18192)) ([29da3db](https://github.com/grafana/loki/commit/29da3dbe2ba3ee251cd0fc23421f09ffd52b8d1d)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.81.2 (main) ([#18194](https://github.com/grafana/loki/issues/18194)) ([6aa6cc1](https://github.com/grafana/loki/commit/6aa6cc1509c9263d145b5535200edaf0c9e697aa)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.81.4 (main) ([#18259](https://github.com/grafana/loki/issues/18259)) ([1a2e9f8](https://github.com/grafana/loki/commit/1a2e9f804e5b4f1a5282096872a401edf8a9cd56)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.81.5 (main) ([#18271](https://github.com/grafana/loki/issues/18271)) ([4b460dc](https://github.com/grafana/loki/commit/4b460dc717851bdafe8813bd0fb2019a07dd7494)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.82.0 (main) ([#18381](https://github.com/grafana/loki/issues/18381)) ([34364f7](https://github.com/grafana/loki/commit/34364f7ee70606d987c5aca0759c6907b8c1bc0d)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.83.0 (main) ([#18436](https://github.com/grafana/loki/issues/18436)) ([15e1123](https://github.com/grafana/loki/commit/15e11232548638aec64bcbe50f7e520852dc0965)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.83.1 (main) ([#18676](https://github.com/grafana/loki/issues/18676)) ([c71c758](https://github.com/grafana/loki/commit/c71c75832ffb70bc3d5f73a20e9f24e1b721c668)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.84.0 (main) ([#18686](https://github.com/grafana/loki/issues/18686)) ([5b9efbc](https://github.com/grafana/loki/commit/5b9efbcd5315e7d91d3223223ac1b356f89d3d02)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.84.1 (main) ([#18702](https://github.com/grafana/loki/issues/18702)) ([1063089](https://github.com/grafana/loki/commit/1063089ac78d48f68020662e1c20268f04986a39)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.84.2 (main) ([#18779](https://github.com/grafana/loki/issues/18779)) ([ef1049e](https://github.com/grafana/loki/commit/ef1049e75c573142b5c50e5e165890360cfe4757)) +* **deps:** update dependency @tanstack/react-query-devtools to v5.85.0 (main) ([#18817](https://github.com/grafana/loki/issues/18817)) ([25fbb44](https://github.com/grafana/loki/commit/25fbb44cb4ea91f7fa2393506183d33ce1447536)) +* **deps:** update dependency @types/lodash to v4.17.18 (main) ([#18140](https://github.com/grafana/loki/issues/18140)) ([6649042](https://github.com/grafana/loki/commit/664904290e5423b229922303ccd6e18e764fc381)) +* **deps:** update dependency @types/lodash to v4.17.19 (main) ([#18241](https://github.com/grafana/loki/issues/18241)) ([ab41c00](https://github.com/grafana/loki/commit/ab41c00b403e862d0982920c68b745ca3e75cb6f)) +* **deps:** update dependency @types/lodash to v4.17.20 (main) ([#18305](https://github.com/grafana/loki/issues/18305)) ([90ca918](https://github.com/grafana/loki/commit/90ca91834ebc01a733a3b866d6322df6ba514a2d)) +* **deps:** update dependency lucide-react to ^0.515.0 (main) ([#18098](https://github.com/grafana/loki/issues/18098)) ([9e918ab](https://github.com/grafana/loki/commit/9e918abb7a0e1f2a0afdd72aed54b7b68df53d54)) +* **deps:** update dependency lucide-react to ^0.516.0 (main) ([#18122](https://github.com/grafana/loki/issues/18122)) ([98b1def](https://github.com/grafana/loki/commit/98b1def554eb04d20cd9a984e480d3075e1109c4)) +* **deps:** update dependency lucide-react to ^0.517.0 (main) ([#18143](https://github.com/grafana/loki/issues/18143)) ([74a85b1](https://github.com/grafana/loki/commit/74a85b18b99f1c921e990370ab0937c0c8b9b3b3)) +* **deps:** update dependency lucide-react to ^0.518.0 (main) ([#18164](https://github.com/grafana/loki/issues/18164)) ([00c3e2b](https://github.com/grafana/loki/commit/00c3e2bb71f3c257acc0fe5f7d3820e1a8315276)) +* **deps:** update dependency lucide-react to ^0.519.0 (main) ([#18189](https://github.com/grafana/loki/issues/18189)) ([edfdad8](https://github.com/grafana/loki/commit/edfdad8143d84cbc971b70161c6ed091879b80af)) +* **deps:** update dependency lucide-react to ^0.522.0 (main) ([#18190](https://github.com/grafana/loki/issues/18190)) ([1b1e47f](https://github.com/grafana/loki/commit/1b1e47f7147ab42b2e7dd88b1abd9a9bbe206ace)) +* **deps:** update dependency lucide-react to ^0.523.0 (main) ([#18217](https://github.com/grafana/loki/issues/18217)) ([7c72965](https://github.com/grafana/loki/commit/7c72965c0d1b671184c17b35ed8564aee06fa8e6)) +* **deps:** update dependency lucide-react to ^0.524.0 (main) ([#18249](https://github.com/grafana/loki/issues/18249)) ([5ee4ed6](https://github.com/grafana/loki/commit/5ee4ed637fa6d832ccd56e7603112b991e1abfb1)) +* **deps:** update dependency lucide-react to ^0.525.0 (main) ([#18267](https://github.com/grafana/loki/issues/18267)) ([a404e09](https://github.com/grafana/loki/commit/a404e09f13fd2dfa4330f62cbfa8b15401434b4d)) +* **deps:** update dependency lucide-react to ^0.526.0 (main) ([#18601](https://github.com/grafana/loki/issues/18601)) ([0ca0a4e](https://github.com/grafana/loki/commit/0ca0a4eb6590e8974784ffbf6f72c2af8cca1972)) +* **deps:** update dependency lucide-react to ^0.530.0 (main) ([#18613](https://github.com/grafana/loki/issues/18613)) ([39362ec](https://github.com/grafana/loki/commit/39362ec32d83184070c269e513f260a8e7e80c5f)) +* **deps:** update dependency lucide-react to ^0.532.0 (main) ([#18617](https://github.com/grafana/loki/issues/18617)) ([82767be](https://github.com/grafana/loki/commit/82767be0ae6c6f39e8d16d6922ce76431e90e86c)) +* **deps:** update dependency lucide-react to ^0.533.0 (main) ([#18631](https://github.com/grafana/loki/issues/18631)) ([51d3907](https://github.com/grafana/loki/commit/51d390798a1aa777abc3480e6b18566681d50a40)) +* **deps:** update dependency lucide-react to ^0.534.0 (main) ([#18649](https://github.com/grafana/loki/issues/18649)) ([e0b3353](https://github.com/grafana/loki/commit/e0b33535d1d58c855f13ef5d35cb152acb3e16fc)) +* **deps:** update dependency lucide-react to ^0.535.0 (main) ([#18673](https://github.com/grafana/loki/issues/18673)) ([0cd17bb](https://github.com/grafana/loki/commit/0cd17bbdcd3cc321c93650f4b79aab5cac9031bb)) +* **deps:** update dependency lucide-react to ^0.536.0 (main) ([#18695](https://github.com/grafana/loki/issues/18695)) ([d8db493](https://github.com/grafana/loki/commit/d8db493b641b13b61ac457fc4d3acf239e772182)) +* **deps:** update dependency lucide-react to ^0.537.0 (main) ([#18758](https://github.com/grafana/loki/issues/18758)) ([51b9c96](https://github.com/grafana/loki/commit/51b9c96858d7df37a2f52edaca659ef9d266a966)) +* **deps:** update dependency lucide-react to ^0.539.0 (main) ([#18775](https://github.com/grafana/loki/issues/18775)) ([cef1a6b](https://github.com/grafana/loki/commit/cef1a6bd0e95d8183dc5a629c1a247400737b8da)) +* **deps:** update dependency react-hook-form to v7.58.0 (main) ([#18108](https://github.com/grafana/loki/issues/18108)) ([d8ed1f5](https://github.com/grafana/loki/commit/d8ed1f59000bc4f36d7807d18557634f738afe35)) +* **deps:** update dependency react-hook-form to v7.58.1 (main) ([#18130](https://github.com/grafana/loki/issues/18130)) ([a5b09c4](https://github.com/grafana/loki/commit/a5b09c477b83ae88324918be21059840b53c52fb)) +* **deps:** update dependency react-hook-form to v7.59.0 (main) ([#18273](https://github.com/grafana/loki/issues/18273)) ([d60b07c](https://github.com/grafana/loki/commit/d60b07c4f625f446593abf41ccc7fe96a8946d90)) +* **deps:** update dependency react-hook-form to v7.60.0 (main) ([#18342](https://github.com/grafana/loki/issues/18342)) ([49b3ef6](https://github.com/grafana/loki/commit/49b3ef666920b4318ed26137f435c2896a75ee10)) +* **deps:** update dependency react-hook-form to v7.61.0 (main) ([#18567](https://github.com/grafana/loki/issues/18567)) ([1c301c7](https://github.com/grafana/loki/commit/1c301c7356a98f8d587bcd0b6525cab515fe51e1)) +* **deps:** update dependency react-hook-form to v7.61.1 (main) ([#18574](https://github.com/grafana/loki/issues/18574)) ([2d4c687](https://github.com/grafana/loki/commit/2d4c6876114e4c440c6028d4eab83237c83d1ad4)) +* **deps:** update dependency react-hook-form to v7.62.0 (main) ([#18704](https://github.com/grafana/loki/issues/18704)) ([4bc9162](https://github.com/grafana/loki/commit/4bc916274b4108a6fff662730fb0c3469d216f68)) +* **deps:** update dependency react-router-dom to v7.6.3 (main) ([#18268](https://github.com/grafana/loki/issues/18268)) ([8868a56](https://github.com/grafana/loki/commit/8868a561a64148f4077c2eb7606ee303905fb0a9)) +* **deps:** update dependency react-router-dom to v7.7.0 (main) ([#18479](https://github.com/grafana/loki/issues/18479)) ([d6c5fa2](https://github.com/grafana/loki/commit/d6c5fa24f25c54064203767fc83397bbe2e13a39)) +* **deps:** update dependency react-router-dom to v7.7.1 (main) ([#18579](https://github.com/grafana/loki/issues/18579)) ([dae052b](https://github.com/grafana/loki/commit/dae052b03e79f7b851a0cb952dade8328e0cf352)) +* **deps:** update dependency react-router-dom to v7.8.0 (main) ([#18761](https://github.com/grafana/loki/issues/18761)) ([01f18a3](https://github.com/grafana/loki/commit/01f18a3f5bb86cae810083df31f077d612d93bf5)) +* **deps:** update dependency recharts to v2.15.4 (main) ([#18187](https://github.com/grafana/loki/issues/18187)) ([7593bf5](https://github.com/grafana/loki/commit/7593bf5129664e56a572256f7e5cc2771474e573)) +* **deps:** update dependency zod to v3.25.64 (main) ([#18097](https://github.com/grafana/loki/issues/18097)) ([19f4043](https://github.com/grafana/loki/commit/19f40430a31db48b5d46b64f035e97d2d4d745f7)) +* **deps:** update dependency zod to v3.25.65 (main) ([#18117](https://github.com/grafana/loki/issues/18117)) ([85d5756](https://github.com/grafana/loki/commit/85d5756bdf933804ad1a150c4bc13272350135e4)) +* **deps:** update dependency zod to v3.25.67 (main) ([#18121](https://github.com/grafana/loki/issues/18121)) ([aac2860](https://github.com/grafana/loki/commit/aac2860e869de636b109af316d0e9f7c39c4cbda)) +* **deps:** update dependency zod to v3.25.68 (main) ([#18311](https://github.com/grafana/loki/issues/18311)) ([c95ef4c](https://github.com/grafana/loki/commit/c95ef4c29a2e8a94b42e97b7305307c69a36ef31)) +* **deps:** update dependency zod to v3.25.69 (main) ([#18315](https://github.com/grafana/loki/issues/18315)) ([6df3403](https://github.com/grafana/loki/commit/6df3403a7553466859911bc533d3e8fe931470f9)) +* **deps:** update dependency zod to v3.25.71 (main) ([#18316](https://github.com/grafana/loki/issues/18316)) ([c29a78a](https://github.com/grafana/loki/commit/c29a78a61f5614cae2c953f6b1871a93fb53be0a)) +* **deps:** update dependency zod to v3.25.72 (main) ([#18333](https://github.com/grafana/loki/issues/18333)) ([60749bf](https://github.com/grafana/loki/commit/60749bf44332e94d14474cd50e8272828af89cfb)) +* **deps:** update dependency zod to v3.25.73 (main) ([#18335](https://github.com/grafana/loki/issues/18335)) ([caf70a0](https://github.com/grafana/loki/commit/caf70a0aaab46e5eb76d2817506e628f50f67657)) +* **deps:** update dependency zod to v3.25.74 (main) ([#18340](https://github.com/grafana/loki/issues/18340)) ([f321714](https://github.com/grafana/loki/commit/f321714360ee687d7ebd7232f028e441bb2b1a9a)) +* **deps:** update dependency zod to v3.25.75 (main) ([#18346](https://github.com/grafana/loki/issues/18346)) ([152c9c6](https://github.com/grafana/loki/commit/152c9c69d22d2d792fb5077987398eb5e606a184)) +* **deps:** update dependency zod to v3.25.76 (main) ([#18359](https://github.com/grafana/loki/issues/18359)) ([eb1e039](https://github.com/grafana/loki/commit/eb1e03962463ba8fe120fe44ce02f1f8b6598d91)) +* **deps:** update dskit dependency ([#18711](https://github.com/grafana/loki/issues/18711)) ([19233d0](https://github.com/grafana/loki/commit/19233d0461e7028e8bdb394f775cc22339c2c38c)) +* **deps:** update module cloud.google.com/go/bigtable to v1.38.0 (main) ([#18308](https://github.com/grafana/loki/issues/18308)) ([0b860f3](https://github.com/grafana/loki/commit/0b860f32f46be3b95ac4b9092ee90d1685fd46ff)) +* **deps:** update module cloud.google.com/go/storage to v1.56.0 (main) ([#18581](https://github.com/grafana/loki/issues/18581)) ([9bdc687](https://github.com/grafana/loki/commit/9bdc687515d18098cfa48a3773b94ac7341a92ba)) +* **deps:** update module github.com/alecthomas/chroma/v2 to v2.19.0 (main) ([#18289](https://github.com/grafana/loki/issues/18289)) ([b740328](https://github.com/grafana/loki/commit/b7403287a85c52ef937276c00c5772825445b0ae)) +* **deps:** update module github.com/alecthomas/chroma/v2 to v2.20.0 (main) ([#18710](https://github.com/grafana/loki/issues/18710)) ([c8e87dd](https://github.com/grafana/loki/commit/c8e87ddfe5ef2139b2396b6d904f6afca3eca03a)) +* **deps:** update module github.com/apache/arrow-go/v18 to v18.3.1 (main) ([#18188](https://github.com/grafana/loki/issues/18188)) ([fa35056](https://github.com/grafana/loki/commit/fa350562ffc0b78fb618f94a6e101d9b6740e7a7)) +* **deps:** update module github.com/apache/arrow-go/v18 to v18.4.0 (main) ([#18519](https://github.com/grafana/loki/issues/18519)) ([600fc9e](https://github.com/grafana/loki/commit/600fc9e7ede39625f7afff278e17744a5df6b793)) +* **deps:** update module github.com/aws/aws-sdk-go-v2 to v1.36.6 (main) ([#18506](https://github.com/grafana/loki/issues/18506)) ([1d51304](https://github.com/grafana/loki/commit/1d51304359f96fb57d23d6f90787b5583acb8d9f)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.29.17 (main) ([#18138](https://github.com/grafana/loki/issues/18138)) ([5c0ea8b](https://github.com/grafana/loki/commit/5c0ea8b28e5b8cd4215da4deb0dfcba2d5a59dbe)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.29.18 (main) ([#18507](https://github.com/grafana/loki/issues/18507)) ([4ea7409](https://github.com/grafana/loki/commit/4ea7409b5bdc619c6bf9d9493567e6743e475540)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.80.3 (main) ([#18139](https://github.com/grafana/loki/issues/18139)) ([195f130](https://github.com/grafana/loki/commit/195f1304c798cae10c2f0a0d991a5dc1e47e4cd9)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.81.0 (main) ([#18155](https://github.com/grafana/loki/issues/18155)) ([243a1e4](https://github.com/grafana/loki/commit/243a1e4efbfad48c625e06988d3c181e165b68c4)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.82.0 (main) ([#18237](https://github.com/grafana/loki/issues/18237)) ([6325af5](https://github.com/grafana/loki/commit/6325af5a1bdb318fc02f4cadcec95217eb88b99a)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.83.0 (main) ([#18312](https://github.com/grafana/loki/issues/18312)) ([927342e](https://github.com/grafana/loki/commit/927342e97660e80f985d8d0a4e782c7edaa5a577)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.84.0 (main) ([#18463](https://github.com/grafana/loki/issues/18463)) ([824442c](https://github.com/grafana/loki/commit/824442c8cd71f182a07064601fc3ab817a63523a)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.84.1 (main) ([#18508](https://github.com/grafana/loki/issues/18508)) ([4fdae62](https://github.com/grafana/loki/commit/4fdae62915990afec358a9724894a5b23e201b52)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.231 (main) ([#18110](https://github.com/grafana/loki/issues/18110)) ([5af3150](https://github.com/grafana/loki/commit/5af3150aace25384cb4e8fd2e9800900f9aaf4b3)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.232 (main) ([#18230](https://github.com/grafana/loki/issues/18230)) ([8b7e82e](https://github.com/grafana/loki/commit/8b7e82ec6f8919add57ce2e3d9e713470bf8cba9)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.233 (main) ([#18244](https://github.com/grafana/loki/issues/18244)) ([9108f85](https://github.com/grafana/loki/commit/9108f85cd43ccf96a35d6e520174405174e3c30d)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.234 (main) ([#18390](https://github.com/grafana/loki/issues/18390)) ([7174b82](https://github.com/grafana/loki/commit/7174b82660653d05656c899ba270aa896f248ee4)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.235 (main) ([#18498](https://github.com/grafana/loki/issues/18498)) ([18812d6](https://github.com/grafana/loki/commit/18812d6768c501f984b0f8ae0c0d55dec24568ce)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.236 (main) ([#18586](https://github.com/grafana/loki/issues/18586)) ([7e31700](https://github.com/grafana/loki/commit/7e317003e8f76836b7b03871967b6af424fc9fe9)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.237 (main) ([#18690](https://github.com/grafana/loki/issues/18690)) ([6444580](https://github.com/grafana/loki/commit/6444580c2556798db6a14ec4a9df4eeb5eeb855f)) +* **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.238 (main) ([#18789](https://github.com/grafana/loki/issues/18789)) ([eeaf75a](https://github.com/grafana/loki/commit/eeaf75a09770c576812c59d456fbe705acc434ec)) +* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.9.0 (main) ([#18439](https://github.com/grafana/loki/issues/18439)) ([014846f](https://github.com/grafana/loki/commit/014846f2b83e40e67321ab5a2aa94c03bf58aec6)) +* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.9.1 (main) ([#18599](https://github.com/grafana/loki/issues/18599)) ([17b377f](https://github.com/grafana/loki/commit/17b377fd17b70342816362cd5f338dec9e6f288b)) +* **deps:** update module github.com/coder/quartz to v0.2.1 (main) ([#17922](https://github.com/grafana/loki/issues/17922)) ([3cb216c](https://github.com/grafana/loki/commit/3cb216c33c948338014db91ff49b26aa0800eeac)) +* **deps:** update module github.com/docker/docker to v28.3.0+incompatible (main) ([#18226](https://github.com/grafana/loki/issues/18226)) ([e6115ca](https://github.com/grafana/loki/commit/e6115ca290fd0391b8af3f1fbdb7eda9f2a5d159)) +* **deps:** update module github.com/docker/docker to v28.3.1+incompatible (main) ([#18317](https://github.com/grafana/loki/issues/18317)) ([b25f1b1](https://github.com/grafana/loki/commit/b25f1b1e207afd14529890b0b70c1d5f4231ba1a)) +* **deps:** update module github.com/docker/docker to v28.3.2+incompatible (main) ([#18379](https://github.com/grafana/loki/issues/18379)) ([dfba28c](https://github.com/grafana/loki/commit/dfba28c67134a2c3c36eab7d6f2f2a73bf922ad4)) +* **deps:** update module github.com/docker/docker to v28.3.3+incompatible (main) ([#18635](https://github.com/grafana/loki/issues/18635)) ([1b51943](https://github.com/grafana/loki/commit/1b51943831dd1d74e0b738ee5f67dcd85aca6075)) +* **deps:** update module github.com/grafana/loki/v3 to v3.5.2 (main) ([#18435](https://github.com/grafana/loki/issues/18435)) ([f8536a4](https://github.com/grafana/loki/commit/f8536a45c4d139f02d8d3c7acc5939d9bad85e6c)) +* **deps:** update module github.com/heroku/x to v0.5.0 (main) ([#18666](https://github.com/grafana/loki/issues/18666)) ([fe5075a](https://github.com/grafana/loki/commit/fe5075a97bc0547a5285ba3f770787839a0ffd10)) +* **deps:** update module github.com/heroku/x to v0.5.1 (main) ([#18741](https://github.com/grafana/loki/issues/18741)) ([0ff6d30](https://github.com/grafana/loki/commit/0ff6d3036fa991aac557bce932b52370c3aed9de)) +* **deps:** update module github.com/heroku/x to v0.5.2 (main) ([#18809](https://github.com/grafana/loki/issues/18809)) ([87f124f](https://github.com/grafana/loki/commit/87f124f366bf6b09b96cccfbcf0f93ac5b755087)) +* **deps:** update module github.com/ibm/go-sdk-core/v5 to v5.21.0 (main) ([#18587](https://github.com/grafana/loki/issues/18587)) ([86a31ec](https://github.com/grafana/loki/commit/86a31eca0eee97cfd27065289e7e29b36627a502)) +* **deps:** update module github.com/minio/minio-go/v7 to v7.0.94 (main) ([#18124](https://github.com/grafana/loki/issues/18124)) ([bc29735](https://github.com/grafana/loki/commit/bc29735e9b18fc0851bd5fe548aadb655cb4892f)) +* **deps:** update module github.com/minio/minio-go/v7 to v7.0.95 (main) ([#18514](https://github.com/grafana/loki/issues/18514)) ([70c176c](https://github.com/grafana/loki/commit/70c176cd9984f1908cbe184c62fb7af197072021)) +* **deps:** update module github.com/oklog/run to v1.2.0 (main) ([#18263](https://github.com/grafana/loki/issues/18263)) ([3011a6c](https://github.com/grafana/loki/commit/3011a6c7d67640356146aa4a9858d6dac7cc6fe7)) +* **deps:** update module github.com/prometheus/client_golang to v1.23.0 (main) ([#18674](https://github.com/grafana/loki/issues/18674)) ([07a627a](https://github.com/grafana/loki/commit/07a627a40d59f405f140d13d425e1b15b4fd1a8b)) +* **deps:** update module github.com/prometheus/common to v0.64.0 (main) ([#16750](https://github.com/grafana/loki/issues/16750)) ([8b265ed](https://github.com/grafana/loki/commit/8b265ede15801387faf6b8fa9bd2be4047eef9a0)) +* **deps:** update module github.com/prometheus/common to v0.65.0 (main) ([#18196](https://github.com/grafana/loki/issues/18196)) ([3ad1077](https://github.com/grafana/loki/commit/3ad1077cc6c8cbcfeadd3e32ffc169b865724fb9)) +* **deps:** update module github.com/prometheus/otlptranslator to v0.0.2 (main) ([#18782](https://github.com/grafana/loki/issues/18782)) ([a20e086](https://github.com/grafana/loki/commit/a20e086b9c55d3b2c5ee170a1ebce748d74e60b4)) +* **deps:** update module github.com/prometheus/prometheus to v0.304.2 (main) ([#18248](https://github.com/grafana/loki/issues/18248)) ([b2e1d7f](https://github.com/grafana/loki/commit/b2e1d7f267328203de078a065f7b4101d740192f)) +* **deps:** update module github.com/prometheus/sigv4 to v0.2.0 (main) ([#17945](https://github.com/grafana/loki/issues/17945)) ([b7be7eb](https://github.com/grafana/loki/commit/b7be7ebb76e5fab7db5e3bc7c19724fcc88264e1)) +* **deps:** update module github.com/prometheus/sigv4 to v0.2.1 (main) ([#18438](https://github.com/grafana/loki/issues/18438)) ([1546a5c](https://github.com/grafana/loki/commit/1546a5c389f107f2e3e49421c01af41895af3071)) +* **deps:** update module github.com/prometheus/sigv4 to v0.2.1 (main) ([#18454](https://github.com/grafana/loki/issues/18454)) ([9ea365a](https://github.com/grafana/loki/commit/9ea365a96007541e062e1f7a469d90f6e64436de)) +* **deps:** update module github.com/shirou/gopsutil/v4 to v4.25.6 (main) ([#18290](https://github.com/grafana/loki/issues/18290)) ([c84ef0a](https://github.com/grafana/loki/commit/c84ef0a0368c06981726b56d01092a2d7d4e556d)) +* **deps:** update module github.com/shirou/gopsutil/v4 to v4.25.7 (main) ([#18691](https://github.com/grafana/loki/issues/18691)) ([5f625aa](https://github.com/grafana/loki/commit/5f625aa16e2600f50df9494edb4f167ae5ea6365)) +* **deps:** update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main) ([#18596](https://github.com/grafana/loki/issues/18596)) ([5405a83](https://github.com/grafana/loki/commit/5405a834973397a4b3871f9052a815a54fbca2c8)) +* **deps:** update module go.etcd.io/bbolt to v1.4.2 (main) ([#18253](https://github.com/grafana/loki/issues/18253)) ([73a7c4f](https://github.com/grafana/loki/commit/73a7c4f417e17bf5889c74f879173b9dd4242b3b)) +* **deps:** update module go.opentelemetry.io/collector/pdata to v1.35.0 (main) ([#18284](https://github.com/grafana/loki/issues/18284)) ([4c31e7e](https://github.com/grafana/loki/commit/4c31e7e3d1ced9fa0973574a352a44796f3fad11)) +* **deps:** update module go.opentelemetry.io/collector/pdata to v1.36.0 (main) ([#18449](https://github.com/grafana/loki/issues/18449)) ([52e721f](https://github.com/grafana/loki/commit/52e721fcd7cc9b93d01b2f6b1bbbd02f48603bbb)) +* **deps:** update module go.opentelemetry.io/collector/pdata to v1.36.1 (main) ([#18527](https://github.com/grafana/loki/issues/18527)) ([2ba59ee](https://github.com/grafana/loki/commit/2ba59ee431063dac62c68eb2ca4f31c8aa61deb1)) +* **deps:** update module go.opentelemetry.io/collector/pdata to v1.37.0 (main) ([#18645](https://github.com/grafana/loki/issues/18645)) ([968e6fe](https://github.com/grafana/loki/commit/968e6fe9c31768b5da820fbdbd49769e3f51a179)) +* **deps:** update module go.opentelemetry.io/collector/pdata to v1.38.0 (main) ([#18812](https://github.com/grafana/loki/issues/18812)) ([7f1aafb](https://github.com/grafana/loki/commit/7f1aafbd4182df06401ecc71c0b168e598ccdf23)) +* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.62.0 (main) ([#18240](https://github.com/grafana/loki/issues/18240)) ([fef4d53](https://github.com/grafana/loki/commit/fef4d53634ef3cc6dcf7e619bb209552d0f69460)) +* **deps:** update module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace to v0.62.0 (main) ([#18238](https://github.com/grafana/loki/issues/18238)) ([6eb5292](https://github.com/grafana/loki/commit/6eb529251888f7ad57648dda696204e8b6ca2bef)) +* **deps:** update module golang.org/x/crypto to v0.40.0 (main) ([#18406](https://github.com/grafana/loki/issues/18406)) ([8fa91c6](https://github.com/grafana/loki/commit/8fa91c6f6a39e10838b346b84c93ae307fd81a9f)) +* **deps:** update module golang.org/x/crypto to v0.41.0 (main) ([#18767](https://github.com/grafana/loki/issues/18767)) ([c395888](https://github.com/grafana/loki/commit/c395888a5f9657855480b07d05f7ec57902a7722)) +* **deps:** update module golang.org/x/net to v0.42.0 (main) ([#18413](https://github.com/grafana/loki/issues/18413)) ([d3d1481](https://github.com/grafana/loki/commit/d3d148164d6961226f624ef10bb2cc000ee967e9)) +* **deps:** update module golang.org/x/net to v0.43.0 (main) ([#18769](https://github.com/grafana/loki/issues/18769)) ([732b8d4](https://github.com/grafana/loki/commit/732b8d49d0ff64e8ad0173522be25ea6db2e1007)) +* **deps:** update module golang.org/x/sync to v0.16.0 (main) ([#18383](https://github.com/grafana/loki/issues/18383)) ([6b1204a](https://github.com/grafana/loki/commit/6b1204a0de38389788434413a8777fe100d96622)) +* **deps:** update module golang.org/x/sys to v0.34.0 (main) ([#18384](https://github.com/grafana/loki/issues/18384)) ([069dbc9](https://github.com/grafana/loki/commit/069dbc9ab65a6b50f64180f0e4905cff6805cc96)) +* **deps:** update module golang.org/x/sys to v0.35.0 (main) ([#18759](https://github.com/grafana/loki/issues/18759)) ([9c748e0](https://github.com/grafana/loki/commit/9c748e0358b7ab495fc3d10334236b91d4db1e46)) +* **deps:** update module golang.org/x/text to v0.27.0 (main) ([#18385](https://github.com/grafana/loki/issues/18385)) ([778f1cc](https://github.com/grafana/loki/commit/778f1cc9600b9d24ad673e798d9e788e1e2d4cf2)) +* **deps:** update module golang.org/x/text to v0.28.0 (main) ([#18762](https://github.com/grafana/loki/issues/18762)) ([e6fb85c](https://github.com/grafana/loki/commit/e6fb85cdfc6c44158544c0b0b766e9ddc86a9b41)) +* **deps:** update module google.golang.org/api to v0.237.0 (main) ([#18099](https://github.com/grafana/loki/issues/18099)) ([d74e769](https://github.com/grafana/loki/commit/d74e769213ce2586de7a190553ae776e7b2d18ac)) +* **deps:** update module google.golang.org/api to v0.238.0 (main) ([#18141](https://github.com/grafana/loki/issues/18141)) ([62d2be5](https://github.com/grafana/loki/commit/62d2be51908ee489047d910fd148db3749e19ce8)) +* **deps:** update module google.golang.org/api to v0.239.0 (main) ([#18236](https://github.com/grafana/loki/issues/18236)) ([241e721](https://github.com/grafana/loki/commit/241e721e3075cd3a4fb60668ffb6a3e404af026b)) +* **deps:** update module google.golang.org/api to v0.240.0 (main) ([#18310](https://github.com/grafana/loki/issues/18310)) ([255ec56](https://github.com/grafana/loki/commit/255ec56a63396a9ed1f38d90f4aa1605be233d44)) +* **deps:** update module google.golang.org/api to v0.241.0 (main) ([#18391](https://github.com/grafana/loki/issues/18391)) ([80d1dba](https://github.com/grafana/loki/commit/80d1dba46ada3f258195d72895441dcc6ccc1802)) +* **deps:** update module google.golang.org/api to v0.242.0 (main) ([#18480](https://github.com/grafana/loki/issues/18480)) ([b533b99](https://github.com/grafana/loki/commit/b533b99ff6367db5d0521a46c4ae7d58089b0419)) +* **deps:** update module google.golang.org/api to v0.243.0 (main) ([#18535](https://github.com/grafana/loki/issues/18535)) ([5e38470](https://github.com/grafana/loki/commit/5e38470bef221a8f3860acf308ca99491ecd520e)) +* **deps:** update module google.golang.org/api to v0.244.0 (main) ([#18667](https://github.com/grafana/loki/issues/18667)) ([6354a8a](https://github.com/grafana/loki/commit/6354a8a4de4f7842405a7c51fd3cba50d0c2520e)) +* **deps:** update module google.golang.org/api to v0.245.0 (main) ([#18727](https://github.com/grafana/loki/issues/18727)) ([21dc238](https://github.com/grafana/loki/commit/21dc238e373f3998af6fe7fdd8131335826dac9e)) +* **deps:** update module google.golang.org/api to v0.246.0 (main) ([#18736](https://github.com/grafana/loki/issues/18736)) ([dba6315](https://github.com/grafana/loki/commit/dba6315510e523757e5cc488c1d36257255f81ac)) +* **deps:** update module google.golang.org/grpc to v1.74.0 (main) ([#18481](https://github.com/grafana/loki/issues/18481)) ([fcdedee](https://github.com/grafana/loki/commit/fcdedee2755f9a30ec1373de6408ff18e068ba78)) +* **deps:** update module google.golang.org/grpc to v1.74.1 (main) ([#18494](https://github.com/grafana/loki/issues/18494)) ([804d48a](https://github.com/grafana/loki/commit/804d48abb5f7221b9074a5c2edd9b44bcbdb4ece)) +* **deps:** update module google.golang.org/grpc to v1.74.2 (main) ([#18533](https://github.com/grafana/loki/issues/18533)) ([673961d](https://github.com/grafana/loki/commit/673961d56bfbbd78b4bfda52989489f10192659d)) +* **deps:** update module google.golang.org/protobuf to v1.36.7 (main) ([#18757](https://github.com/grafana/loki/issues/18757)) ([01ee961](https://github.com/grafana/loki/commit/01ee961e2ecbf2312775a52e272a342bdfff21d1)) +* **deps:** update module k8s.io/apimachinery to v0.33.2 (main) ([#18171](https://github.com/grafana/loki/issues/18171)) ([4fb5688](https://github.com/grafana/loki/commit/4fb5688ed90edc171b3a70cc5254eda86e79b65e)) +* **deps:** update module k8s.io/apimachinery to v0.33.3 (main) ([#18468](https://github.com/grafana/loki/issues/18468)) ([81485f2](https://github.com/grafana/loki/commit/81485f2c8f8fd7adb11c2f4bcdba57a4318eb549)) +* detect "Information" log level as "info" ([#18195](https://github.com/grafana/loki/issues/18195)) ([82263d3](https://github.com/grafana/loki/commit/82263d383a0ac6efac50c681f00d26cb2848d367)) +* do not try to merge the already consolidated delete requests while listing them ([#18544](https://github.com/grafana/loki/issues/18544)) ([8054076](https://github.com/grafana/loki/commit/8054076873f925a539119e46422a4129766b9541)) +* **docs:** added instructions for how to upgrade zone-aware ingesters ([#18658](https://github.com/grafana/loki/issues/18658)) ([aff2cb0](https://github.com/grafana/loki/commit/aff2cb0694cae99847b73da914ee4abd2432cdd0)) +* **engine:** Fix bug in `SortMerge` which caused rows to be skipped due to incorrect sorting ([#18334](https://github.com/grafana/loki/issues/18334)) ([4fbe7c1](https://github.com/grafana/loki/commit/4fbe7c1a21a6443951bca3ad5e40712b24b4ef73)) +* ensure to return delete requests only for the requested tanent ([#18589](https://github.com/grafana/loki/issues/18589)) ([cdb190b](https://github.com/grafana/loki/commit/cdb190be96eeed8087c9692726abae01ce6e7208)) +* ensure we do not add duplicate structured metadata from stream labels and extracted map ([#18523](https://github.com/grafana/loki/issues/18523)) ([db72d63](https://github.com/grafana/loki/commit/db72d63211c2cc5208d207b5795d5109b74c16ca)) +* Fix empty streamIDs in multi-section index objects ([#18556](https://github.com/grafana/loki/issues/18556)) ([41d93f8](https://github.com/grafana/loki/commit/41d93f8a866125fb28d76f235095762c10c3ccbb)) +* Fix handling of duplicate delete requests ([#18460](https://github.com/grafana/loki/issues/18460)) ([255fce2](https://github.com/grafana/loki/commit/255fce20d813fc0b39758b6dbf51b23b987f0609)) +* **frontend:** allow resolution of v6 addresses. ([#18251](https://github.com/grafana/loki/issues/18251)) ([8481b34](https://github.com/grafana/loki/commit/8481b34dd583d021e0dfa89d64298d2f36f75176)) +* Handle WAL corruption properly on startup ([#18175](https://github.com/grafana/loki/issues/18175)) ([1954f67](https://github.com/grafana/loki/commit/1954f67a50ca0dc40e77c49e2c6cc74014e5998a)) +* **helm:** add flush=true to preStop hook ([#16063](https://github.com/grafana/loki/issues/16063)) ([a375751](https://github.com/grafana/loki/commit/a375751e4dc126a27cd8784c802e07871803868d)) +* **helm:** add missing log deletion endpoint to native ingress paths ([#14390](https://github.com/grafana/loki/issues/14390)) ([6db8b1f](https://github.com/grafana/loki/commit/6db8b1f60bdbd07b8d8e1628fd3ef6030e064e77)) +* **helm:** Add release namespace metadata to HorizontalPodAutoscaling that lack it ([#18453](https://github.com/grafana/loki/issues/18453)) ([faae40a](https://github.com/grafana/loki/commit/faae40ab788d91dc4b7dbf110bbc1d3fcf4bf29c)) +* **helm:** Add validation for loki.storage.bucketNames ([#13781](https://github.com/grafana/loki/issues/13781)) ([831c814](https://github.com/grafana/loki/commit/831c814f6c9356784a3aa2b248c7be150b241cbd)) +* **helm:** allow loki to use hostPath volumes ([#17680](https://github.com/grafana/loki/issues/17680)) ([8e61a5b](https://github.com/grafana/loki/commit/8e61a5bd23a9d388f9111ea824aaf73aa37366ff)) +* **helm:** Allow metrics networkpolicy only from namespace ([#17555](https://github.com/grafana/loki/issues/17555)) ([3a9b8e8](https://github.com/grafana/loki/commit/3a9b8e88a3595d27b52b79dab7c3bb6351b86b99)) +* **helm:** create namespaced RBAC when sidecar is enabled ([#16776](https://github.com/grafana/loki/issues/16776)) ([7c9003e](https://github.com/grafana/loki/commit/7c9003eae54ab9b5497b3abe14fab7f754057b64)) +* **helm:** Fix incorrect context references in Helm storage templates ([#18740](https://github.com/grafana/loki/issues/18740)) ([1f362c8](https://github.com/grafana/loki/commit/1f362c8182b95db2f8d4a3e84b624ee528c738d4)) +* **helm:** Fix PDB settings for chunksCache and resultsCache ([#18321](https://github.com/grafana/loki/issues/18321)) ([e03b9b9](https://github.com/grafana/loki/commit/e03b9b9f9210201ce593f31eb90b12c4f9e2b1b8)) +* **helm:** Fix setting X-Scope-OrgID header ([#18414](https://github.com/grafana/loki/issues/18414)) ([2f461c9](https://github.com/grafana/loki/commit/2f461c90e133fe139d75a2aa90ef4a534ddcae3a)) +* **helm:** fix storage_config when use_thanos_objstore is set to true ([#17024](https://github.com/grafana/loki/issues/17024)) ([81866d7](https://github.com/grafana/loki/commit/81866d790cb1f3140d5ddf7f9e50a0083c7accd8)) +* **helm:** Gateway Ingester endpoints points to inexistent service when zone aware replication is enabled ([#17362](https://github.com/grafana/loki/issues/17362)) ([395a711](https://github.com/grafana/loki/commit/395a71117275c10385799c1226ca1fda1ec0c003)) +* **helm:** make loki.storage.bucketNames are optional, if builtin minio is enabled. ([#18653](https://github.com/grafana/loki/issues/18653)) ([409ccbd](https://github.com/grafana/loki/commit/409ccbdc4e686895e6795888ba6b56b7ae93f332)) +* **helm:** move loki-sc-rules to second position in containers ([#17937](https://github.com/grafana/loki/issues/17937)) ([6e72df3](https://github.com/grafana/loki/commit/6e72df395b8c5f3d6bb822d232ab2432be1c5767)) +* **helm:** only validate the ruler key exists under loki.storage.bucketNames when an object storage bucket is being used ([#18665](https://github.com/grafana/loki/issues/18665)) ([0604477](https://github.com/grafana/loki/commit/0604477af256110e43dd467974f1afade028f605)) +* **helm:** Removing deprecated admin_api_directory to avoid config crash ([#18731](https://github.com/grafana/loki/issues/18731)) ([8cce03c](https://github.com/grafana/loki/commit/8cce03c534255a5ca38878bbdaf65da490fd49d6)) +* **helm:** Use correct serviceName in zone-aware ingester statefulsets ([#18558](https://github.com/grafana/loki/issues/18558)) ([2706302](https://github.com/grafana/loki/commit/2706302caced15fa5cd2b32247e74f556850e032)) +* **helm:** Websocket related proxy_set_header to locations back to resolve high CPU usage. ([#18800](https://github.com/grafana/loki/issues/18800)) ([1c87624](https://github.com/grafana/loki/commit/1c87624e1b8fb70daf5377044d45e62105303517)) +* in helm chart fix indentation in nginx gateway config template handling ([#18167](https://github.com/grafana/loki/issues/18167)) ([4fe20a7](https://github.com/grafana/loki/commit/4fe20a7e506290a6b4f4c51571251f64dd9b5f56)) +* limit volume and frequency of persisted patterns ([#18362](https://github.com/grafana/loki/issues/18362)) ([c690827](https://github.com/grafana/loki/commit/c690827c6a655ada93806237d81643025ab53494)) +* **limits:** Set ready when all partitions ready ([#18092](https://github.com/grafana/loki/issues/18092)) ([a07bee5](https://github.com/grafana/loki/commit/a07bee5dc2aae2c0618aba8d049630597b21b611)) +* Loki chart fails to render proper YAML when add more than one ex… ([#12911](https://github.com/grafana/loki/issues/12911)) ([cf12656](https://github.com/grafana/loki/commit/cf12656a148cee6a605c19c45b8c27e4050f2ece)) +* make helm use grpc for compactor address ([#17454](https://github.com/grafana/loki/issues/17454)) ([90003f6](https://github.com/grafana/loki/commit/90003f6d9b9c90249d360aa0648ed197aef1a2cd)) +* **memberlist:** allow resolution of advertise address from v6 interf… ([#18250](https://github.com/grafana/loki/issues/18250)) ([8594d1c](https://github.com/grafana/loki/commit/8594d1ca282a9378091c122a2aa31d4b3af3f817)) +* **operator:** upgrade OPA policy syntax for v1+ ([#18795](https://github.com/grafana/loki/issues/18795)) ([610f43e](https://github.com/grafana/loki/commit/610f43eb678cdcd537b8dcc19cfd0550c092b371)) +* **otlp:** calculate entry metadata size before adding resource/scope attributes ([#17629](https://github.com/grafana/loki/issues/17629)) ([2161c8c](https://github.com/grafana/loki/commit/2161c8c52c36ac2d6657dbc670472be2022ca90f)) +* pattern persistence feature flag ([#18285](https://github.com/grafana/loki/issues/18285)) ([a206324](https://github.com/grafana/loki/commit/a206324ae3640d5f7615c2115fb3272256e95c6d)) +* **pattern:** Fix feature flag for enabling pattern persistence ([#18216](https://github.com/grafana/loki/issues/18216)) ([c167800](https://github.com/grafana/loki/commit/c167800b3f6e7edd7b3f06a9105245c98b7391dd)) +* register goldfish flags ([#18728](https://github.com/grafana/loki/issues/18728)) ([e06fea9](https://github.com/grafana/loki/commit/e06fea953852ed276c9bd2175326335cad7a62f6)) +* Remove duplicated metric from Kafka producer ([#18614](https://github.com/grafana/loki/issues/18614)) ([a67a460](https://github.com/grafana/loki/commit/a67a460e9d7db43a793b180f2e73584fbe2497bb)) +* Revert "perf: Fix memory leak in cachedIterator ([#17628](https://github.com/grafana/loki/issues/17628))" ([#18687](https://github.com/grafana/loki/issues/18687)) ([0316740](https://github.com/grafana/loki/commit/03167408063088542d251a136d314471f09f33e9)) +* routing for goldfish to work with nginx ([#18578](https://github.com/grafana/loki/issues/18578)) ([2e728ce](https://github.com/grafana/loki/commit/2e728ce7ba1def6d286d431b5d69be1a872d26bd)) +* Row reader with no stream ID predicates ([#18368](https://github.com/grafana/loki/issues/18368)) ([f66781d](https://github.com/grafana/loki/commit/f66781d426df57157f73d383dee234b989d0e69a)) +* Update dskit to fix linux/arm build ([#18715](https://github.com/grafana/loki/issues/18715)) ([f39fc1e](https://github.com/grafana/loki/commit/f39fc1e6e623bc88bf4d5d8e2e0c2ca039f5967f)) +* use the custom objectExists function to work around bug in Thanos object client ([#18820](https://github.com/grafana/loki/issues/18820)) ([05bc4fd](https://github.com/grafana/loki/commit/05bc4fd6815b142a9eebab16fe33bc746952a202)) +* while validating logql expression, detect and validate expression in label_replace ([#18470](https://github.com/grafana/loki/issues/18470)) ([d379de5](https://github.com/grafana/loki/commit/d379de501f93be62cb0f72948794276e817d2599)) + + +### Performance Improvements + +* Fix memory leak in cachedIterator ([#17628](https://github.com/grafana/loki/issues/17628)) ([87aa954](https://github.com/grafana/loki/commit/87aa954e18d544833b23de3c76fb15564a0d82f9)) +* Use map for InPredicate when reading dataobj ([#18325](https://github.com/grafana/loki/issues/18325)) ([a238816](https://github.com/grafana/loki/commit/a2388167513c801074a7ebfecbf2b111f9e030db)) + ## [3.5.7](https://github.com/grafana/loki/compare/v3.5.6...v3.5.7) (2025-10-13)