From 9bd8b681b5368c628940e2661ba97e2fb3214f09 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Fri, 17 May 2024 15:49:06 +0000 Subject: [PATCH] Update changelog --- .changes/1.8.0.md | 19 +++++++++++++++++++ .../unreleased/BUG FIXES-20240325-125136.yaml | 5 ----- .../unreleased/BUG FIXES-20240328-180800.yaml | 5 ----- .../ENHANCEMENTS-20240315-185051.yaml | 5 ----- .../ENHANCEMENTS-20240325-120539.yaml | 6 ------ .../ENHANCEMENTS-20240327-171628.yaml | 7 ------- .../ENHANCEMENTS-20240503-161709.yaml | 6 ------ .../unreleased/FEATURES-20240503-161531.yaml | 6 ------ .../unreleased/FEATURES-20240503-161802.yaml | 6 ------ CHANGELOG.md | 19 +++++++++++++++++++ 10 files changed, 38 insertions(+), 46 deletions(-) create mode 100644 .changes/1.8.0.md delete mode 100644 .changes/unreleased/BUG FIXES-20240325-125136.yaml delete mode 100644 .changes/unreleased/BUG FIXES-20240328-180800.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240315-185051.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240325-120539.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240327-171628.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240503-161709.yaml delete mode 100644 .changes/unreleased/FEATURES-20240503-161531.yaml delete mode 100644 .changes/unreleased/FEATURES-20240503-161802.yaml diff --git a/.changes/1.8.0.md b/.changes/1.8.0.md new file mode 100644 index 000000000..10e813247 --- /dev/null +++ b/.changes/1.8.0.md @@ -0,0 +1,19 @@ +## 1.8.0 (May 17, 2024) + +FEATURES: + +* plancheck: Added `ExpectDeferredChange` and `ExpectNoDeferredChanges` checks for experimental deferred action support. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) +* tfversion: Added `SkipIfNotPrerelease` version check for testing experimental features of prerelease Terraform builds. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) + +ENHANCEMENTS: + +* helper/acctest: Improve scope of IPv4/IPv6 random address generation in RandIpAddress() ([#305](https://github.com/hashicorp/terraform-plugin-testing/issues/305)) +* knownvalue: Add `TupleExact`, `TuplePartial` and `TupleSizeExact` checks for dynamic value testing. ([#312](https://github.com/hashicorp/terraform-plugin-testing/issues/312)) +* tfversion: Ensured Terraform CLI prerelease versions are considered semantically equal to patch versions in built-in checks to match the Terraform CLI versioning policy ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303)) +* helper/resource: Added `(TestCase).AdditionalCLIOptions` with `AllowDeferral` option for plan and apply commands. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) + +BUG FIXES: + +* helper/resource: Fix panic in output state shimming when a tuple is present. ([#310](https://github.com/hashicorp/terraform-plugin-testing/issues/310)) +* tfversion: Fixed `RequireBelow` ignoring equal versioning to fail a test ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303)) + diff --git a/.changes/unreleased/BUG FIXES-20240325-125136.yaml b/.changes/unreleased/BUG FIXES-20240325-125136.yaml deleted file mode 100644 index 086a66c5f..000000000 --- a/.changes/unreleased/BUG FIXES-20240325-125136.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'helper/resource: Fix panic in output state shimming when a tuple is present.' -time: 2024-03-25T12:51:36.841767-04:00 -custom: - Issue: "310" diff --git a/.changes/unreleased/BUG FIXES-20240328-180800.yaml b/.changes/unreleased/BUG FIXES-20240328-180800.yaml deleted file mode 100644 index 8539e6088..000000000 --- a/.changes/unreleased/BUG FIXES-20240328-180800.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'tfversion: Fixed `RequireBelow` ignoring equal versioning to fail a test' -time: 2024-03-28T18:08:00.236612-04:00 -custom: - Issue: "303" diff --git a/.changes/unreleased/ENHANCEMENTS-20240315-185051.yaml b/.changes/unreleased/ENHANCEMENTS-20240315-185051.yaml deleted file mode 100644 index 22f0fec2b..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240315-185051.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: 'helper/acctest: Improve scope of IPv4/IPv6 random address generation in RandIpAddress()' -time: 2024-03-15T18:50:51.668365-04:00 -custom: - Issue: "305" diff --git a/.changes/unreleased/ENHANCEMENTS-20240325-120539.yaml b/.changes/unreleased/ENHANCEMENTS-20240325-120539.yaml deleted file mode 100644 index ad24b19a9..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240325-120539.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: 'knownvalue: Add `TupleExact`, `TuplePartial` and `TupleSizeExact` checks for - dynamic value testing.' -time: 2024-03-25T12:05:39.777695-04:00 -custom: - Issue: "312" diff --git a/.changes/unreleased/ENHANCEMENTS-20240327-171628.yaml b/.changes/unreleased/ENHANCEMENTS-20240327-171628.yaml deleted file mode 100644 index 32a6292ca..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240327-171628.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: ENHANCEMENTS -body: 'tfversion: Ensured Terraform CLI prerelease versions are considered - semantically equal to patch versions in built-in checks to match the Terraform CLI - versioning policy' -time: 2024-03-27T17:16:28.49466-04:00 -custom: - Issue: "303" diff --git a/.changes/unreleased/ENHANCEMENTS-20240503-161709.yaml b/.changes/unreleased/ENHANCEMENTS-20240503-161709.yaml deleted file mode 100644 index dff8d4adf..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240503-161709.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: 'helper/resource: Added `(TestCase).AdditionalCLIOptions` with `AllowDeferral` - option for plan and apply commands.' -time: 2024-05-03T16:17:09.64792-04:00 -custom: - Issue: "331" diff --git a/.changes/unreleased/FEATURES-20240503-161531.yaml b/.changes/unreleased/FEATURES-20240503-161531.yaml deleted file mode 100644 index edd8c036f..000000000 --- a/.changes/unreleased/FEATURES-20240503-161531.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'plancheck: Added `ExpectDeferredChange` and `ExpectNoDeferredChanges` checks - for experimental deferred action support.' -time: 2024-05-03T16:15:31.03438-04:00 -custom: - Issue: "331" diff --git a/.changes/unreleased/FEATURES-20240503-161802.yaml b/.changes/unreleased/FEATURES-20240503-161802.yaml deleted file mode 100644 index a06f5f78c..000000000 --- a/.changes/unreleased/FEATURES-20240503-161802.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: FEATURES -body: 'tfversion: Added `SkipIfNotPrerelease` version check for testing experimental - features of prerelease Terraform builds.' -time: 2024-05-03T16:18:02.132794-04:00 -custom: - Issue: "331" diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b8e8b1f..ab9b8a1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.8.0 (May 17, 2024) + +FEATURES: + +* plancheck: Added `ExpectDeferredChange` and `ExpectNoDeferredChanges` checks for experimental deferred action support. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) +* tfversion: Added `SkipIfNotPrerelease` version check for testing experimental features of prerelease Terraform builds. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) + +ENHANCEMENTS: + +* helper/acctest: Improve scope of IPv4/IPv6 random address generation in RandIpAddress() ([#305](https://github.com/hashicorp/terraform-plugin-testing/issues/305)) +* knownvalue: Add `TupleExact`, `TuplePartial` and `TupleSizeExact` checks for dynamic value testing. ([#312](https://github.com/hashicorp/terraform-plugin-testing/issues/312)) +* tfversion: Ensured Terraform CLI prerelease versions are considered semantically equal to patch versions in built-in checks to match the Terraform CLI versioning policy ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303)) +* helper/resource: Added `(TestCase).AdditionalCLIOptions` with `AllowDeferral` option for plan and apply commands. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331)) + +BUG FIXES: + +* helper/resource: Fix panic in output state shimming when a tuple is present. ([#310](https://github.com/hashicorp/terraform-plugin-testing/issues/310)) +* tfversion: Fixed `RequireBelow` ignoring equal versioning to fail a test ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303)) + ## 1.7.0 (March 05, 2024) NOTES: