Skip to content

Commit e9065f4

Browse files
Update changelog
1 parent 108f0b1 commit e9065f4

File tree

6 files changed

+30
-20
lines changed

6 files changed

+30
-20
lines changed

.changes/1.13.0-beta.1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.13.0-beta.1 (April 18, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* importstate: `ImportStatePersist` and `ImportStateVerify` are not supported for plannable import (`ImportBlockWith*`) and will return an error ([#476](https://github.com/hashicorp/terraform-plugin-testing/issues/476))
6+
* importstate: renamed `ImportStateWithId` to `ImportStateWithID` and renamed `ImportCommandWithId` to `ImportCommandWithID`. ([#465](https://github.com/hashicorp/terraform-plugin-testing/issues/465))
7+
8+
NOTES:
9+
10+
* This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use the `ImportBlockWithResourceIdentity` kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. ([#480](https://github.com/hashicorp/terraform-plugin-testing/issues/480))
11+
12+
BUG FIXES:
13+
14+
* importstate: plannable import (`ImportBlockWith*`) fixed for a resource with a dependency ([#476](https://github.com/hashicorp/terraform-plugin-testing/issues/476))
15+

.changes/unreleased/BREAKING CHANGES-20250404-170656.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/BREAKING CHANGES-20250404-171048.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/BUG FIXES-20250404-170734.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20250414-095537.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.13.0-beta.1 (April 18, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* importstate: `ImportStatePersist` and `ImportStateVerify` are not supported for plannable import (`ImportBlockWith*`) and will return an error ([#476](https://github.com/hashicorp/terraform-plugin-testing/issues/476))
6+
* importstate: renamed `ImportStateWithId` to `ImportStateWithID` and renamed `ImportCommandWithId` to `ImportCommandWithID`. ([#465](https://github.com/hashicorp/terraform-plugin-testing/issues/465))
7+
8+
NOTES:
9+
10+
* This beta pre-release adds support for managed resource identity, which can be used with Terraform v1.12.0-beta2. Acceptance tests can use the `ImportBlockWithResourceIdentity` kind to exercise the import of a managed resource using its resource identity object values instead of using a string identifier. ([#480](https://github.com/hashicorp/terraform-plugin-testing/issues/480))
11+
12+
BUG FIXES:
13+
14+
* importstate: plannable import (`ImportBlockWith*`) fixed for a resource with a dependency ([#476](https://github.com/hashicorp/terraform-plugin-testing/issues/476))
15+
116
## 1.13.0-alpha.1 (March 27, 2025)
217

318
NOTES:

0 commit comments

Comments
 (0)