From ab572994a48576754ec619691e23bd9afdd7042d Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 31 May 2022 10:19:56 -0400 Subject: [PATCH] Update CHANGELOG for 2.17.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988402d7aa..8989e374bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.17.0 (May 31, 2022) + +NOTES: + +* 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)) + +ENHANCEMENTS: + +* helper/resource: Added `TestStep` type `ExternalProviders`, `ProtoV5ProviderFactories`, `ProtoV6ProviderFactories`, and `ProviderFactories` fields ([#972](https://github.com/hashicorp/terraform-plugin-sdk/issues/972)) + +BUG FIXES: + +* 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)) + # 2.16.0 (May 10, 2022) ENHANCEMENTS: