Skip to content

Commit ab57299

Browse files
committed
Update CHANGELOG for 2.17.0
1 parent 09a236a commit ab57299

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.17.0 (May 31, 2022)
2+
3+
NOTES:
4+
5+
* helper/resource: Provider references or external installation can now be handled at either the `TestCase` or `TestStep` level. Using the `TestStep` handling, advanced use cases are now enabled such as state upgrade acceptance testing. ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))
6+
7+
ENHANCEMENTS:
8+
9+
* helper/resource: Added `TestStep` type `ExternalProviders`, `ProtoV5ProviderFactories`, `ProtoV6ProviderFactories`, and `ProviderFactories` fields ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))
10+
11+
BUG FIXES:
12+
13+
* helper/resource: Removed extraneous `terraform state show` command when not using the `TestStep` type `Taint` field ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972))
14+
115
# 2.16.0 (May 10, 2022)
216

317
ENHANCEMENTS:

0 commit comments

Comments
 (0)