diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index f794025e871..10850ee316f 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -28,16 +28,18 @@ Entries should include a reference to the Pull Request that introduced the chang ## main / unreleased -* [FEATURE] Added option to enable StatefulSetAutoDeletePVC for StatefulSets for compactor, ingester, store-gateway, and alertmanager via `*.persistance.enableRetentionPolicy`, `*.persistance.whenDeleted`, and `*.persistance.whenScaled`. #6106 -* [FEATURE] Add pure Ingress option instead of the gateway service. #6932 +## 5.2.0 + * [CHANGE] Remove deprecated configuration parameter `blocks_storage.bucket_store.max_chunk_pool_bytes`. #6673 * [CHANGE] Reduce `-server.grpc-max-concurrent-streams` from 1000 to 500 for ingester and to 100 for all components. #5666 * [CHANGE] Changed default `clusterDomain` from `cluster.local` to `cluster.local.` to reduce the number of DNS lookups made by Mimir. #6389 * [CHANGE] Change the default timeout used for index-queries caches from `200ms` to `450ms`. #6786 +* [FEATURE] Added option to enable StatefulSetAutoDeletePVC for StatefulSets for compactor, ingester, store-gateway, and alertmanager via `*.persistance.enableRetentionPolicy`, `*.persistance.whenDeleted`, and `*.persistance.whenScaled`. #6106 +* [FEATURE] Add pure Ingress option instead of the gateway service. #6932 * [ENHANCEMENT] Update the `rollout-operator` subchart to `0.10.0`. #6022 #6110 #6558 #6681 * [ENHANCEMENT] Add support for not setting replicas for distributor, querier, and query-frontend. #6373 * [ENHANCEMENT] Make Memcached connection limit configurable. #6715 -* [BUGFIX] Let the unified gatway/nginx config listen on IPv6 as well. Followup to #5948. #6204 +* [BUGFIX] Let the unified gateway/nginx config listen on IPv6 as well. Followup to #5948. #6204 * [BUGFIX] Quote `checksum/config` when using external config. This allows setting `externalConfigVersion` to numeric values. #6407 * [BUGFIX] Update memcached-exporter to 0.14.1 due to CVE-2023-39325. #6861