changelog++

This commit is contained in:
Jeff Mitchell 2018-02-22 20:35:59 -05:00
parent 8fe43cd98e
commit abeb5b05aa
1 changed files with 8 additions and 3 deletions

View File

@ -9,11 +9,16 @@ IMPROVEMENTS:
BUG FIXES:
* listener: Revert to Go 1.9 for now to allow certificates with non-DNS names
in their DNS SANs to be used for Vault's TLS connections [GH-4028]
* auth/aws: Update libraries to fix regression verifying PKCS#7 identity
documents [GH-4014]
* listener: Revert to Go 1.9 for now to allow certificates with non-DNS names
in their DNS SANs to be used for Vault's TLS connections [GH-4028]
* replication: Fix issue with a performance secondary/DR primary node losing
its DR primary status when performing an update-primary operation
* replication: Fix issue where performance secondaries could be unable to
automatically connect to a performance primary after that performance
primary has been promoted to a DR primary from a DR secondary
## 0.9.4 (February 20th, 2018)
SECURITY: