cb3406b1eb
* Allow mounting external plugins with same name/type as deprecated builtins * Add some go tests for deprecation status handling * Move timestamp storage to post-unseal * Add upgrade-aware deprecation shutdown and tests
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
```release-note:bug
|
|
plugins: Allow running external plugins which override deprecated builtins.
|
|
```
|
|
```release-note:improvement
|
|
plugins: Let Vault unseal and mount deprecated builtin plugins in a
|
|
deactivated state if this is not the first unseal after an upgrade.
|
|
```
|