Skip to content

Commit 399613f

Browse files
authored
Prepare for v5.3.0 release (#2595)
* Prepare for v5.3.0 release * add more changelog
1 parent 649b7f5 commit 399613f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: build
22

33
on:
44
push:
5-
paths-ignore:
6-
- 'website/**'
7-
- 'CHANGELOG.md'
85
workflow_dispatch:
96

107
permissions:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
## Unreleased
22

3+
## 5.3.0 (Sep 4, 2025)
4+
35
FEATURES:
46

57
* Add support for password phrases via the `credential_type` field in the `vault_ldap_secret_backend` resource ([#2548](https://github.com/hashicorp/terraform-provider-vault/pull/2548))
68

9+
IMPROVEMENTS:
10+
11+
* build(deps): bump the gomod-backward-compatible group with 5 updates: [GH-2583](https://github.com/hashicorp/terraform-provider-vault/pull/2583)
12+
* Move to the standard CRT release workflow and tooling: [GH-2582](https://github.com/hashicorp/terraform-provider-vault/pull/2582)
13+
714
BUGS:
815

916
* Fix `azure_secret_backend_role` to prevent persistent diff for null value on `max_ttl` and `explicit_max_ttl` argument ([#2581](https://github.com/hashicorp/terraform-provider-vault/pull/2581))

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.2
1+
5.3.0

0 commit comments

Comments
 (0)