Vault v1.8.3 Release Notes

  • 29 September 2021

    ๐Ÿ‘Œ IMPROVEMENTS:

    • secrets/pki: Allow signing of self-issued certs with a different signature algorithm. [GH-12514]

    ๐Ÿ› BUG FIXES:

    • agent: Avoid possible unexpected fault address panic when using persistent cache. [GH-12534]
    • core (enterprise): Allow deletion of stored licenses on DR secondary nodes
    • ๐Ÿ”Œ core (enterprise): Fix bug where password generation through password policies do not work on namespaces if performed outside a request callback or from an external plugin. [GH-12635]
    • core (enterprise): Only delete quotas on primary cluster. [GH-12339]
    • identity: Fail alias rename if the resulting (name,accessor) exists already [GH-12473]
    • โšก๏ธ raft (enterprise): Fix panic when updating auto-snapshot config
    • secrets/db: Fix bug where Vault can rotate static role passwords early during start up under certain conditions. [GH-12563]
    • ๐Ÿ”Œ secrets/openldap: Fix bug where Vault can rotate static role passwords early during start up under certain conditions. #28 [GH-12599]
    • secrets/transit: Enforce minimum cache size for transit backend and init cache size on transit backend without restart. [GH-12418]
    • storage/raft: Detect incomplete raft snapshots in api.RaftSnapshot(), and thereby in vault operator raft snapshot save. [GH-12388]
    • ๐Ÿ’ป ui: Fix bug where capabilities check on secret-delete-menu was encoding the forward slashes. [GH-12550]
    • โš  ui: Show day of month instead of day of year in the expiration warning dialog [GH-11984]