File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.1.2 / 2019-12-18
4+
5+ * [ CHANGE] Info log when a resource does not exist instead of exiting fatally
6+ * [ FEATURE] Windows build during Makefile cross compilation
7+ * [ BUGFIX] Fix env var ` CORTEX_TENTANT_ID ` to ` CORTEX_TENANT_ID ` for rule commands
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Config commands interact with the Cortex api and read/create/update/delete user
1212| ----------------- | --------- | ------------------------------------------------------------------------------------------------------------- |
1313| CORTEX_ADDRESS | ` address ` | Addess of the API of the desired Cortex cluster. |
1414| CORTEX_API_KEY | ` key ` | In cases where the Cortex API is set behind a basic auth gateway, an key can be set as a basic auth password. |
15- | CORTEX_TENTANT_ID | ` id ` | The tenant ID of the Cortex instance to interact with. |
15+ | CORTEX_TENANT_ID | ` id ` | The tenant ID of the Cortex instance to interact with. |
1616
1717### Alertmanager
1818
You can’t perform that action at this time.
0 commit comments