Skip to content

Commit 9bd8b68

Browse files
Update changelog
1 parent cb1f2b6 commit 9bd8b68

10 files changed

+38
-46
lines changed

.changes/1.8.0.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.8.0 (May 17, 2024)
2+
3+
FEATURES:
4+
5+
* plancheck: Added `ExpectDeferredChange` and `ExpectNoDeferredChanges` checks for experimental deferred action support. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
6+
* tfversion: Added `SkipIfNotPrerelease` version check for testing experimental features of prerelease Terraform builds. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
7+
8+
ENHANCEMENTS:
9+
10+
* helper/acctest: Improve scope of IPv4/IPv6 random address generation in RandIpAddress() ([#305](https://github.com/hashicorp/terraform-plugin-testing/issues/305))
11+
* knownvalue: Add `TupleExact`, `TuplePartial` and `TupleSizeExact` checks for dynamic value testing. ([#312](https://github.com/hashicorp/terraform-plugin-testing/issues/312))
12+
* 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))
13+
* helper/resource: Added `(TestCase).AdditionalCLIOptions` with `AllowDeferral` option for plan and apply commands. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
14+
15+
BUG FIXES:
16+
17+
* helper/resource: Fix panic in output state shimming when a tuple is present. ([#310](https://github.com/hashicorp/terraform-plugin-testing/issues/310))
18+
* tfversion: Fixed `RequireBelow` ignoring equal versioning to fail a test ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303))
19+

.changes/unreleased/BUG FIXES-20240325-125136.yaml

-5
This file was deleted.

.changes/unreleased/BUG FIXES-20240328-180800.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240315-185051.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240325-120539.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240327-171628.yaml

-7
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240503-161709.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240503-161531.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20240503-161802.yaml

-6
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.8.0 (May 17, 2024)
2+
3+
FEATURES:
4+
5+
* plancheck: Added `ExpectDeferredChange` and `ExpectNoDeferredChanges` checks for experimental deferred action support. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
6+
* tfversion: Added `SkipIfNotPrerelease` version check for testing experimental features of prerelease Terraform builds. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
7+
8+
ENHANCEMENTS:
9+
10+
* helper/acctest: Improve scope of IPv4/IPv6 random address generation in RandIpAddress() ([#305](https://github.com/hashicorp/terraform-plugin-testing/issues/305))
11+
* knownvalue: Add `TupleExact`, `TuplePartial` and `TupleSizeExact` checks for dynamic value testing. ([#312](https://github.com/hashicorp/terraform-plugin-testing/issues/312))
12+
* 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))
13+
* helper/resource: Added `(TestCase).AdditionalCLIOptions` with `AllowDeferral` option for plan and apply commands. ([#331](https://github.com/hashicorp/terraform-plugin-testing/issues/331))
14+
15+
BUG FIXES:
16+
17+
* helper/resource: Fix panic in output state shimming when a tuple is present. ([#310](https://github.com/hashicorp/terraform-plugin-testing/issues/310))
18+
* tfversion: Fixed `RequireBelow` ignoring equal versioning to fail a test ([#303](https://github.com/hashicorp/terraform-plugin-testing/issues/303))
19+
120
## 1.7.0 (March 05, 2024)
221

322
NOTES:

0 commit comments

Comments
 (0)