Skip to content

Commit

Permalink
Prepare for v3.7.0 release (#651)
Browse files Browse the repository at this point in the history
* chore: Onboard random provider to CRT

* update to alpha for testing CRT

* chore: Add changelogs for `v3.7.0-alpha1` test

* Prepare for `v3.7.0` release
  • Loading branch information
austinvalle authored Feb 24, 2025
1 parent b473566 commit a007eec
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .changes/3.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.7.0 (February 13, 2025)

NOTES:

* New [ephemeral resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral) `random_password` now supports [ephemeral values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state). ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))

FEATURES:

* ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))

7 changes: 0 additions & 7 deletions .changes/unreleased/FEATURES-20250110-172233.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20250110-172526.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.7.0 (February 13, 2025)

NOTES:

* New [ephemeral resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral) `random_password` now supports [ephemeral values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state). ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))

FEATURES:

* ephemeral/random_password: New ephemeral resource that generates a password string. When used in combination with a managed resource write-only attribute, Terraform will not store the password in the plan or state file. ([#625](https://github.com/hashicorp/terraform-provider-random/issues/625))

## 3.7.0-alpha1 (February 13, 2025)

NOTES:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0-alpha1
3.7.0

0 comments on commit a007eec

Please sign in to comment.