Skip to content

Commit 1ffb3e0

Browse files
Update changelog
1 parent b0b505e commit 1ffb3e0

7 files changed

+38
-27
lines changed

.changes/1.12.0.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.12.0 (March 18, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#454](https://github.com/hashicorp/terraform-plugin-testing/issues/454))
6+
7+
FEATURES:
8+
9+
* knownvalue: added function checks for custom validation of resource attribute or output values. ([#412](https://github.com/hashicorp/terraform-plugin-testing/issues/412))
10+
11+
ENHANCEMENTS:
12+
13+
* knownvalue: Updated the `ObjectExact` error message to report extra/missing attributes from the actual object. ([#451](https://github.com/hashicorp/terraform-plugin-testing/issues/451))
14+
* plancheck: Improved the unknown value plan check error messages to include a known value if one exists. ([#450](https://github.com/hashicorp/terraform-plugin-testing/issues/450))
15+
16+
BUG FIXES:
17+
18+
* plancheck: Fixed bug with all unknown value plan checks where a valid path would return a "path not found" error. ([#450](https://github.com/hashicorp/terraform-plugin-testing/issues/450))
19+

.changes/unreleased/BUG FIXES-20250317-190558.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20250317-182730.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20250317-190634.yaml

-5
This file was deleted.

.changes/unreleased/FEATURES-20250120-155954.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20250317-082825.yaml

-7
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.12.0 (March 18, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#454](https://github.com/hashicorp/terraform-plugin-testing/issues/454))
6+
7+
FEATURES:
8+
9+
* knownvalue: added function checks for custom validation of resource attribute or output values. ([#412](https://github.com/hashicorp/terraform-plugin-testing/issues/412))
10+
11+
ENHANCEMENTS:
12+
13+
* knownvalue: Updated the `ObjectExact` error message to report extra/missing attributes from the actual object. ([#451](https://github.com/hashicorp/terraform-plugin-testing/issues/451))
14+
* plancheck: Improved the unknown value plan check error messages to include a known value if one exists. ([#450](https://github.com/hashicorp/terraform-plugin-testing/issues/450))
15+
16+
BUG FIXES:
17+
18+
* plancheck: Fixed bug with all unknown value plan checks where a valid path would return a "path not found" error. ([#450](https://github.com/hashicorp/terraform-plugin-testing/issues/450))
19+
120
## 1.11.0 (November 19, 2024)
221

322
NOTES:

0 commit comments

Comments
 (0)