Skip to content

Commit d93899c

Browse files
authored
Placeholder for enterprise release notes (#27295)
1 parent 0655bd7 commit d93899c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
- [v1.0.0 - v1.9.10](CHANGELOG-pre-v1.10.md)
33
- [v0.11.6 and earlier](CHANGELOG-v0.md)
44

5+
## 1.15.9 Enterprise
6+
### May 30, 2024
7+
8+
CHANGES:
9+
* auth/jwt: Update plugin to v0.17.3 [[GH-27063](https://github.com/hashicorp/vault/pull/27063)]
10+
* core: Bump Go version to 1.22.2.
11+
12+
IMPROVEMENTS:
13+
* secrets/pki (enterprise): Disable warnings about unknown parameters to the various CIEPS endpoints
14+
* website/docs: Add note about eventual consietency with the MongoDB Atlas database secrets engine [[GH-24152](https://github.com/hashicorp/vault/pull/24152)]
15+
16+
BUG FIXES:
17+
* activity (enterprise): fix read-only storage error on upgrades
18+
* core: Address a data race updating a seal's last seen healthy time attribute [[GH-27014](https://github.com/hashicorp/vault/pull/27014)]
19+
* pki: Fix error in cross-signing using ed25519 keys [[GH-27093](https://github.com/hashicorp/vault/pull/27093)]
20+
* 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
21+
* 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)]
22+
* ui: Fix KVv2 cursor jumping inside json editor after initial input. [[GH-27120](https://github.com/hashicorp/vault/pull/27120)]
23+
524
## 1.15.8 Enterprise
625
### April 24, 2024
726

0 commit comments

Comments
 (0)