changelog++

This commit is contained in:
Jeff Mitchell 2018-06-15 15:33:45 -04:00
parent 91ca3d4b7f
commit f82404022a
1 changed files with 6 additions and 0 deletions

View File

@ -7,9 +7,15 @@ DEPRECATIONS/CHANGES:
from Identity, and the combined set. Any previous location of policies via
the API now contains the full, combined set.
FEATURES:
* URI SANs in PKI: You can now configure URI Subject Alternate Names in the
`pki` backend. Roles can limit which SANs are allowed via globbing.
IMPROVEMENTS:
* core: Report policies in token, identity, and full sets [GH-4747]
* secrets/pki: Add URI SANs support [GH-4675]
* secrets/ssh: Allow standard SSH command arguments to be used, without
requiring username@hostname syntax [GH-4710]
* storage/consul: Add context support so that requests are cancelable