You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/terraform.nuspec
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
6
6
<id>terraform</id>
7
7
<title>Terraform</title>
8
-
<version>1.13.0-alpha20250708</version>
8
+
<version>1.13.0-beta1</version>
9
9
<authors>HashiCorp</authors>
10
10
<owners>James Toyer</owners>
11
11
<summary>Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.</summary>
@@ -22,7 +22,7 @@ The key features of Terraform are:
22
22
For more information, see the [introduction section](http://www.terraform.io/intro) of the Terraform website.
23
23
</description>
24
24
<releaseNotes>
25
-
## 1.13.0-alpha20250708 (July 08, 2025)
25
+
## 1.13.0-beta1 (July 09, 2025)
26
26
27
27
28
28
NEW FEATURES:
@@ -46,6 +46,8 @@ ENHANCEMENTS:
46
46
47
47
* skip redundant comparisons when comparing planned set changes ([#37280](https://github.com/hashicorp/terraform/issues/37280))
48
48
49
+
* type checking: improve error message on type mismatches. ([#37298](https://github.com/hashicorp/terraform/issues/37298))
50
+
49
51
50
52
BUG FIXES:
51
53
@@ -57,8 +59,12 @@ BUG FIXES:
57
59
58
60
* workspace: Updated the `workspace delete` command to reject `""` as an invalid workspace name ([#37275](https://github.com/hashicorp/terraform/issues/37275))
59
61
62
+
* plan: truncate invalid or dynamic references in the relevant attributes ([#37290](https://github.com/hashicorp/terraform/issues/37290))
63
+
60
64
* Test run Parallelism of 1 should not result in deadlock ([#37292](https://github.com/hashicorp/terraform/issues/37292))
61
65
66
+
* static validation: detect invalid static references via indexes on objects. ([#37298](https://github.com/hashicorp/terraform/issues/37298))
67
+
62
68
63
69
NOTES:
64
70
@@ -70,22 +76,16 @@ UPGRADE NOTES:
70
76
* `terraform test`: External variables referenced within test files should now be accompanied by a `variable` definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. ([#37195](https://github.com/hashicorp/terraform/issues/37195))
71
77
72
78
73
-
EXPERIMENTS:
74
-
75
-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
76
-
77
-
- The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values.
78
-
79
79
## Previous Releases
80
-
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v1.13.0-alpha20250708/CHANGELOG.md).</releaseNotes>
80
+
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v1.13.0-beta1/CHANGELOG.md).</releaseNotes>
0 commit comments