v1.14.4
hashicorp/vaultv1.14.4Sep 26, 2023by hc-github-team-es-release-engineering
AI Summary
Patch release focusing on UI enhancements, including pagination for PKI lists and warnings for downloading KV v2 values, along with various bug fixes.
Key Highlights
- Added pagination to PKI roles, keys, issuers, and certificates list pages
- Added warning before downloading KV v2 secret values
- Fixed list password policy to include names containing `/` characters
- Fixed PKI issuer removal to properly clean up unreferenced CRLs
Full Release Notes
## 1.14.4 ### September 27, 2023 CHANGES: * core (enterprise): Ensure Role Governing Policies are only applied down the namespace hierarchy IMPROVEMENTS: * ui: Add pagination to PKI roles, keys, issuers, and certificates list pages [[GH-23193](https://github.com/hashicorp/vault/pull/23193)] * ui: Added allowed_domains_template field for CA type role in SSH engine [[GH-23119](https://github.com/hashicorp/vault/pull/23119)] * ui: Adds tidy_revoked_certs to PKI tidy status page [[GH-23232](https://github.com/hashicorp/vault/pull/23232)] * ui: Adds warning before downloading KV v2 secret values [[GH-23260](https://github.com/hashicorp/vault/pull/23260)] BUG FIXES: * core: Fixes list password policy to include those with names containing / characters. [[GH-23155](https://github.com/hashicorp/vault/pull/23155)] * docs: fix wrong api path for ldap secrets cli-commands [[GH-23225](https://github.com/hashicorp/vault/pull/23225)] * secrets/pki: Fix removal of issuers to clean up unreferenced CRLs. [[GH-23007](https://github.com/hashicorp/vault/pull/23007)] * ui (enterprise): Fix error message when generating SSH credential with control group [[GH-23025](https://github.com/hashicorp/vault/pull/23025)] * ui: Fix the issue where confirm delete dropdown is being cut off [[GH-23066](https://github.com/hashicorp/vault/pull/23066)] * ui: Fixes filter and search bug in secrets engines [[GH-23123](https://github.com/hashicorp/vault/pull/23123)] * ui: don't exclude features present on license [[GH-22855](https://github.com/hashicorp/vault/pull/22855)]