ent-changelog-1.15.9
hashicorp/vaultent-changelog-1.15.9May 30, 2024by anwittin
AI Summary
This is an Enterprise-only changelog release sharing updates for v1.15.9. It updates the JWT plugin and bumps Go to 1.22.2, mirroring bug fixes found in later releases.
Key Highlights
- Update JWT auth plugin to v0.17.3
- Bump Go version to 1.22.2
- Fix read-only storage error on upgrades
- Fix cross-signing error with ed25519 keys
Full Release Notes
## 1.15.9 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.17.3 [[GH-27063](https://github.com/hashicorp/vault/pull/27063)] * core: Bump Go version to 1.22.2. IMPROVEMENTS: * secrets/pki (enterprise): Disable warnings about unknown parameters to the various CIEPS endpoints * 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 * core: Address a data race updating a seal's last seen healthy time attribute [[GH-27014](https://github.com/hashicorp/vault/pull/27014)] * 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)] * ui: Fix KVv2 cursor jumping inside json editor after initial input. [[GH-27120](https://github.com/hashicorp/vault/pull/27120)]