Skip to content

Commit

Permalink
Update docs for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo Raspa authored and angelbarrera92 committed Jul 26, 2021
1 parent cbde35a commit ac50df2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/releases/v1.12.3.md
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 -
```

0 comments on commit ac50df2

Please sign in to comment.