From abd3bce786b4a069360495265ab4ae03a25c1051 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Wed, 7 Jun 2023 13:03:38 -0500 Subject: [PATCH] Update CHANGELOG.md for 3.16.0 release (#1893) * Update CHANGELOG.md for 3.16.0 release * Apply suggestions from code review Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com> * remove changelog entry * remove another changelog entry --------- Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98742c7e6..cba0bd1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.16.0 (June 7, 2023) +FEATURES: +* Add support for LDAP secrets engine: ([#1859](https://github.com/hashicorp/terraform-provider-vault/pull/1859)) +* Add new data source `vault_auth_backends`: ([#1827](https://github.com/hashicorp/terraform-provider-vault/pull/1827)) +* Support allowed_domains_template on ssh_secret_backend_role. Fixes hashicorp#1675: ([#1676](https://github.com/hashicorp/terraform-provider-vault/pull/1676)) + +IMPROVEMENTS: +* Add support for retrying kv-v2 secret data writes: ([#1887](https://github.com/hashicorp/terraform-provider-vault/pull/1887)) +* Add back support for deriving the provider namespace from the Vault token's: ([#1841](https://github.com/hashicorp/terraform-provider-vault/pull/1841)) + +BUGS: +* Fix DB engine password overwrite: ([#1876](https://github.com/hashicorp/terraform-provider-vault/pull/1876)) +* azure/auth: fix config path parsing: ([#1871](https://github.com/hashicorp/terraform-provider-vault/pull/1871)) + ## 3.15.2 (May 3, 2023) BUGS: * Revert [#1830](https://github.com/hashicorp/terraform-provider-vault/pull/1830) which introduced a unexpected breaking change in the way authentication is done within a namespace: ([#1840](https://github.com/hashicorp/terraform-provider-vault/pull/1840))