From 7cd1984a4dff9945bdec70b991033174364fbb71 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 10 Oct 2018 09:43:53 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7464524fa1..255bae5521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Next (Unreleased) + +BUG FIXES: + + * secret/pki: Fix regression in 0.11.2+ causing the NotBefore value of + generated certificates to be set to the Unix epoch if the role value was not + set, instead of using the default of 30 seconds [GH-5481] + ## 0.11.3 (October 8th, 2018) SECURITY: