Skip to content

Commit 01034f8

Browse files
authored
Prepare v3.2.4 release (#422)
1 parent 0c59420 commit 01034f8

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

.changes/3.2.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 3.2.4 (April 21, 2025)
2+
3+
NOTES:
4+
5+
* Dependency updates ([#421](https://github.com/hashicorp/terraform-provider-null/issues/421))
6+

.copywrite.hcl

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

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.2.4 (April 21, 2025)
2+
3+
NOTES:
4+
5+
* Dependency updates ([#421](https://github.com/hashicorp/terraform-provider-null/issues/421))
6+
17
## 3.2.4-alpha1 (February 19, 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 provides constructs that intentionally do nothing, useful in various situations to help orchestrate tricky behavior or work around limitations.
10+
visibility: public

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4-alpha.2
1+
3.2.4

0 commit comments

Comments
 (0)