changelog++

This commit is contained in:
Jeff Mitchell 2017-12-11 13:45:45 -05:00
parent 539d86ab2d
commit 894f2f2401
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ DEPRECATIONS/CHANGES:
`key_usage` in role definitions in the PKI secret backend, input
can now be a comma-separated string or an array of strings. Reading a role
will now return arrays for these parameters.
* SSH Dynamic Keys Method Defaults to 2048-bit Keys: When using the dynamic
key method in the SSH backend, the default is now to use 2048-bit keys if no
specific key bit size is specified.
IMPROVEMENTS:
@ -25,6 +28,7 @@ IMPROVEMENTS:
lifecycle of the mount [GH-3646]
* secret/pki: `allowed_domains` and `key_usage` can now be specified
as a comma-separated string or an array of strings [GH-3642]
* secret/ssh: Allow 4096-bit keys to be used in dynamic key method [GH-3593]
BUG FIXES: