Skip to content

Commit 1f6bee5

Browse files
authored
Prepare v2.3.7 release (#341)
* Prepare `v2.3.7` release * Update .copywrite.hcl
1 parent 91ec249 commit 1f6bee5

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

.changes/2.3.7.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.3.7 (April 21, 2025)
2+
3+
NOTES:
4+
5+
* Update dependencies ([#339](https://github.com/hashicorp/terraform-provider-cloudinit/issues/339))
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 = 2019
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+
## 2.3.7 (April 21, 2025)
2+
3+
NOTES:
4+
5+
* Update dependencies ([#339](https://github.com/hashicorp/terraform-provider-cloudinit/issues/339))
6+
17
## 2.3.7-alpha1 (March 04, 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 exposes the cloudinit_config data source which renders a multipart MIME configuration for use with cloud-init (previously available as the template_cloudinit_config resource in the template provider)
10+
visibility: public

version/VERSION

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

0 commit comments

Comments
 (0)