From 352a6fdfd67be4fa905656f7d268d3e05eefd720 Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Tue, 9 Feb 2021 13:56:03 -0500 Subject: [PATCH] changelog++ (#10867) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37d2bfb68..b17bd3662e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,6 +126,7 @@ IMPROVEMENTS: * storage/raft (enterprise): Listing of peers is now allowed on DR secondary cluster nodes, as an update operation that takes in DR operation token for authenticating the request. +* core: allow setting tls_servername for raft retry/auto-join [[GH-10698](https://github.com/hashicorp/vault/pull/10698)] BUG FIXES: