-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbde35a
commit ac50df2
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Monitoring Core Module version v1.12.3 | ||
|
||
This patch includes hotfix in `thanos/thanos-with-store` package. | ||
|
||
## Changelog | ||
|
||
- Remove unsupported flag `--experimental.enable-index-cache-postings-compression` (behaviour is now the default) | ||
|
||
## Upgrade path | ||
|
||
To upgrade this core module from `v1.12.2` to `v1.12.3`: | ||
|
||
1. Download the new module version | ||
2. Build and apply the `kustomize` project: | ||
|
||
```bash | ||
kustomize build katalog/thanos/thanos-with-store | kubectl apply -f - | ||
``` |