From ee16d55bb231b510ce3a8d3837b8093860208fcf Mon Sep 17 00:00:00 2001 From: Luciano Di Lalla <88449051+ldilalla-HC@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:53:55 -0400 Subject: [PATCH] Update CHANGELOG.md (#26274) * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a520d99e..d92c0313c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ - [v1.0.0 - v1.9.10](CHANGELOG-pre-v1.10.md) - [v0.11.6 and earlier](CHANGELOG-v0.md) +## 1.16.1 +### April 04, 2024 + +**Please note that Vault 1.16.1 is the first Enterprise release of the Vault Enterprise 1.16 series.** + +BUG FIXES: + +* auth/ldap: Fix login error for group search anonymous bind. [[GH-26200](https://github.com/hashicorp/vault/pull/26200)] +* auth/ldap: Fix login error missing entity alias attribute value. [[GH-26200](https://github.com/hashicorp/vault/pull/26200)] +* cli: fixed a bug where the Vault CLI would error out if HOME was not set. [[GH-26243](https://github.com/hashicorp/vault/pull/26243)] +* core: Only reload seal configuration when enable_multiseal is set to true. [[GH-26166](https://github.com/hashicorp/vault/pull/26166)] +* secret/database: Fixed race condition where database mounts may leak connections [[GH-26147](https://github.com/hashicorp/vault/pull/26147)] + ## 1.16.0 ### March 26, 2024