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
+7-7Lines changed: 7 additions & 7 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.15.4</version>
8
+
<version>1.15.5</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,29 +22,29 @@ 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.15.4 (May 20, 2026)
25
+
## 1.15.5 (May 27, 2026)
26
26
27
27
28
-
NEW FEATURES:
28
+
ENHANCEMENTS:
29
29
30
-
* We now produce builds for Linux s390x (zLinux) ([#38615](https://github.com/hashicorp/terraform/issues/38615))
30
+
* Support for module version evaluating to `null` (in the context of dynamic module sources) ([#38632](https://github.com/hashicorp/terraform/issues/38632))
31
31
32
32
33
33
BUG FIXES:
34
34
35
-
* init: Prevent provider binaries from being installed into symlinked directories ([#38611](https://github.com/hashicorp/terraform/issues/38611))
35
+
* Fix crash on `init` for modules with empty source ([#38628](https://github.com/hashicorp/terraform/issues/38628))
36
36
37
37
38
38
## Previous Releases
39
-
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v1.15.4/CHANGELOG.md).</releaseNotes>
39
+
For more information on previous releases, check out the changelog on [GitHub](https://github.com/hashicorp/terraform/blob/v1.15.5/CHANGELOG.md).</releaseNotes>
0 commit comments