changelog++

This commit is contained in:
Scott G. Miller 2020-05-01 14:14:24 -05:00
parent f5b2394aca
commit 70cf0276de
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CHANGES:
indication. [[GH-8646](https://github.com/hashicorp/vault/pull/8646/files)]
* token: Token renewals will now return token policies within the `token_policies` , identity policies within `identity_policies`, and the full policy set within `policies`. [[GH-8535](https://github.com/hashicorp/vault/pull/8535)]
* kv: Return the value of delete_version_after when reading kv/config, even if it is set to the default. [[GH-42](https://github.com/hashicorp/vault-plugin-secrets-kv/pull/42)]
* sentinel: Add a sentinel config section, and "additional_enabled_modules", a list of Sentinel modules that may be imported in addition to the defaults.
IMPROVEMENTS: