You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.9.0 / 2021-05-18
[CHANGE] Replace use of removed Cortex CLI flag -querier.compress-http-responses for query frontend with -api.response-compression-enabled. #299
[CHANGE] The default dashboards config now display panels for the Cortex blocks storage only. If you're running Cortex chunks storage, please change storage_engine config to ['chunks'] or ['chunks', 'blocks'] if running both. #302
[CHANGE] Enabled index-header lazy loading in store-gateways. #303
[CHANGE] Replaced the deprecated CLI flag -limits.per-user-override-config (removed in Cortex 1.9) with -runtime-config.file. #304
[CHANGE] Ruler: changed ruler config to use the new storage config. #306
[CHANGE] Ruler: enabled API response compression. #306
[CHANGE] Alertmanager: changed alertmanager config to use the new storage config. #307
[FEATURE] Added support for using query-scheduler component, which moves the queue out of query-frontend, and allows scaling up of query-frontend component. #295
[ENHANCEMENT] Added newCompactorStatefulSet() function to create a custom statefulset for the compactor. #287
[ENHANCEMENT] Added option to configure compactor job name used in dashboards and alerts. #287