Skip to content

Commit bc2ddb5

Browse files
authored
chore: Prepare for v3.7.2 release (#684)
* chore: Prepare for `v3.7.2` release * update copywrite ignore
1 parent a83e097 commit bc2ddb5

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

.changes/3.7.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 3.7.2 (April 22, 2025)
2+
3+
NOTES:
4+
5+
* Update dependencies ([#683](https://github.com/hashicorp/terraform-provider-random/issues/683))

.copywrite.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ project {
66

77

88
header_ignore = [
9+
# internal catalog metadata (prose)
10+
"META.d/**/*.yaml",
11+
912
# changie tooling configuration and CHANGELOG entries (prose)
1013
".changes/unreleased/*.yaml",
1114
".changie.yaml",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.7.2 (April 22, 2025)
2+
3+
NOTES:
4+
5+
* Update dependencies ([#683](https://github.com/hashicorp/terraform-provider-random/issues/683))
6+
17
## 3.7.1 (February 25, 2025)
28

39
NOTES:

META.d/_summary.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
schema: 1.1
3+
4+
partition: tf-ecosystem
5+
6+
summary:
7+
owner: team-tf-core-plugins
8+
description: |
9+
Utility provider that supports the use of randomness within Terraform configurations.
10+
visibility: public

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0-alpha1
1+
3.7.2

0 commit comments

Comments
 (0)