From 9598790461fa1294d67a9229e909c118463456ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0tibran=C3=BD?= Date: Fri, 18 Sep 2020 16:16:31 +0200 Subject: [PATCH] Cherry picked PR 3198 Signed-off-by: Marco Pracucci --- CHANGELOG.md | 1 + docs/configuration/v1-guarantees.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e07686e75..6dc6328caae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## 1.4.0-rc.0 / 2020-09-15 +* [CHANGE] TLS configuration for gRPC, HTTP and etcd clients is now marked as experimental. These features are not yet fully baked, and we expect possible small breaking changes in Cortex 1.5. #3198 * [CHANGE] Cassandra backend support is now GA (stable). #3180 * [CHANGE] Blocks storage is now GA (stable). The `-experimental` prefix has been removed from all CLI flags related to the blocks storage (no YAML config changes). #3180 #3201 - `-experimental.blocks-storage.*` flags renamed to `-blocks-storage.*` diff --git a/docs/configuration/v1-guarantees.md b/docs/configuration/v1-guarantees.md index ff6f9d08a71..9a4ea7a9355 100644 --- a/docs/configuration/v1-guarantees.md +++ b/docs/configuration/v1-guarantees.md @@ -46,3 +46,5 @@ Currently experimental features are: - Openstack Swift storage. - gRPC Store. - Querier support for querying chunks and blocks store at the same time. +- TLS configuration in gRPC and HTTP clients. +- TLS configuration in Etcd client.