Update docker.io/hashicorp/vault Docker tag to v2.0.2
No problems upgrading the Hashicorp Vault Docker container with a Docker compose yaml file within Portainer and by means of Portainer DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/hashicorp/vault | patch | 2.0.1 → 2.0.2 |
Release Notes
hashicorp/vault (docker.io/hashicorp/vault)
v2.0.2
June 05, 2026
BREAKING CHANGES:
- containers: Remove
cap_ipc_lockcapability onvaultat build time to allow running Vault in common container runtimes. Vault in containers will no longer be able to callmlock()to lock memory. Operators should setdisable_mlock = truein Vault's configuration. Runtime operators are advised to disable swapping to guarantee data safety. - secrets/ssh: RSA key sizes are now limited to a maximum size of 8192 bits addressing CVE-2026-39829
CHANGES:
- core: Bump Go version to 1.26.4
- secrets/azure (enterprise): Update plugin to v0.26.4+ent
BUG FIXES:
- plugins: Fix plugin signature verification failure with expired pgp key when registering a plugin.
- ui/transit: Fix key version dropdown selected state when editing a transit key.