diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bcc208412f6..9906ecdb0c9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -169,6 +169,7 @@ * [10341](https://github.com/grafana/loki/pull/10341) **ashwanthgoli** Deprecate older index types and non-object stores - `aws-dynamo, gcp, gcp-columnkey, bigtable, bigtable-hashed, cassandra, grpc` * [10344](https://github.com/grafana/loki/pull/10344) **ashwanthgoli** Compactor: deprecate `-boltdb.shipper.compactor.` prefix in favor of `-compactor.`. * [10073](https://github.com/grafana/loki/pull/10073) **sandeepsukhani,salvacorts,vlad-diachenko** Support attaching structured metadata to log lines. +* [11151](https://github.com/grafana/loki/pull/11151) **ashwanthgoli**: Removes already deprecated configs: `ruler.evaluation-delay-duration`, `boltdb.shipper.compactor.deletion-mode`, `validation.enforce-metric-name` and flags with prefix `-boltdb.shipper.compactor.*`. ##### Fixes diff --git a/docs/sources/setup/upgrade/_index.md b/docs/sources/setup/upgrade/_index.md index 4c1ffc5c1bf5e..ddc731c9892bf 100644 --- a/docs/sources/setup/upgrade/_index.md +++ b/docs/sources/setup/upgrade/_index.md @@ -122,8 +122,8 @@ The previous default value `false` is applied. 1. `querier.worker-parallelism` CLI flag and its corresponding yaml setting are now removed as it does not offer additional value to already existing `querier.max-concurrent`. We recommend configuring `querier.max-concurrent` to limit the max concurrent requests processed by the queriers. 1. `ruler.evaluation-delay-duration` CLI flag and the corresponding YAML setting are removed. -1. `-validation.enforce-metric-name` CLI flag and the corresponding YAML setting are removed. -1. `boltdb.shipper.compactor.deletion-mode` CLI flag and the corresponding YAML setting are removed. You can instead configure `compactor.deletion-mode` or its corresponding YAML setting in [Limits Config](/docs/loki/latest/configuration/#limits_config). +1. `validation.enforce-metric-name` CLI flag and the corresponding YAML setting are removed. +1. `boltdb.shipper.compactor.deletion-mode` CLI flag and the corresponding YAML setting are removed. You can instead configure `compactor.deletion-mode` CLI flag or `deletion_mode` YAML setting in [Limits Config](/docs/loki/latest/configuration/#limits_config). 1. Compactor CLI flags that use prefix `boltdb.shipper.compactor.` are removed. You can instead use CLI flags with `compactor.` prefix. #### Legacy ingester shutdown handler is removed