From 45cb1104739ebd12bb6207767cd0d6fef2fcf4f5 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 17 Dec 2015 13:50:56 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe38b9d17..adf7910b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ IMPROVEMENTS: * physical/etcd: Support basic auth [GH-859] BUG FIXES: + * core: When running in standalone mode, don't advertise that we are active + until post-unseal setup completes [GH-872] * physical/s3: Use an initialized client when using IAM roles to fix a regression introduced against newer versions of the AWS Go SDK [GH-836]