Skip to content

feat(deps): update dependency vault to v1.16.2

renovate requested to merge renovate/vault-1.x into master

This MR contains the following updates:

Package Update Change
vault patch 1.16.1 -> 1.16.2

Release Notes

hashicorp/vault (vault)

v1.16.2

Compare Source

April 24, 2024

Enterprise LTS: Vault Enterprise 1.16 is a Long-Term Support (LTS) release.

CHANGES:

  • auth/jwt: Update plugin to v0.20.2 [GH-26291]
  • core: Bump Go version to 1.21.9.
  • secrets/azure: Update plugin to v0.17.1 [GH-26528]
  • ui: Update dependencies including D3 libraries [GH-26346]

IMPROVEMENTS:

  • activity (enterprise): Change minimum retention window in activity log to 48 months
  • audit: timestamps across multiple audit devices for an audit entry will now match. [GH-26088]
  • license utilization reporting (enterprise): Add retention months to license utilization reports.
  • sdk/decompression: DecompressWithCanary will now chunk the decompression in memory to prevent loading it all at once. [GH-26464]
  • ui: fixes cases where inputs did not have associated labels [GH-26263]
  • ui: show banner instead of permission denied error when batch token is expired [GH-26396]

BUG FIXES:

  • agent: vault.namespace no longer gets incorrectly overridden by auto_auth.namespace, if set [GH-26427]
  • api: fixed a bug where LifetimeWatcher routines weren't respecting exponential backoff in the presence of unexpected errors [GH-26383]
  • core (enterprise): fix bug where raft followers disagree with the seal type after returning to one seal from two. [GH-26523]
  • core/seal: During a seal reload through SIGHUP, only write updated seal barrier on an active node [GH-26381]
  • core/seal: allow overriding of VAULT_GCPCKMS_SEAL_KEY_RING and VAULT_GCPCKMS_SEAL_CRYPTO_KEY environment keys in seal-ha
  • events (enterprise): Terminate WebSocket connection when token is revoked.
  • secrets/pki: fixed validation bug which rejected ldap schemed URLs in crl_distribution_points. [GH-26477]
  • storage/raft (enterprise): Fix a bug where autopilot automated upgrades could fail due to using the wrong upgrade version
  • ui: fixed a bug where the replication pages did not update display when navigating between DR and performance [GH-26325]
  • ui: fixes undefined start time in filename for downloaded client count attribution csv [GH-26485]

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports