changelog++

This commit is contained in:
Jeff Mitchell 2018-05-16 12:14:22 -04:00
parent ec876c21b3
commit a0c5ac1211
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ DEPRECATIONS/CHANGES:
reading a role) as an integer number of seconds instead of a Go-style
string, in line with how the rest of Vault's API returns durations.
FEATURES:
* Cert auth CIDR restrictions: When using the `cert` auth method you can now
limit authentication to specific CIDRs; these will also be encoded in
resultant tokens to limit their use.
IMPROVEMENTS:
* api: Close renewer's doneCh when the renewer is stopped, so that programs