Changes who require special attention and/or break functionality have been prefixed with BREAKING
Which issue(s) this PR fixes:
[FEATURE] add purger components to cortex #407
[BREAKING CHANGE] With the release of memcached v6 bitnami renamed extraEnv to extraEnvVars. Use extraEnvVars if you want to alter MEMCACHED_CACHE_SIZE, MEMCACHED_MAX_CONNECTIONS, etc... #303
[BREAKING CHANGE] Caching for block storage can now be individually enabled. For example use memcached-blocks.enabled to enable caching for blocks. #417
[BREAKING CHANGE] Drop cortex chunk support. #417
[BREAKING CHANGE] Drop cortex configdb support. #417
[BREAKING CHANGE] Removed legacy ruler and alertmanager storage configuration. Please use ruler_storage and alertmanager_storage. #417
What this PR does:
Changes who require special attention and/or break functionality have been prefixed with
BREAKING
Which issue(s) this PR fixes:
extraEnv
toextraEnvVars
. UseextraEnvVars
if you want to alter MEMCACHED_CACHE_SIZE, MEMCACHED_MAX_CONNECTIONS, etc... #303memcached-blocks.enabled
to enable caching for blocks. #417ruler_storage
andalertmanager_storage
. #417storage.index_queries_cache_config
. #417Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]