From 3db4956acb615f3f0caa28706b099c086cdefab2 Mon Sep 17 00:00:00 2001 From: clyang82 Date: Mon, 20 Dec 2021 22:06:59 +0800 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: clyang82 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee849d3cad..3ae8c444bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#4917](https://github.com/thanos-io/thanos/pull/4917) Query: add initial query pushdown for a subset of aggregations. Can be enabled with `--enable-feature=query-pushdown` on Thanos Query. - [#4888](https://github.com/thanos-io/thanos/pull/4888) Cache: support redis cache backend. - [#4946](https://github.com/thanos-io/thanos/pull/4946) Store: Support tls_config configuration for the s3 minio client. +- [#4974](https://github.com/thanos-io/thanos/pull/4974) Store: Support tls_config configuration for connecting with Azure storage. ### Fixed