Skip to content

Commit

Permalink
jsonnet: Remove configuration to use Redis from jsonnet
Browse files Browse the repository at this point in the history
Remove conditionals that allowed Redis to be set as a cache backend
from jsonnet. Note that this does not remove support for Redis from
Mimir as that will be done in a later release, this only affects
jsonnet.

Related #9453
  • Loading branch information
56quarters committed Oct 18, 2024
1 parent 7a69789 commit b1f5684
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 1,454 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

### Jsonnet

* [CHANGE] Remove support to set Redis as a cache backend from jsonnet. #9677
* [FEATURE] Add support to deploy distributors in multi availability zones. #9548
* [ENHANCEMENT] Add `ingest_storage_ingester_autoscaling_triggers` option to specify multiple triggers in ScaledObject created for ingest-store ingester autoscaling. #9422
* [ENHANCEMENT] Add `ingest_storage_ingester_autoscaling_scale_up_stabilization_window_seconds` and `ingest_storage_ingester_autoscaling_scale_down_stabilization_window_seconds` config options to make stabilization window for ingester autoscaling when using ingest-storage configurable. #9445
Expand Down
Loading

0 comments on commit b1f5684

Please sign in to comment.