changelog++

This commit is contained in:
Jeff Mitchell 2015-12-29 13:03:22 -05:00
parent fa1676882f
commit e43656c045
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ IMPROVEMENTS:
back to an empty table [GH-849]
* cli: Allow setting the `advertise_addr` for HA via the
`VAULT_ADVERTISE_ADDR` environment variable [GH-581]
* cli/server: Use internal functions for the token-helper rather than shelling
out, which fixes some problems with using a static binary in Docker or paths
with multiple spaces when launching in `-dev` mode [GH-850]
* conf: Use normal bool values rather than empty/non-empty for the
`tls_disable` option [GH-802]
* helper/certutil: Add ability to parse PKCS#8 bundles [GH-829]