From 157210151398ee8c3fb39a8fca34d456b698aa3e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 7 Jul 2021 21:14:22 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fdefcc..530b25c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.1: July 7, 2021 + +* improve error messages, especially for storage-aggregation.conf #470 +* include example storage-schemas.conf and update k8s jsonnet mixin #472 +* Support storage aggregation patterns special chars #471 + # v1.0: June 24, 2021 * grafanaNet route: add errBackoffMin and errBackoffFactor controls to control backoff retry timing. #465