Vault | v2.0.2

Vault v2.0.2 released on 05-06-2026


Vault v2.0.2 is out now. It removes the cap_ipc_lock capability from the vault binary at build time so Vault can run in common container runtimes, but Vault in containers can no longer call mlock(), a breaking change for containerised deployments.

Visit the project’s GitHub release page or official HashiCorp release notes for full details and configuration guidance.

What’s in this release

  • Containers: cap_ipc_lock removed at build time; Vault in containers can no longer call mlock(), affecting memory-lock behaviour in containerised deployments.
  • Secrets/SSH: RSA key size limited to a maximum of 8192 bits to address CVE-2026-39829; RSA keys larger than 8192 bits must be regenerated or rotated.
  • Core and plugins: Go toolchain bumped to 1.26.4 and the enterprise Azure secrets plugin updated to v0.26.4+ent; plugin authors and operators should rebuild or redeploy compiled plugins as needed.

Upgrade notes

  • Breaking change for containers: set disable_mlock = true in Vault’s configuration and ensure the host or container runtime has swapping disabled to maintain data safety.
  • Rebuild/redeploy any third‑party or compiled plugins to match the Go 1.26.4 toolchain and review the Azure plugin v0.26.4+ent release notes before upgrading enterprise deployments.

Share any feedback or experiences with the upgrade — especially notes from containerised deployments or plugin rebuilds.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes