ent-changelog-1.14.13
hashicorp/vaultent-changelog-1.14.13May 30, 2024by anwittin
AI Summary
This is an Enterprise-only changelog release for v1.14.13. It updates the JWT plugin and bumps Go to 1.22.2.
Key Highlights
- Update JWT auth plugin to v0.16.1
- Bump Go version to 1.22.2
- Fix read-only storage error on upgrades
Full Release Notes
## 1.14.13 Enterprise ### May 30, 2024 This release is created to share the Vault Enterprise changelog and notify consumers of availability. The attached source and assets do not include Vault Enterprise code and should not be used in place of official Docker [images](https://hub.docker.com/r/hashicorp/vault-enterprise/tags) or [binaries](https://releases.hashicorp.com/vault/). CHANGES: * auth/jwt: Update plugin to v0.16.1 [[GH-27122](https://github.com/hashicorp/vault/pull/27122)] * core: Bump Go version to 1.22.2. IMPROVEMENTS: * website/docs: Add note about eventual consietency with the MongoDB Atlas database secrets engine [[GH-24152](https://github.com/hashicorp/vault/pull/24152)] BUG FIXES: * activity (enterprise): fix read-only storage error on upgrades * pki: Fix error in cross-signing using ed25519 keys [[GH-27093](https://github.com/hashicorp/vault/pull/27093)] * replication (enterprise): fix "given mount path is not in the same namespace as the request" error that can occur when enabling replication for the first time on a secondary cluster * secrets/transit: Use 'hash_algorithm' parameter if present in HMAC verify requests. Otherwise fall back to deprecated 'algorithm' parameter. [[GH-27211](https://github.com/hashicorp/vault/pull/27211)]