Update CHANGELOG.md (#26274)

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Luciano Di Lalla 2024-04-04 16:53:55 -04:00 committed by GitHub
parent 80fa04cc71
commit ee16d55bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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