Skip to content

Commit

Permalink
chore(deps): update loki to 3.3.1 (#1022)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/loki](https://images.chainguard.dev/directory/image/loki/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/loki))
| minor | `3.2.1` -> `3.3.1` |
|
[cgr.dev/du-uds-defenseunicorns/memcached](https://images.chainguard.dev/directory/image/memcached/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/memcached))
| patch | `1.6.32` -> `1.6.33` |
|
[cgr.dev/du-uds-defenseunicorns/nginx-fips](https://images.chainguard.dev/directory/image/nginx-fips/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/nginx-fips))
| patch | `1.27.2` -> `1.27.3` |
| [docker.io/grafana/loki](https://redirect.github.com/grafana/loki) |
minor | `3.2.1` -> `3.3.1` |
| docker.io/memcached | patch | `1.6.32-alpine` -> `1.6.33-alpine` |
| [loki](https://grafana.github.io/helm-charts)
([source](https://redirect.github.com/grafana/helm-charts)) | minor |
`6.19.0` -> `6.23.0` |
|
[registry1.dso.mil/ironbank/opensource/grafana/loki](https://redirect.github.com/grafana/loki)
([source](https://repo1.dso.mil/dsop/opensource/grafana/loki)) | minor |
`3.2.1` -> `3.3.1` |
|
[registry1.dso.mil/ironbank/opensource/memcached/memcached](https://memcached.org/)
([source](https://repo1.dso.mil/dsop/opensource/memcached/memcached)) |
patch | `1.6.32` -> `1.6.33` |

---

### Release Notes

<details>
<summary>grafana/loki (docker.io/grafana/loki)</summary>

###
[`v3.3.1`](https://redirect.github.com/grafana/loki/releases/tag/v3.3.1)

[Compare
Source](https://redirect.github.com/grafana/loki/compare/v3.3.0...v3.3.1)

##### ⚠ BREAKING CHANGES

- **promtail:** Remove `wget` from Promtail docker image (backport
release-3.3.x)
([#&#8203;15146](https://redirect.github.com/grafana/loki/issues/15146))

##### Miscellaneous Chores

- **promtail:** Switch Promtail base image from Debian to Ubuntu to fix
critical security issues
([https://github.com/grafana/loki/issues/15195](https://redirect.github.com/grafana/loki/issues/15195)).
- **docker:** Move from base-nossl to static. This PR removes the
inclusion of glibc into most of the Docker images created by the Loki
build system.
([#&#8203;15203](https://redirect.github.com/grafana/loki/issues/15203)).

###
[`v3.3.0`](https://redirect.github.com/grafana/loki/blob/HEAD/CHANGELOG.md#330-2024-11-19)

[Compare
Source](https://redirect.github.com/grafana/loki/compare/v3.2.2...v3.3.0)

##### ⚠ BREAKING CHANGES

- **blooms:** Introduce a new block schema (V3)
([#&#8203;14038](https://redirect.github.com/grafana/loki/issues/14038))
- **blooms:** Index structured metadata into blooms
([#&#8203;14061](https://redirect.github.com/grafana/loki/issues/14061))
- **operator:** Migrate project layout to kubebuilder go/v4
([#&#8203;14447](https://redirect.github.com/grafana/loki/issues/14447))
- **operator:** Rename loki api go module
([#&#8203;14568](https://redirect.github.com/grafana/loki/issues/14568))
- **operator:** Provide default OTLP attribute configuration
([#&#8203;14410](https://redirect.github.com/grafana/loki/issues/14410))

##### Features

- ability to log stream selectors before service name detection
([#&#8203;14154](https://redirect.github.com/grafana/loki/issues/14154))
([d7ff426](https://redirect.github.com/grafana/loki/commit/d7ff42664681794b9ef5026ac3758cdd9569ac1a))
- add app_name as a service label
([#&#8203;13660](https://redirect.github.com/grafana/loki/issues/13660))
([f2a16f4](https://redirect.github.com/grafana/loki/commit/f2a16f43b27503ba9ee76bac2b44d825ce030e0f))
- add backoff mechanism to the retention process
([#&#8203;14182](https://redirect.github.com/grafana/loki/issues/14182))
([3136880](https://redirect.github.com/grafana/loki/commit/31368806a9c5e0ff6c43045e008861f26ed61af3))
- add functions to common.libsonnet for warpstream
([#&#8203;14123](https://redirect.github.com/grafana/loki/issues/14123))
([2bde071](https://redirect.github.com/grafana/loki/commit/2bde071872fd08c138e03535b520ff7ae32dd336))
- add gauge loki_ingest_storage_reader_phase
([#&#8203;14679](https://redirect.github.com/grafana/loki/issues/14679))
([f5b0fb6](https://redirect.github.com/grafana/loki/commit/f5b0fb6b998dc0a49cd36c0968862340c7e517bf))
- add gauge to track the partition_id
([#&#8203;14713](https://redirect.github.com/grafana/loki/issues/14713))
([a142b3d](https://redirect.github.com/grafana/loki/commit/a142b3d540a79a94f6ed1283cfb0ac8aed49e600))
- add missing cluster label to mixins
([#&#8203;12870](https://redirect.github.com/grafana/loki/issues/12870))
([547ca70](https://redirect.github.com/grafana/loki/commit/547ca708b9b56e2761bd19ebfcfc9f8571d9af2a))
- add query user and query source to "executing query" log lines
([#&#8203;14320](https://redirect.github.com/grafana/loki/issues/14320))
([4d69929](https://redirect.github.com/grafana/loki/commit/4d6992982d99a542f1e99af18b691830b71469e0))
- add retries for s3 ObjectExists calls
([#&#8203;14062](https://redirect.github.com/grafana/loki/issues/14062))
([73cbbb0](https://redirect.github.com/grafana/loki/commit/73cbbb0f2257b9eb5a3bf5d2cf1f4d4d2490d47d))
- add structured metadata to the promtail push API
([#&#8203;14153](https://redirect.github.com/grafana/loki/issues/14153))
([66cffcb](https://redirect.github.com/grafana/loki/commit/66cffcb427bda28af6fbcfcf85a34771db3787bc))
- Add support for partition ingester in dashboards
([#&#8203;14498](https://redirect.github.com/grafana/loki/issues/14498))
([70deebf](https://redirect.github.com/grafana/loki/commit/70deebf26e88c6f2b10c78b3b8ce785c8a16e03b))
- Allows to configure client_max_body_size
([#&#8203;12924](https://redirect.github.com/grafana/loki/issues/12924))
([809a024](https://redirect.github.com/grafana/loki/commit/809a024581c1f600744b9db0b2b2142234317082))
- Apply patterns line length limit to json message key
([#&#8203;14296](https://redirect.github.com/grafana/loki/issues/14296))
([41fafd8](https://redirect.github.com/grafana/loki/commit/41fafd87933224d5d43592e91e339322fc90a466))
- **blooms:** Add bloom planner and bloom builder to `backend` target
([#&#8203;13997](https://redirect.github.com/grafana/loki/issues/13997))
([bf60455](https://redirect.github.com/grafana/loki/commit/bf60455c8e52b87774df9ca90232b4c72d72e46b))
- **blooms:** disk-backed queue for the bloom-planner (backport k227)
([#&#8203;14927](https://redirect.github.com/grafana/loki/issues/14927))
([1f6828b](https://redirect.github.com/grafana/loki/commit/1f6828b25c5c5d6ad5eda3be60a435db8ca55fc3))
- **blooms:** Index structured metadata into blooms
([#&#8203;14061](https://redirect.github.com/grafana/loki/issues/14061))
([a2fbaa8](https://redirect.github.com/grafana/loki/commit/a2fbaa8e09b6eebff2f7c20746e84f1365bd7433))
- **blooms:** Only write key and key=value to blooms
([#&#8203;14686](https://redirect.github.com/grafana/loki/issues/14686))
([3af0004](https://redirect.github.com/grafana/loki/commit/3af0004cb4d4dafbcbe099e4409edf6e6ff056a5))
- Configurable list of json fields to mine patterns
([#&#8203;14528](https://redirect.github.com/grafana/loki/issues/14528))
([7050897](https://redirect.github.com/grafana/loki/commit/70508975fd40d3e4dbb518d3f8c7bf96e37307b6))
- detected field values
([#&#8203;14350](https://redirect.github.com/grafana/loki/issues/14350))
([7983f94](https://redirect.github.com/grafana/loki/commit/7983f94b15b422b94517641bd9cec5c9da6903e1))
- **distributors:** Use a pool of worker to push to ingesters.
([#&#8203;14245](https://redirect.github.com/grafana/loki/issues/14245))
([f80d68a](https://redirect.github.com/grafana/loki/commit/f80d68a1edbd85a605be882eb0104b169343cf00))
- Do not add empty blooms to offsets
([#&#8203;14577](https://redirect.github.com/grafana/loki/issues/14577))
([51c42e8](https://redirect.github.com/grafana/loki/commit/51c42e864563f2fa9ffc160cb13f6d6126ea5c6d))
- Extract task computing into a strategy interface
([#&#8203;13690](https://redirect.github.com/grafana/loki/issues/13690))
([ab5e6ea](https://redirect.github.com/grafana/loki/commit/ab5e6eaaeea24f93f434dcece6ff5d9dc83e6d32))
- **fluentd-plugin-datadog-loki:** support custom http headers
([#&#8203;14299](https://redirect.github.com/grafana/loki/issues/14299))
([e59035e](https://redirect.github.com/grafana/loki/commit/e59035e17315f453d4b2e2334330bc062d40f0fd))
- **helm:** :sparkles: add additional service annotations for components
in distributed mode
([#&#8203;14131](https://redirect.github.com/grafana/loki/issues/14131))
([5978f13](https://redirect.github.com/grafana/loki/commit/5978f1344c84525e6b8bda45869b867b7e878956))
- **helm:** add configurable extraEnvFrom to admin-api and enterprisegw
([#&#8203;14533](https://redirect.github.com/grafana/loki/issues/14533))
([5d78a3a](https://redirect.github.com/grafana/loki/commit/5d78a3a3fd1f630d6b012a9240fa081e63bcb7ef))
- **helm:** Add kubeVersionOverride for Helm chart
([#&#8203;14434](https://redirect.github.com/grafana/loki/issues/14434))
([0935d77](https://redirect.github.com/grafana/loki/commit/0935d77df08e6ad40a9f498f53e94e335b020ded))
- **helm:** Add persistence option to memcached on Helm chart
([#&#8203;13619](https://redirect.github.com/grafana/loki/issues/13619))
([ef1df0e](https://redirect.github.com/grafana/loki/commit/ef1df0e66fc8e2fe9327a66aea31279ca5c7307a))
- **helm:** add tolerations to pattern-ingester statefulset
([#&#8203;13605](https://redirect.github.com/grafana/loki/issues/13605))
([09530c0](https://redirect.github.com/grafana/loki/commit/09530c0f4a1503713a76c68153b4da5287f9b79f))
- **helm:** Allow setting node attributes to `tokengen` and
`provisioner`
([#&#8203;14311](https://redirect.github.com/grafana/loki/issues/14311))
([c708ae6](https://redirect.github.com/grafana/loki/commit/c708ae691ca2d9a26b1c2a4591ed32dbfdd94619))
- **helm:** Replace bloom compactor with bloom planner and builder
([#&#8203;14003](https://redirect.github.com/grafana/loki/issues/14003))
([08e61ca](https://redirect.github.com/grafana/loki/commit/08e61ca4db086b573ef636a156bfc624132515be))
- **helm:** update chart with loki version 3.2.0
([#&#8203;14281](https://redirect.github.com/grafana/loki/issues/14281))
([11b92ee](https://redirect.github.com/grafana/loki/commit/11b92eeb95612a2bb002ea22f048c55ae20557a2))
- **Helm:** Update Loki Helm chart for restricted environments
([#&#8203;14440](https://redirect.github.com/grafana/loki/issues/14440))
([adc7538](https://redirect.github.com/grafana/loki/commit/adc75389a39e3aaad69303b82b0d68ec3d94485c))
- implement IsRetryableErr for S3ObjectClient
([#&#8203;14174](https://redirect.github.com/grafana/loki/issues/14174))
([fc90a63](https://redirect.github.com/grafana/loki/commit/fc90a63636c689993bd9b568f9c54198bfb1f3ae))
- Implement owned streams calculation using Partition Ring
([#&#8203;14282](https://redirect.github.com/grafana/loki/issues/14282))
([3c36ba9](https://redirect.github.com/grafana/loki/commit/3c36ba949d65e803cc6702b8664f87aca07ed052))
- Implement WAL segment ingestion via Kafka with partition ring
([#&#8203;14043](https://redirect.github.com/grafana/loki/issues/14043))
([d178f4c](https://redirect.github.com/grafana/loki/commit/d178f4c7e2eadbd17ac82f8305782533c7308ba2))
- Improve pattern ingester tracing
([#&#8203;14707](https://redirect.github.com/grafana/loki/issues/14707))
([80aec25](https://redirect.github.com/grafana/loki/commit/80aec2548203957dbb834ba69e6d734d9054416d))
- **ingester:** implement partition shuffle sharding for ingester
([#&#8203;14304](https://redirect.github.com/grafana/loki/issues/14304))
([1a4436c](https://redirect.github.com/grafana/loki/commit/1a4436c41721e3e6aca82c26abaec8fe6f775d9f))
- Introduce new `ObjectExistsWithSize` API to
([#&#8203;14268](https://redirect.github.com/grafana/loki/issues/14268))
([ac422b3](https://redirect.github.com/grafana/loki/commit/ac422b3bc3e822b4525401496a8b73e91d566128))
- Introduce shardable probabilistic topk for instant queries. (backport
k227)
([#&#8203;14765](https://redirect.github.com/grafana/loki/issues/14765))
([02eb024](https://redirect.github.com/grafana/loki/commit/02eb02458e99d4dcb2f734f6a8e83bbd76a8ea4f))
- **jsonnet:** Allow to name prefix zoned ingesters
([#&#8203;14260](https://redirect.github.com/grafana/loki/issues/14260))
([fac3177](https://redirect.github.com/grafana/loki/commit/fac3177814b8d2914eb3af618d571104eba18934))
- **kafka:** Add Ingestion from Kafka in Ingesters
([#&#8203;14192](https://redirect.github.com/grafana/loki/issues/14192))
([b6e9945](https://redirect.github.com/grafana/loki/commit/b6e9945f83991a01395df537a8e014585a57913b))
- **kafka:** Add support for SASL auth to Kafka
([#&#8203;14487](https://redirect.github.com/grafana/loki/issues/14487))
([e2a209c](https://redirect.github.com/grafana/loki/commit/e2a209c076c9c9fd53732a0a7804acba3bff378e))
- **kafka:** Enable querier to optionally query partition ingesters
([#&#8203;14418](https://redirect.github.com/grafana/loki/issues/14418))
([633bb5e](https://redirect.github.com/grafana/loki/commit/633bb5eb7e0717c3e1eafaab32f0ba2dacb4f5cd))
- **kafka:** enqueue commit offset only once per batch process
([#&#8203;14278](https://redirect.github.com/grafana/loki/issues/14278))
([beca6f3](https://redirect.github.com/grafana/loki/commit/beca6f33662e8a43ea59943a4327a1c328960058))
- **kafka:** Implement limiter using partition ring for Kafka
([#&#8203;14359](https://redirect.github.com/grafana/loki/issues/14359))
([5cbb239](https://redirect.github.com/grafana/loki/commit/5cbb23994beb3494e238fccecbb3f7c5ed5c1d0b))
- **kafka:** Remove rate limits for kafka ingestion
([#&#8203;14460](https://redirect.github.com/grafana/loki/issues/14460))
([83a8893](https://redirect.github.com/grafana/loki/commit/83a8893a3fbad3a87d7aea3a61e7dae2f6a34168))
- **kafka:** Replay kafka from last commit before allowing ingesters to
become ready
([#&#8203;14330](https://redirect.github.com/grafana/loki/issues/14330))
([39b57ec](https://redirect.github.com/grafana/loki/commit/39b57ec4eac3cbdc718aacae32ab8ff4e989709b))
- **kafka:** Start ingester flush loop before trying to catch up from
Kafka
([#&#8203;14505](https://redirect.github.com/grafana/loki/issues/14505))
([524ed81](https://redirect.github.com/grafana/loki/commit/524ed81395a0b2c6be86fc0fcd013393e555fd62))
- **logcli:** add gzip compression option
([#&#8203;14598](https://redirect.github.com/grafana/loki/issues/14598))
([4d3f9f5](https://redirect.github.com/grafana/loki/commit/4d3f9f5a7b483b563348c322958486825d314526))
- **loki:** include structured_metadata size while asserting rate limit
([#&#8203;14571](https://redirect.github.com/grafana/loki/issues/14571))
([a962edb](https://redirect.github.com/grafana/loki/commit/a962edba332f4fdfee29cf11e70019b1b498c258))
- **max-allowed-line-length:** add config to set
`max-allowed-line-length` in pattern ingester
([#&#8203;14070](https://redirect.github.com/grafana/loki/issues/14070))
([0780456](https://redirect.github.com/grafana/loki/commit/0780456662b67edde69004cf4ee3873c23d5094b))
- mixin / add loki compaction not successfull alert
([#&#8203;14239](https://redirect.github.com/grafana/loki/issues/14239))
([da04f50](https://redirect.github.com/grafana/loki/commit/da04f5007edd85f35d1af5ba8c2c5a4eb96d2149))
- mixin, allow overriding of some labels by parameterizing mixin
recording/alert rules
([#&#8203;11495](https://redirect.github.com/grafana/loki/issues/11495))
([f1425b6](https://redirect.github.com/grafana/loki/commit/f1425b6c24e9d90c99477f67289c3aa34f69573d))
- mixins / allow bloom dashboards disabling
([#&#8203;14177](https://redirect.github.com/grafana/loki/issues/14177))
([ce2e6d5](https://redirect.github.com/grafana/loki/commit/ce2e6d520b48fe9c5c7593ae2400a6983905782e))
- **mixins:** Allow hiding useless rows in loki-operational
([#&#8203;13646](https://redirect.github.com/grafana/loki/issues/13646))
([3aa4f22](https://redirect.github.com/grafana/loki/commit/3aa4f2227e4178f05e6b13cffc044989c7839372))
- **mixins:** merge resources dashboards for ssd into one
([#&#8203;13471](https://redirect.github.com/grafana/loki/issues/13471))
([45b8719](https://redirect.github.com/grafana/loki/commit/45b8719aa768db35d4e7559fd87e22056248b912))
- move detected field logic to query frontend
([#&#8203;14212](https://redirect.github.com/grafana/loki/issues/14212))
([36ace66](https://redirect.github.com/grafana/loki/commit/36ace66b73e9f9ad2a2d367fbc20803c0d9779c2))
- move metric aggregation to a per-tenant config
([#&#8203;14709](https://redirect.github.com/grafana/loki/issues/14709))
([c1fde26](https://redirect.github.com/grafana/loki/commit/c1fde26730b4fc54e4bbc724d1b29f653541f720))
- New bloom planning using chunk size TSDB stats
([#&#8203;14547](https://redirect.github.com/grafana/loki/issues/14547))
([673ede1](https://redirect.github.com/grafana/loki/commit/673ede16a5f675684f9e6a53903335af5075a507))
- **operator:** Add support for Loki OTLP limits config
([#&#8203;13446](https://redirect.github.com/grafana/loki/issues/13446))
([d02f435](https://redirect.github.com/grafana/loki/commit/d02f435d3bf121b19e15de4f139c95a6d010b25c))
- **operator:** Declare feature FIPS support for OpenShift only
([#&#8203;14308](https://redirect.github.com/grafana/loki/issues/14308))
([720c303](https://redirect.github.com/grafana/loki/commit/720c3037923c174e71a02d99d4bee6271428fbdb))
- **operator:** introduce 1x.pico size
([#&#8203;14407](https://redirect.github.com/grafana/loki/issues/14407))
([57de81d](https://redirect.github.com/grafana/loki/commit/57de81d8c27e221832790443cebaf141353c3e3f))
- **operator:** Provide default OTLP attribute configuration
([#&#8203;14410](https://redirect.github.com/grafana/loki/issues/14410))
([1b52387](https://redirect.github.com/grafana/loki/commit/1b5238721994c00764b6a7e7d63269c5b56d2480))
- **operator:** Update Loki operand to v3.1.1
([#&#8203;14042](https://redirect.github.com/grafana/loki/issues/14042))
([7ae1588](https://redirect.github.com/grafana/loki/commit/7ae1588200396b73a16fadd2610670a5ce5fd747))
- **operator:** Update Loki operand to v3.2.1
([#&#8203;14526](https://redirect.github.com/grafana/loki/issues/14526))
([5e970e5](https://redirect.github.com/grafana/loki/commit/5e970e50b166e73f5563e21c23db3ea99b24642e))
- **operator:** User-guide for OTLP configuration
([#&#8203;14620](https://redirect.github.com/grafana/loki/issues/14620))
([27b4071](https://redirect.github.com/grafana/loki/commit/27b40713540bd60918780cdd4cb645e6761427cb))
- Optionally require writes to kafka on Push requests
([#&#8203;14186](https://redirect.github.com/grafana/loki/issues/14186))
([7c78232](https://redirect.github.com/grafana/loki/commit/7c78232ad312d58ae00101a11e9d7c67f53f1361))
- revert "feat: add functions to common.libsonnet for warpstream"
([#&#8203;14129](https://redirect.github.com/grafana/loki/issues/14129))
([18c27f9](https://redirect.github.com/grafana/loki/commit/18c27f9d4ec0c5fbd439972f9abb8bca0bdd6f9e))
- **ruler:** enables ruler store that uses clients from
thanos-io/objstore pkg
([#&#8203;11713](https://redirect.github.com/grafana/loki/issues/11713))
([8bca2e7](https://redirect.github.com/grafana/loki/commit/8bca2e76089e0b9894b7a4c18a950f4baaa5a412))
- **storage:** AWS backend using thanos.io/objstore
([#&#8203;11221](https://redirect.github.com/grafana/loki/issues/11221))
([b872246](https://redirect.github.com/grafana/loki/commit/b87224647dc88901c61cb4bd571dfda9405a7826))
- **storage:** Azure backend using thanos.io/objstore
([#&#8203;11315](https://redirect.github.com/grafana/loki/issues/11315))
([5824e3d](https://redirect.github.com/grafana/loki/commit/5824e3d35cd1273ccd1a63d7381098617a7697dd))
- **storage:** GCS backend using thanos.io/objstore
([#&#8203;11132](https://redirect.github.com/grafana/loki/issues/11132))
([c059ace](https://redirect.github.com/grafana/loki/commit/c059ace53edba79864a567035b120db80addf23c))
- support ruler sidecar in singleBinary mode
([#&#8203;13572](https://redirect.github.com/grafana/loki/issues/13572))
([684baf7](https://redirect.github.com/grafana/loki/commit/684baf7dbacef4b85a08db8de9934458745124d8))
- track discarded data by usageTracker
([#&#8203;14081](https://redirect.github.com/grafana/loki/issues/14081))
([c65721e](https://redirect.github.com/grafana/loki/commit/c65721e7ade0ef89fd282d9f764fb2d05f6b9c42))

##### Bug Fixes

- **`detected_fields`:** return parsed labels when parsers are passed
([#&#8203;14047](https://redirect.github.com/grafana/loki/issues/14047))
([aa1ac99](https://redirect.github.com/grafana/loki/commit/aa1ac99f4d369c87fd0db4fcf853ebce534e3500))
- Add additional validation for timeout while retrieving headers
([#&#8203;14217](https://redirect.github.com/grafana/loki/issues/14217))
([8322e51](https://redirect.github.com/grafana/loki/commit/8322e518e68de286b2bc58cf15ea9fe947eeec86))
- Add s3 principal to iam policy attached to sqs in lambda-promtail
terraform code
([#&#8203;14619](https://redirect.github.com/grafana/loki/issues/14619))
([db0889e](https://redirect.github.com/grafana/loki/commit/db0889e2748b69a5c60d044dfab44bc652f1464d))
- Add tenant limits as dependency to pattern ingester
([#&#8203;14665](https://redirect.github.com/grafana/loki/issues/14665))
([31eea90](https://redirect.github.com/grafana/loki/commit/31eea9042ada6650227eb281a36410ab521817a8))
- **aggregated-metrics:** correctly create logfmt string
([#&#8203;14124](https://redirect.github.com/grafana/loki/issues/14124))
([63e84b4](https://redirect.github.com/grafana/loki/commit/63e84b476a9a7b97a121847659172fadbb8a1eee))
- allow any level for aggregated metrics
([#&#8203;14255](https://redirect.github.com/grafana/loki/issues/14255))
([c001a1d](https://redirect.github.com/grafana/loki/commit/c001a1d93af5438fef521460dcba650b44629a93))
- allow rename of structuremetadata labels
([#&#8203;13955](https://redirect.github.com/grafana/loki/issues/13955))
([2d4792a](https://redirect.github.com/grafana/loki/commit/2d4792a54fb52caa5cd904a17349b04410fae4c0))
- always write detected_level when enabled, even if unknown
([#&#8203;14464](https://redirect.github.com/grafana/loki/issues/14464))
([41c6b6c](https://redirect.github.com/grafana/loki/commit/41c6b6c2c2f5f56ca76cf75ed05689564b9e9dcd))
- **blooms:** Check length of tasks before accessing first element in
slice
([#&#8203;14634](https://redirect.github.com/grafana/loki/issues/14634))
([601f549](https://redirect.github.com/grafana/loki/commit/601f549656efa5ac769a685169d5bc84eff15a35))
- **blooms:** Copy chunks from ForSeries (backport k227)
([#&#8203;14864](https://redirect.github.com/grafana/loki/issues/14864))
([d10f79c](https://redirect.github.com/grafana/loki/commit/d10f79c700c100d7333e682287aabbaa3c029768))
- **blooms:** Do not restart builders when planner disconnects (backport
k227)
([#&#8203;14922](https://redirect.github.com/grafana/loki/issues/14922))
([213e8ee](https://redirect.github.com/grafana/loki/commit/213e8eeba6e7fb138069e2858d62f1e3c4556a0e))
- **blooms:** Exclude label filters where label name is part of the
series labels.
([#&#8203;14661](https://redirect.github.com/grafana/loki/issues/14661))
([d1668f6](https://redirect.github.com/grafana/loki/commit/d1668f6a110f7119ebb1cc0e582be369b2af95b8))
- **blooms:** Fix panic in initialisation of the bloom planner and
builder
([#&#8203;14110](https://redirect.github.com/grafana/loki/issues/14110))
([8307c42](https://redirect.github.com/grafana/loki/commit/8307c42c541e769c9d0133df3856af049a815b73))
- **blooms:** Fix strategy logger and add task test (backport k227)
([#&#8203;14921](https://redirect.github.com/grafana/loki/issues/14921))
([dc36a1e](https://redirect.github.com/grafana/loki/commit/dc36a1e1288a03b68d269ba261f41ac7c2942962))
- **blooms:** Fix tenants slice on loadTenantTables (backport k227)
([#&#8203;14901](https://redirect.github.com/grafana/loki/issues/14901))
([540dd5a](https://redirect.github.com/grafana/loki/commit/540dd5a5ccb53bc2ee4236871632c7e1daa7f7e5))
- **blooms:** Skip multi-tenant TSDBs during bloom planning (backport
k227)
([#&#8203;14888](https://redirect.github.com/grafana/loki/issues/14888))
([631cff3](https://redirect.github.com/grafana/loki/commit/631cff345cdab110202d757572fbbf8088c0be87))
- **build:** Use Debian Bullseye base image for build image
([#&#8203;14368](https://redirect.github.com/grafana/loki/issues/14368))
([3beb8ff](https://redirect.github.com/grafana/loki/commit/3beb8ff9cfe7f765b5d5db87892981a223d72f50))
- **canary:** Reconnect immediately upon tail max duration
([#&#8203;14287](https://redirect.github.com/grafana/loki/issues/14287))
([9267ee3](https://redirect.github.com/grafana/loki/commit/9267ee3561ccbb90589600d7b045f7e05b1b2ee0))
- **ci:** fixed `Publish Rendered Helm Chart Diff` workflow
([#&#8203;14365](https://redirect.github.com/grafana/loki/issues/14365))
([6de6420](https://redirect.github.com/grafana/loki/commit/6de64209547ec970cb27564be87fe2085307e183))
- **ci:** updated helm diff rendering workflow
([#&#8203;14424](https://redirect.github.com/grafana/loki/issues/14424))
([916e511](https://redirect.github.com/grafana/loki/commit/916e5115d9099e82834f0d8e123273c75c9cddec))
- **config:** Copy Alibaba and IBM object storage configuration from
common
([#&#8203;14297](https://redirect.github.com/grafana/loki/issues/14297))
([59ff1ec](https://redirect.github.com/grafana/loki/commit/59ff1ece1dacc461d03f71e41c0728396727eee6))
- **config:** migrate renovate config
([#&#8203;14646](https://redirect.github.com/grafana/loki/issues/14646))
([a67d8ef](https://redirect.github.com/grafana/loki/commit/a67d8ef219aab80071e8256a6cbb18a47c7078e6))
- correct \_extracted logic in detected fields
([#&#8203;14064](https://redirect.github.com/grafana/loki/issues/14064))
([1b3ba53](https://redirect.github.com/grafana/loki/commit/1b3ba530b8fab9aac999387a135a76a62de3e000))
- correct OTLP documentation typo
([#&#8203;14602](https://redirect.github.com/grafana/loki/issues/14602))
([063c590](https://redirect.github.com/grafana/loki/commit/063c590faa4aa30540572c5d6fdc1da8a6a25ee4))
- **deps:** update aws-sdk-go-v2 monorepo
([#&#8203;13986](https://redirect.github.com/grafana/loki/issues/13986))
([6f49123](https://redirect.github.com/grafana/loki/commit/6f491233cae226d54d190521d2b935249d88ad05))
- **deps:** update aws-sdk-go-v2 monorepo
([#&#8203;14742](https://redirect.github.com/grafana/loki/issues/14742))
([53a1ab7](https://redirect.github.com/grafana/loki/commit/53a1ab76257d900b80334d68439d7ff4bfcfd39b))
- **deps:** update github.com/grafana/dskit digest to
[`687ec48`](https://redirect.github.com/grafana/loki/commit/687ec48)
([#&#8203;14395](https://redirect.github.com/grafana/loki/issues/14395))
([c2f38e1](https://redirect.github.com/grafana/loki/commit/c2f38e18c6b8dd134b8f3da164afc9c8625f2f2b))
- **deps:** update github.com/grafana/dskit digest to
[`7c41a40`](https://redirect.github.com/grafana/loki/commit/7c41a40)
([#&#8203;14277](https://redirect.github.com/grafana/loki/issues/14277))
([f39cdbd](https://redirect.github.com/grafana/loki/commit/f39cdbd541d85a961db655e70da713be04d9a294))
- **deps:** update github.com/grafana/dskit digest to
[`931a021`](https://redirect.github.com/grafana/loki/commit/931a021)
([#&#8203;14032](https://redirect.github.com/grafana/loki/issues/14032))
([7c18642](https://redirect.github.com/grafana/loki/commit/7c186425210f892d34a2ccf8ad23b475af8bf9b9))
- **deps:** update github.com/grafana/dskit digest to
[`b69ac1b`](https://redirect.github.com/grafana/loki/commit/b69ac1b)
([#&#8203;14355](https://redirect.github.com/grafana/loki/issues/14355))
([9d7a6ea](https://redirect.github.com/grafana/loki/commit/9d7a6ea68053b576553e426d339961d50ee07080))
- **deps:** update github.com/grafana/dskit digest to
[`f52de24`](https://redirect.github.com/grafana/loki/commit/f52de24)
([#&#8203;14319](https://redirect.github.com/grafana/loki/issues/14319))
([a4f3edf](https://redirect.github.com/grafana/loki/commit/a4f3edfb52ad4a44a17aaeb753a780b08d6b552c))
- **deps:** update github.com/twmb/franz-go/pkg/kfake digest to
[`cea7aa5`](https://redirect.github.com/grafana/loki/commit/cea7aa5)
([#&#8203;14590](https://redirect.github.com/grafana/loki/issues/14590))
([688c42a](https://redirect.github.com/grafana/loki/commit/688c42a971589be96921ce362c7fc6792368c3da))
- **deps:** update k8s.io/utils digest to
[`702e33f`](https://redirect.github.com/grafana/loki/commit/702e33f)
([#&#8203;14033](https://redirect.github.com/grafana/loki/issues/14033))
([b7eecc7](https://redirect.github.com/grafana/loki/commit/b7eecc7a693e96f4d0fe0dcd7583ecdc4dd7283f))
- **deps:** update module cloud.google.com/go/bigtable to v1.33.0
([#&#8203;14580](https://redirect.github.com/grafana/loki/issues/14580))
([a0920ed](https://redirect.github.com/grafana/loki/commit/a0920ed9929080926f0f439182cb2428e938c208))
- **deps:** update module cloud.google.com/go/pubsub to v1.45.0
([#&#8203;14361](https://redirect.github.com/grafana/loki/issues/14361))
([4351238](https://redirect.github.com/grafana/loki/commit/4351238305a680852b6b29a7cdaef69e46042ee4))
- **deps:** update module cloud.google.com/go/pubsub to v1.45.1
([#&#8203;14650](https://redirect.github.com/grafana/loki/issues/14650))
([f173708](https://redirect.github.com/grafana/loki/commit/f17370867b70f65528d98fbfe751d079b5909be0))
- **deps:** update module cloud.google.com/go/storage to v1.46.0
([#&#8203;14744](https://redirect.github.com/grafana/loki/issues/14744))
([8e45116](https://redirect.github.com/grafana/loki/commit/8e451165add426e480b2e691c7c69252d98a2d22))
- **deps:** update module github.com/alicebob/miniredis/v2 to v2.33.0
([#&#8203;14721](https://redirect.github.com/grafana/loki/issues/14721))
([7bfda25](https://redirect.github.com/grafana/loki/commit/7bfda259721c2b3858066ab71d9df09ad35895a6))
- **deps:** update module github.com/aws/aws-sdk-go to v1.55.5
([#&#8203;14715](https://redirect.github.com/grafana/loki/issues/14715))
([03f0f5a](https://redirect.github.com/grafana/loki/commit/03f0f5ab1691550eea59431c9c580530c13bf259))
- **deps:** update module github.com/axiomhq/hyperloglog to v0.2.0
([#&#8203;14722](https://redirect.github.com/grafana/loki/issues/14722))
([0167b22](https://redirect.github.com/grafana/loki/commit/0167b22ac6d4886a1c3157437a3c5b19e327723a))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.189
([#&#8203;14044](https://redirect.github.com/grafana/loki/issues/14044))
([7fb34b4](https://redirect.github.com/grafana/loki/commit/7fb34b4884269e7dad7cfa27969f470d9466279d))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.192
([#&#8203;14337](https://redirect.github.com/grafana/loki/issues/14337))
([6f7cae2](https://redirect.github.com/grafana/loki/commit/6f7cae2a7aae471c8161bd1e596a31fa89c48ae1))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.196
([#&#8203;14651](https://redirect.github.com/grafana/loki/issues/14651))
([478085a](https://redirect.github.com/grafana/loki/commit/478085ae02a0df3b2455211326519dd4aef26499))
- **deps:** update module github.com/baidubce/bce-sdk-go to v0.9.197
([#&#8203;14682](https://redirect.github.com/grafana/loki/issues/14682))
([b898294](https://redirect.github.com/grafana/loki/commit/b89829421ee3a4589efe34a4b1332fe659c9d8e7))
- **deps:** update module github.com/coder/quartz to v0.1.2
([#&#8203;14652](https://redirect.github.com/grafana/loki/issues/14652))
([7459e07](https://redirect.github.com/grafana/loki/commit/7459e07adb6aac48b305d50582eac915ea26528e))
- **deps:** update module github.com/felixge/fgprof to v0.9.5
([#&#8203;14338](https://redirect.github.com/grafana/loki/issues/14338))
([a2ad3aa](https://redirect.github.com/grafana/loki/commit/a2ad3aa66940faae4fef7f92aab5a383f576190e))
- **deps:** update module github.com/fsouza/fake-gcs-server to v1.50.2
([#&#8203;14313](https://redirect.github.com/grafana/loki/issues/14313))
([275c97c](https://redirect.github.com/grafana/loki/commit/275c97cec7f70e68c56192c565d53a6c2a18ff78))
- **deps:** update module github.com/hashicorp/raft to v1.7.1
([#&#8203;14005](https://redirect.github.com/grafana/loki/issues/14005))
([e9cec1d](https://redirect.github.com/grafana/loki/commit/e9cec1d159b02977b6104e0006902e0d6b805527))
- **deps:** update module github.com/ibm/go-sdk-core/v5 to v5.17.5
([#&#8203;14045](https://redirect.github.com/grafana/loki/issues/14045))
([677d217](https://redirect.github.com/grafana/loki/commit/677d217533b7d2338e25a8b9b9e8a78045489e7c))
- **deps:** update module github.com/ibm/go-sdk-core/v5 to v5.18.1
([#&#8203;14716](https://redirect.github.com/grafana/loki/issues/14716))
([8395acd](https://redirect.github.com/grafana/loki/commit/8395acd0cbd3db9c6f330bd94a22b194fad35a93))
- **deps:** update module github.com/ibm/ibm-cos-sdk-go to v1.11.1
([#&#8203;14342](https://redirect.github.com/grafana/loki/issues/14342))
([aa82a7c](https://redirect.github.com/grafana/loki/commit/aa82a7c804edd6df99d3fddc581d02c3b7fa6774))
- **deps:** update module github.com/klauspost/compress to v1.17.10
([#&#8203;14352](https://redirect.github.com/grafana/loki/issues/14352))
([e23c5ed](https://redirect.github.com/grafana/loki/commit/e23c5ed9fa97010ef4c985afea25af3922ca215b))
- **deps:** update module github.com/minio/minio-go/v7 to v7.0.76
([#&#8203;14006](https://redirect.github.com/grafana/loki/issues/14006))
([51f9376](https://redirect.github.com/grafana/loki/commit/51f937684795982f0d234ab251017ce2c86c9e20))
- **deps:** update module github.com/minio/minio-go/v7 to v7.0.77
([#&#8203;14353](https://redirect.github.com/grafana/loki/issues/14353))
([d0e3ef7](https://redirect.github.com/grafana/loki/commit/d0e3ef709a222821fd764f6af72308c302faefb3))
- **deps:** update module github.com/minio/minio-go/v7 to v7.0.80
([#&#8203;14654](https://redirect.github.com/grafana/loki/issues/14654))
([eec2513](https://redirect.github.com/grafana/loki/commit/eec25130468eb648c4667361cae7630449af7ef5))
- **deps:** update module github.com/ncw/swift/v2 to v2.0.3
([#&#8203;14356](https://redirect.github.com/grafana/loki/issues/14356))
([c843288](https://redirect.github.com/grafana/loki/commit/c8432887d3d4459ad4bc40deba3a3a3726a2f5eb))
- **deps:** update module github.com/prometheus/client_golang to v1.20.5
([#&#8203;14655](https://redirect.github.com/grafana/loki/issues/14655))
([e12f843](https://redirect.github.com/grafana/loki/commit/e12f8436b4080db54c6d31c6af38416c6fdd7eb4))
- **deps:** update module github.com/schollz/progressbar/v3 to v3.17.0
([#&#8203;14720](https://redirect.github.com/grafana/loki/issues/14720))
([4419d0f](https://redirect.github.com/grafana/loki/commit/4419d0f33e9f4f6f9305d89dd6f2ca47e3a18d8c))
- **deps:** update module github.com/shirou/gopsutil/v4 to v4.24.10
([#&#8203;14719](https://redirect.github.com/grafana/loki/issues/14719))
([3280376](https://redirect.github.com/grafana/loki/commit/32803762781c53ec3fe1bdb64841eb24aeed48f5))
- **deps:** update module github.com/shirou/gopsutil/v4 to v4.24.9
([#&#8203;14357](https://redirect.github.com/grafana/loki/issues/14357))
([c8e6a9d](https://redirect.github.com/grafana/loki/commit/c8e6a9d38f36ccf1f32e634765bb2363628f3710))
- **deps:** update module github.com/shopify/sarama to v1.43.3
([#&#8203;14059](https://redirect.github.com/grafana/loki/issues/14059))
([1cf4813](https://redirect.github.com/grafana/loki/commit/1cf48131d42db7302d6bcf980c355b018fcedb06))
- **deps:** update module github.com/spf13/afero to v1.11.0
([#&#8203;14060](https://redirect.github.com/grafana/loki/issues/14060))
([bbbd82b](https://redirect.github.com/grafana/loki/commit/bbbd82bc73322d662ba81efeda3884efcdc09708))
- **deps:** update module go.etcd.io/bbolt to v1.3.11
([#&#8203;14358](https://redirect.github.com/grafana/loki/issues/14358))
([b7bccfc](https://redirect.github.com/grafana/loki/commit/b7bccfcec3275b1d6d76c7450415ac8744e4d7b0))
- **deps:** update module golang.org/x/net to v0.29.0
([#&#8203;14341](https://redirect.github.com/grafana/loki/issues/14341))
([1b6b9da](https://redirect.github.com/grafana/loki/commit/1b6b9da4e126738037e24d09309b62eac7d54a10))
- **detected_fields:** always return empty array as `null`
([#&#8203;14112](https://redirect.github.com/grafana/loki/issues/14112))
([93009d4](https://redirect.github.com/grafana/loki/commit/93009d4e8ce520a3925bf5c0baff940db6c9caba))
- **distributor:** validate partition ring is kafka is enabled
([#&#8203;14303](https://redirect.github.com/grafana/loki/issues/14303))
([8438d41](https://redirect.github.com/grafana/loki/commit/8438d415931f0a3763d551eb36c3d9f476f70713))
- do not retain span logger created with index set initialized at query
time
([#&#8203;14027](https://redirect.github.com/grafana/loki/issues/14027))
([4e41744](https://redirect.github.com/grafana/loki/commit/4e4174400fba410b9f32e0e43c1d866d283a9e62))
- downgrade grpc to fix regression
([#&#8203;14065](https://redirect.github.com/grafana/loki/issues/14065))
([8c38d46](https://redirect.github.com/grafana/loki/commit/8c38d462f5a057497ab222d463223400f2e7b4ab))
- enable service detection for otlp endoint
([#&#8203;14036](https://redirect.github.com/grafana/loki/issues/14036))
([4f962ef](https://redirect.github.com/grafana/loki/commit/4f962ef7af250fc347dbed15583787d0238f6e9f))
- Expand matching for additional variations
([#&#8203;14221](https://redirect.github.com/grafana/loki/issues/14221))
([71d7291](https://redirect.github.com/grafana/loki/commit/71d7291c9c00c3887d9a509991eb4d3e15ae8699))
- fix bug in query result marshaling for invalid utf8 characters
([#&#8203;14585](https://redirect.github.com/grafana/loki/issues/14585))
([f411a07](https://redirect.github.com/grafana/loki/commit/f411a0795af67630a0a70a88ce64fa071de50a56))
- **helm:** add missing `loki.storage.azure.chunkDelimiter` parameter to
Helm chart
([#&#8203;14011](https://redirect.github.com/grafana/loki/issues/14011))
([08c70cc](https://redirect.github.com/grafana/loki/commit/08c70cca2e7b3a7444b0ec9822a6d5fd58ae70d5))
- **helm:** Check for `rbac.namespaced` condition before creating roles
([#&#8203;14201](https://redirect.github.com/grafana/loki/issues/14201))
([3f47f09](https://redirect.github.com/grafana/loki/commit/3f47f09a6956719480677f6af02f58394d7f26bb))
- **helm:** Fix persistence configuration for Memcached
([#&#8203;14049](https://redirect.github.com/grafana/loki/issues/14049))
([ee6e1cf](https://redirect.github.com/grafana/loki/commit/ee6e1cf78864ad3ed915056f695e1f556cc4a22e))
- **helm:** Fix wrong port name referenced for ingress NetworkPolicy
([#&#8203;12907](https://redirect.github.com/grafana/loki/issues/12907))
([963a25b](https://redirect.github.com/grafana/loki/commit/963a25bf417bbd4171c4d9a2b501330fd663410f))
- **helm:** Various fixes and enhancements for bloom components
([#&#8203;14128](https://redirect.github.com/grafana/loki/issues/14128))
([dc0cbd4](https://redirect.github.com/grafana/loki/commit/dc0cbd42dcb8e53152573f0baf03ad93aa0d3cd8))
- Improve docs for min and max table offsets (backport k227)
([#&#8203;14929](https://redirect.github.com/grafana/loki/issues/14929))
([3161fdc](https://redirect.github.com/grafana/loki/commit/3161fdcc6dc1e80a86933a59e6af102c10336c39))
- **kafka:** Fixes partition selection in distributors
([#&#8203;14242](https://redirect.github.com/grafana/loki/issues/14242))
([3f47233](https://redirect.github.com/grafana/loki/commit/3f472330790204e4d09b7a4e087be3ff0dc04eff))
- **kafka:** Fixes writer initialization for arm32
([#&#8203;14115](https://redirect.github.com/grafana/loki/issues/14115))
([4da035b](https://redirect.github.com/grafana/loki/commit/4da035b6b78f8bb3b9af28a82865ab543dd8e230))
- **kafka:** Set namespace for Loki kafka metrics
([#&#8203;14426](https://redirect.github.com/grafana/loki/issues/14426))
([8aa8a2b](https://redirect.github.com/grafana/loki/commit/8aa8a2bb0e766da4d64313d17337fa54ab84f8a4))
- **label_format:** renamed label should use ParsedLabel category
([#&#8203;14515](https://redirect.github.com/grafana/loki/issues/14515))
([82fb2f0](https://redirect.github.com/grafana/loki/commit/82fb2f0ae2403686b55fdb2fd5be248f706eddab))
- level detection for warning level
([#&#8203;14444](https://redirect.github.com/grafana/loki/issues/14444))
([242a852](https://redirect.github.com/grafana/loki/commit/242a852d7d471351ea294fc09e2b5dc62eec0d03))
- lint errors
([#&#8203;14574](https://redirect.github.com/grafana/loki/issues/14574))
([99ef900](https://redirect.github.com/grafana/loki/commit/99ef9009e5e2e74f76c865fbb3feaf1559f4b47c))
- **log-to-span:** timestamp.Time should be called with milliseconds
([#&#8203;14196](https://redirect.github.com/grafana/loki/issues/14196))
([f8d9143](https://redirect.github.com/grafana/loki/commit/f8d9143eead92d8727053e065c2d3403f689e4b5))
- logcli: Check for errors before checking for `exists` when fetching
data (backport k227)
([#&#8203;14906](https://redirect.github.com/grafana/loki/issues/14906))
([31b2a63](https://redirect.github.com/grafana/loki/commit/31b2a63ee23098fbd0151ef93020bd1cac093afe))
- **logcli:** create new tail response for every line
([#&#8203;14525](https://redirect.github.com/grafana/loki/issues/14525))
([bcfd0d1](https://redirect.github.com/grafana/loki/commit/bcfd0d1ad1c72c6c3861c8263989f2ce683eee08))
- **logql:** Fix panic in json parsing when using empty array index
([#&#8203;14393](https://redirect.github.com/grafana/loki/issues/14393))
([833bf0d](https://redirect.github.com/grafana/loki/commit/833bf0def6a07e2f58996f54b4b983858750e3e3))
- **logql:** updated JSONExpressionParser not to unescape extracted
values if it is JSON object.
([#&#8203;14499](https://redirect.github.com/grafana/loki/issues/14499))
([08b1a90](https://redirect.github.com/grafana/loki/commit/08b1a9080b03bc041471f1ef72c4e3d7c6aea4f4))
- missing dep PartitionRing for Ingester
([#&#8203;14292](https://redirect.github.com/grafana/loki/issues/14292))
([6354ded](https://redirect.github.com/grafana/loki/commit/6354deda90a9430856447e27123b3a33fd1b77a0))
- **mixin:** Remove pod label from disk usage aggregation
([#&#8203;14180](https://redirect.github.com/grafana/loki/issues/14180))
([5d45c96](https://redirect.github.com/grafana/loki/commit/5d45c96ce12f7f16c21e61db1a78e94a09c16007))
- mixins / loki-resources-overview panel layout
([#&#8203;14178](https://redirect.github.com/grafana/loki/issues/14178))
([8f54ec6](https://redirect.github.com/grafana/loki/commit/8f54ec65881bcad90078464d663af9110ef72603))
- **mixins:** add backend path section in loki-operational for single
scalable deployment
([#&#8203;13023](https://redirect.github.com/grafana/loki/issues/13023))
([16881ab](https://redirect.github.com/grafana/loki/commit/16881ab0d3b9e9e6bfc37f22ff69f5f1019a0df1))
- **mixins:** disk space utilization panels with latest KSM versions
([#&#8203;13486](https://redirect.github.com/grafana/loki/issues/13486))
([0ea7431](https://redirect.github.com/grafana/loki/commit/0ea7431139ae0a18ef4e90bed836a7a6b92ab890))
- **mixins:** retention dashboards fix metric name
([#&#8203;14617](https://redirect.github.com/grafana/loki/issues/14617))
([c762b9b](https://redirect.github.com/grafana/loki/commit/c762b9b5d3877e7cbfc41d8ab9a1a4287ebe97b2))
- More correctly report starting phase during kafka-reader startup
([#&#8203;14632](https://redirect.github.com/grafana/loki/issues/14632))
([ea798e0](https://redirect.github.com/grafana/loki/commit/ea798e0f2a3364b4a76f153faf324b4a9ababc4d))
- move partition_id into label to make PromQL easier
([#&#8203;14714](https://redirect.github.com/grafana/loki/issues/14714))
([e6cf423](https://redirect.github.com/grafana/loki/commit/e6cf42396f7554e46b6c331dd1938922806bcfc5))
- nix build, downgrade toolchain to go1.23.1
([#&#8203;14442](https://redirect.github.com/grafana/loki/issues/14442))
([26dfd62](https://redirect.github.com/grafana/loki/commit/26dfd628f0effe2367420f591da36727ebe78806))
- **operator:** add 1x.pico OpenShift UI dropdown menu
([#&#8203;14660](https://redirect.github.com/grafana/loki/issues/14660))
([4687f37](https://redirect.github.com/grafana/loki/commit/4687f377db0a7ae07ffdea354582c882c10b72c4))
- **operator:** Add missing groupBy label for all rules on OpenShift
([#&#8203;14279](https://redirect.github.com/grafana/loki/issues/14279))
([ce7b2e8](https://redirect.github.com/grafana/loki/commit/ce7b2e89d9470e4e6a61a94f2b51ff8b938b5a5e))
- **operator:** correctly ignore again BlotDB dashboards
([#&#8203;14587](https://redirect.github.com/grafana/loki/issues/14587))
([4879d10](https://redirect.github.com/grafana/loki/commit/4879d106bbeea29e331ddb7c9a49274600190032))
- **operator:** Disable automatic discovery of service name
([#&#8203;14506](https://redirect.github.com/grafana/loki/issues/14506))
([3834c74](https://redirect.github.com/grafana/loki/commit/3834c74966b307411732cd3cbaf66305008b10eb))
- **operator:** Disable log level discovery for OpenShift tenancy modes
([#&#8203;14613](https://redirect.github.com/grafana/loki/issues/14613))
([5034d34](https://redirect.github.com/grafana/loki/commit/5034d34ad23451954ea2459c341456da8d93d020))
- **operator:** Fix building the size-calculator image
([#&#8203;14573](https://redirect.github.com/grafana/loki/issues/14573))
([a79b8fe](https://redirect.github.com/grafana/loki/commit/a79b8fe7802964cbb96bde75a7502a8b1e8a23ab))
- **operator:** Fix make build target for size-calculator
([#&#8203;14551](https://redirect.github.com/grafana/loki/issues/14551))
([e727187](https://redirect.github.com/grafana/loki/commit/e727187ec3be2f10c80e984d00c40dad0308b036))
- **operator:** Move OTLP attribute for statefulset name to stream
labels
([#&#8203;14630](https://redirect.github.com/grafana/loki/issues/14630))
([5df3594](https://redirect.github.com/grafana/loki/commit/5df3594f791d77031c53d7b0f5b01191de8a23f2))
- **operator:** Use empty initiliazed pod status map when no pods
([#&#8203;14314](https://redirect.github.com/grafana/loki/issues/14314))
([6f533ed](https://redirect.github.com/grafana/loki/commit/6f533ed4386ee2db61680a9021934bfe9a9ba749))
- **pattern:** Fixes latency metric namespace for tee to pattern
([#&#8203;14241](https://redirect.github.com/grafana/loki/issues/14241))
([ae955ed](https://redirect.github.com/grafana/loki/commit/ae955ed30d841675dbb9e30327b84728050e724a))
- promtail config unmarshalling
([#&#8203;14408](https://redirect.github.com/grafana/loki/issues/14408))
([a05431f](https://redirect.github.com/grafana/loki/commit/a05431f879a8c29fac6356b6c46be62133c3e93c))
- promtail parser for azureeventhubs message without time field
([#&#8203;14218](https://redirect.github.com/grafana/loki/issues/14218))
([2e62abb](https://redirect.github.com/grafana/loki/commit/2e62abbf47c47041027baf240722b3d76e7bd9a3))
- **promtail:** validate scrape_config job name, do not allow duplicate
job names
([#&#8203;13719](https://redirect.github.com/grafana/loki/issues/13719))
([f2d3499](https://redirect.github.com/grafana/loki/commit/f2d349924c2aa0453e49fc607603a189108666ec))
- Propagate query stats from quantile & topk queries
([#&#8203;13831](https://redirect.github.com/grafana/loki/issues/13831))
([78b275b](https://redirect.github.com/grafana/loki/commit/78b275bf1092d834065315207666d6fd1c505f06))
- remove usage of unsafe string in label adapter unmarshal
([#&#8203;14216](https://redirect.github.com/grafana/loki/issues/14216))
([758364c](https://redirect.github.com/grafana/loki/commit/758364c7775fba22a84498089a476c21f737d32f))
- Rename mispelled filename
([#&#8203;14237](https://redirect.github.com/grafana/loki/issues/14237))
([cf1d4a3](https://redirect.github.com/grafana/loki/commit/cf1d4a31af5c376e82756eaaab267369f862265d))
- report correct status code for metric and log queries in metrics.go
([#&#8203;12102](https://redirect.github.com/grafana/loki/issues/12102))
([900751c](https://redirect.github.com/grafana/loki/commit/900751c3bb008c50441c47eef3927a27201b1a11))
- Report PSRL error message correctly
([#&#8203;14187](https://redirect.github.com/grafana/loki/issues/14187))
([a475153](https://redirect.github.com/grafana/loki/commit/a47515300a5cfac667eca1ca8e8d1a71e590b7d2))
- Revert "fix(deps): update module github.com/shirou/gopsutil/v4 to
v4.24.9
([#&#8203;14357](https://redirect.github.com/grafana/loki/issues/14357))"
([#&#8203;14437](https://redirect.github.com/grafana/loki/issues/14437))
([d53955b](https://redirect.github.com/grafana/loki/commit/d53955bbff5abae63a166099cef1f26b450a31f1))
- **s3:** disable client retries when congestion control is enabled
([#&#8203;14588](https://redirect.github.com/grafana/loki/issues/14588))
([cff9f43](https://redirect.github.com/grafana/loki/commit/cff9f43dd6fb5e90c875c14c138ea39b58202dff))
- **sharding:** apply offset to both `from` and `through` in shard
request
([#&#8203;14256](https://redirect.github.com/grafana/loki/issues/14256))
([17c472d](https://redirect.github.com/grafana/loki/commit/17c472d9abea6b1cae21de5fe2af8b365bdaf137))
- skipping label if it contains special symbol
([#&#8203;14068](https://redirect.github.com/grafana/loki/issues/14068))
([55e374e](https://redirect.github.com/grafana/loki/commit/55e374e85e7275da8f40d1149defd88f31856f25))
- **storage/chunk/client/aws:** have GetObject check for canceled
context
([#&#8203;14420](https://redirect.github.com/grafana/loki/issues/14420))
([5f325aa](https://redirect.github.com/grafana/loki/commit/5f325aac56e41848979e9e33a4a443e31ea525d0))
- Transform `ObjectExistsWithSize` into `GetAttributes`
([#&#8203;14329](https://redirect.github.com/grafana/loki/issues/14329))
([2f56f50](https://redirect.github.com/grafana/loki/commit/2f56f50cc6591ca482358933c719d005446d0c01))
- Update AWS storage timeout error for Go 1.23 behavior
([#&#8203;14226](https://redirect.github.com/grafana/loki/issues/14226))
([a4642b5](https://redirect.github.com/grafana/loki/commit/a4642b55e9b374ccd974b662e7b17a2389c3dcbd))
- Update renovate ignore for operator API with new module path
([#&#8203;14581](https://redirect.github.com/grafana/loki/issues/14581))
([c9b2907](https://redirect.github.com/grafana/loki/commit/c9b2907f3c97cf0a14837c0b27cad7a06d84f447))
- Wait for OwnedStreams service in Ingester startup
([#&#8203;14208](https://redirect.github.com/grafana/loki/issues/14208))
([a4aee4f](https://redirect.github.com/grafana/loki/commit/a4aee4f4ff494b525f68c9c6c1ae3417a8e61ebe))

##### Performance Improvements

- **blooms:** Remove compression of `.tar` archived bloom blocks
([#&#8203;14159](https://redirect.github.com/grafana/loki/issues/14159))
([cdf084f](https://redirect.github.com/grafana/loki/commit/cdf084fdaeaf632e7c078022c6ad4322bfef2989))
- **logql:** Micro-optimizations for IP filter
([#&#8203;14072](https://redirect.github.com/grafana/loki/issues/14072))
([c5083c7](https://redirect.github.com/grafana/loki/commit/c5083c7f1ff2f86c74b96c9a87cead78ee6fb3cd))

##### Miscellaneous Chores

- **blooms:** Introduce a new block schema (V3)
([#&#8203;14038](https://redirect.github.com/grafana/loki/issues/14038))
([5395daf](https://redirect.github.com/grafana/loki/commit/5395daf898c2d0bbc4756ab6260c54feda960911))

##### Code Refactoring

- **operator:** Migrate project layout to kubebuilder go/v4
([#&#8203;14447](https://redirect.github.com/grafana/loki/issues/14447))
([dbb3b6e](https://redirect.github.com/grafana/loki/commit/dbb3b6edc96f3545a946319c0324518800d286cf))
- **operator:** Rename loki api go module
([#&#8203;14568](https://redirect.github.com/grafana/loki/issues/14568))
([976d8ab](https://redirect.github.com/grafana/loki/commit/976d8ab81c1a79f35d7cec96f6a9c35a9947fa48))

###
[`v3.2.2`](https://redirect.github.com/grafana/loki/releases/tag/v3.2.2)

[Compare
Source](https://redirect.github.com/grafana/loki/compare/v3.2.1...v3.2.2)

##### ⚠ BREAKING CHANGES

- **promtail:** Remove `wget` from Promtail docker image (backport
release-3.2.x)
([#&#8203;15145](https://redirect.github.com/grafana/loki/issues/15145))

##### Bug Fixes

- **logql:** Updated JSONExpressionParser not to unescape extracted
values if it is JSON object.
([#&#8203;14499](https://redirect.github.com/grafana/loki/issues/14499)).
- **storage:** Have GetObject check for canceled context.
S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the
provided context is already canceled
([#&#8203;14420](https://redirect.github.com/grafana/loki/issues/14420)).

##### Miscellaneous Chores

- **promtail:** Switch Promtail base image from Debian to Ubuntu to fix
critical security issues
([#&#8203;15195](https://redirect.github.com/grafana/loki/issues/15195)).
- **docker:** Move from base-nossl to static. This PR removes the
inclusion of glibc into most of the Docker images created by the Loki
build system.
([#&#8203;15203](https://redirect.github.com/grafana/loki/issues/15203)).

</details>

<details>
<summary>grafana/helm-charts (loki)</summary>

###
[`v6.22.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-6.22.0)

The leading tool for querying and visualizing time series and metrics.

###
[`v6.21.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-6.21.0)

The leading tool for querying and visualizing time series and metrics.

###
[`v6.20.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-6.20.0)

The leading tool for querying and visualizing time series and metrics.

</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 becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 777387b commit 42d5bda
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/loki/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
localPath: ../chart
- name: loki
url: https://grafana.github.io/helm-charts/
version: 6.19.0
version: 6.23.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 3.2.1
tag: 3.3.1
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand All @@ -26,4 +26,4 @@ gateway:
memcached:
image:
repository: registry1.dso.mil/ironbank/opensource/memcached/memcached
tag: 1.6.32
tag: 1.6.33
6 changes: 3 additions & 3 deletions src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ loki:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/loki
tag: 3.2.1
tag: 3.3.1
gateway:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/nginx-fips
tag: 1.27.2
tag: 1.27.3
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
tag: 1.6.32
tag: 1.6.33
4 changes: 2 additions & 2 deletions src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 3.2.1
tag: 3.3.1

gateway:
image:
Expand All @@ -17,4 +17,4 @@ memcached:
image:
registry: docker.io
repository: memcached
tag: 1.6.32-alpine
tag: 1.6.33-alpine
14 changes: 7 additions & 7 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:3.2.1
- docker.io/grafana/loki:3.3.1
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.32-alpine
- docker.io/memcached:1.6.33-alpine

- name: loki
required: true
Expand All @@ -35,9 +35,9 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.1
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.3.1
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.32
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.33

- name: loki
required: true
Expand All @@ -51,6 +51,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.2.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.2
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.32
- cgr.dev/du-uds-defenseunicorns/loki:3.3.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.3
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.33

0 comments on commit 42d5bda

Please sign in to comment.