Vault - Package Updates
- 
[1.4.4]
- Update Vault to 1.8.4
 - Full changelog
 - pki: Fix regression preventing email addresses being used as a common name within certificates [GH-12716]
 - storage/postgres: Update postgres library (github.com/lib/pq) to properly remove terminated TLS connections from the connection pool. [GH-12413]
 - ui: Fix bug where edit role form on auth method is invalid by default [GH-12646]
 
 - 
[1.6.0]
- Update Vault to 1.10.0
 - Full changelog
 - core: Changes the unit of default_lease_ttl and max_lease_ttl values returned by the /sys/config/state/sanitized endpoint from nanoseconds to seconds. [GH-14206]
 - core: Bump Go version to 1.17.7. [GH-14232]
 - plugin/database: The return value from POST /database/config/:name has been updated to "204 No Content" [GH-14033]
 - secrets/azure: Changes the configuration parameter use_microsoft_graph_api to use the Microsoft Graph API by default. [GH-14130]
 - storage/etcd: Remove support for v2. [GH-14193]
 - ui: Upgrade Ember to version 3.24 [GH-13443]
 
 - 
[1.7.0]
- Update Vault to 1.11.0
 - Full changelog
 - Non-Disruptive Intermediate/Root Certificate Rotation: This allows import, generation and configuration of any number of keys and/or issuers within a PKI mount, providing operators the ability to rotate certificates in place without affecting existing client configurations. [GH-15277]
 - api/command: Global -output-policy flag to determine minimum required policy HCL for a given operation [GH-14899]
 - storage/dynamodb: Added AWS_DYNAMODB_REGION environment variable. [GH-15054]