This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Cortex-jsonnet 1.4.0
This version is compatible with Cortex 1.4.0.
Changelog
- [CHANGE] Lower the default overrides configs for ingestion and create a new overrides user out of the previous config #183
- [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 yield 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
- [CHANGE] Renamed
container_nameandpod_namelabel names tocontainerandpodrespectively. This is required in order to comply with cAdvisor metrics changes shipped with Kubernetes 1.16. #179 - [CHANGE] Removed the
experimentalprefix from blocks storage CLI flags. #179 - [CHANGE] Rename flags
store-gateway.replication-factorandstore-gateway.tokens-file-pathtostore-gateway.sharding-ring.replication-factorandstore-gateway.sharding-ring.tokens-file-pathin anticipation of v1.4 release. #191 - [ENHANCEMENT] Enable support for HA in the Cortex Alertmanager #147
- [ENHANCEMENT] Support
alertmanager.fallback_configoption in the Alertmanager. #179 - [ENHANCEMENT] Add support for S3 block storage. #181
- [ENHANCEMENT] Add support for Azure block storage. #182 #190
- [BUGFIX] Add support the
localruler client type #175 - [BUGFIX] Fixes
ruler.storage.s3.urlargument for the Ruler. It used an incorrect argument. #177