diff --git a/docs/releases/v1.12.3.md b/docs/releases/v1.12.3.md new file mode 100644 index 00000000..4ac623e0 --- /dev/null +++ b/docs/releases/v1.12.3.md @@ -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 - +```