Vault v1.3.1 Release Notes

Release Date: 2019-12-18 // over 4 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • agent: Add ability to set exit-after-auth via the CLI [GH-7920]
    • ๐Ÿ”ง auth/ldap: Add a request_timeout configuration option to prevent connection requests from hanging [GH-7909]
    • ๐Ÿš€ auth/kubernetes: Add audience to tokenreview API request for Kube deployments where issuer is not Kube. [GH-74]
    • ๐Ÿ”ง secrets/ad: Add a request_timeout configuration option to prevent connection requests from hanging [GH-59]
    • ๐Ÿ‘ storage/postgresql: Add support for setting connection_url from enviornment variable VAULT_PG_CONNECTION_URL [GH-7937]
    • telemetry: Add enable_hostname_label option to telemetry stanza [GH-7902]
    • telemetry: Add accept header check for prometheus mime type [GH-7958]

    ๐Ÿ› BUG FIXES:

    • agent: Fix issue where Agent exits before all templates are rendered when using and exit_after_auth [GH-7899]
    • ๐Ÿ›  auth/aws: Fixes region-related issues when using a custom sts_endpoint by adding a sts_region parameter [GH-7922]
    • ๐ŸŽ auth/token: Fix panic when getting batch tokens on a performance standby from a role that does not exist [GH-8027]
    • โš  core: Improve warning message for lease TTLs [GH-7901]
    • identity: Fix identity token panic during invalidation [GH-8043]
    • ๐Ÿ”Œ plugin: Fix a panic that could occur if a mount/auth entry was unable to mount the plugin backend and a request that required the system view to be retrieved was made [GH-7991]
    • replication: Add generate-public-key endpoint to list of allowed endpoints for existing DR secondaries
    • โšก๏ธ secrets/gcp: Fix panic if bindings aren't provided in roleset create/update. [GH-56]
    • ๐ŸŽ secrets/pki: Prevent generating certificate on performance standby when storing [GH-7904]
    • secrets/transit: Prevent restoring keys to new names that are sub paths [GH-7998]
    • ๐Ÿ”ง storage/s3: Fix a bug in configurable S3 paths that was preventing use of S3 as a source during operator migrate operations [GH-7966]
    • ๐Ÿ’ป ui: Ensure secrets with a period in their key can be viewed and copied [GH-7926]
    • ๐Ÿ’ป ui: Fix status menu after demotion [GH-7997]
    • ๐Ÿ’ป ui: Fix select dropdowns in Safari when running Mojave [GH-8023]