Skip to content

Commit 3c359bd

Browse files
committed
update changelog and fix typo in README
Signed-off-by: Jacob Lisi <[email protected]>
1 parent 79a1057 commit 3c359bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)