- [CHANGE] The project is now licensed with Apache-2.0 license. #169
- [CHANGE] Add overrides config to tsdb store-gateway. #167
- [CHANGE] Ingesters now default to running as
StatefulSetwith WAL enabled. It is controlled by the config$._config.ingester_deployment_without_walwhich isfalseby default. Setting the config totruewill yeild the old behaviour (statelessDeploymentwithout WAL enabled). #72 - [CHANGE] We now allow queries that are 32 days long. For example, rate(metric[32d]). Before it was 31d. #173
- [BUGFIX] Add support the
localruler client type
This version is compatible with Cortex 1.3.0.