You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,32 @@
1
1
## Unreleased
2
2
3
-
CHANGES:
3
+
## 5.5.0 (Nov 19, 2025)
4
4
5
-
*`vault_ldap_auth_backend`: Set `deny_null_bind` to `true` by default if not provided in configuration ([#2622](https://github.com/hashicorp/terraform-provider-vault/pull/2622))
5
+
BEHAVIOR CHANGES: With v5.5.0, the default value for `deny_null_bind` in the `vault_ldap_auth_backend` resource has changed from `false` to `true`
6
+
to match with the Vault API defaults. Configurations that do not explicitly set `deny_null_bind` will now have it set to `true` upon upgrade, and
7
+
customers should verify that this change aligns with their intended LDAP authentication behavior. Furthermore, Customers should also consider
8
+
upgrading to Vault Community Edition 1.21.1 and Vault Enterprise 1.21.1, 1.20.6, 1.19.12, and 1.16.28, which no longer allows Vault to perform
9
+
unauthenticated or null binds against the LDAP server.
10
+
11
+
BUGS:
12
+
13
+
*`vault_ldap_auth_backend`: Fix incorrect `deny_null_bind` default. Set `deny_null_bind` to `true` if not provided in configuration ([#2622](https://github.com/hashicorp/terraform-provider-vault/pull/2622))
6
14
7
15
FEATURES:
8
16
9
17
* Add support for `alias_metadata` field in auth resources ([#2547](https://github.com/hashicorp/terraform-provider-vault/pull/2547))
10
18
* Add support for `not_before_duration` field in `vault_pki_secret_backend_root_cert` ([#2664](https://github.com/hashicorp/terraform-provider-vault/pull/2664))
11
19
20
+
IMPROVEMENTS:
21
+
* Updated dependencies:
22
+
*`golang.org/x/crypto` v0.41.0 -> v0.45.0
23
+
*`golang.org/x/net` v0.43.0 -> v0.47.0
24
+
*`golang.org/x/mod` v0.26.0 -> v0.29.0
25
+
*`golang.org/x/sync` v0.16.0 -> v0.18.0
26
+
*`golang.org/x/sys` v0.35.0 -> v0.38.0
27
+
*`golang.org/x/text` v0.28.0 -> v0.31.0
28
+
*`golang.org/x/tools` v0.35.0 -> v0.38.0
29
+
12
30
## 5.4.0 (Nov 3, 2025)
13
31
14
32
BEHAVIOR CHANGES: Please refer to the [upgrade topics](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/guides/version_5_upgrade.html#upgrade-topics)
0 commit comments