changelog++

This commit is contained in:
Jeff Mitchell 2016-01-22 13:09:21 -05:00
parent 30732274b1
commit d663c46757
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ IMPROVEMENTS:
* cli: Allow setting the `advertise_addr` for HA via the * cli: Allow setting the `advertise_addr` for HA via the
`VAULT_ADVERTISE_ADDR` environment variable [GH-581] `VAULT_ADVERTISE_ADDR` environment variable [GH-581]
* cli/generate-root: Add generate-root and associated functionality [GH-915] * cli/generate-root: Add generate-root and associated functionality [GH-915]
* cli/init: Add `-check` flag that returns whether Vault is initialized
[GH-949]
* cli/server: Use internal functions for the token-helper rather than shelling * 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 out, which fixes some problems with using a static binary in Docker or paths
with multiple spaces when launching in `-dev` mode [GH-850] with multiple spaces when launching in `-dev` mode [GH-850]