Skip to content

Commit 864649e

Browse files
committed
prepare for v1.10.0-beta1 release
1 parent 83438b0 commit 864649e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.10.0 (Unreleased)
1+
## 1.10.0-beta1 (October 31, 2024)
22

33
NEW FEATURES:
44
- **Ephemeral resources**: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
@@ -15,8 +15,8 @@ BUG FIXES:
1515
([#35537](https://github.com/hashicorp/terraform/issues/35537))
1616
- Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path ([#35552](https://github.com/hashicorp/terraform/issues/35552))
1717
- Terraform refresh-only plans with output only changes are now applyable. ([#35812](https://github.com/hashicorp/terraform/issues/35812))
18-
- Postconditions referencing `self` with many instances could encounter an error during evaluation [GH-35895]
19-
- The `plantimestamp()` function would return an invalid date during validation [GH-35902]
18+
- Postconditions referencing `self` with many instances could encounter an error during evaluation ([#35895](https://github.com/hashicorp/terraform/issues/35895))
19+
- The `plantimestamp()` function would return an invalid date during validation ([#35902](https://github.com/hashicorp/terraform/issues/35902))
2020

2121
ENHANCEMENTS:
2222

0 commit comments

Comments
 (0)