Skip to content

Commit 94208be

Browse files
jamestoyergithub-actions[bot]
authored andcommitted
Update Terraform Chocolatey packages
1 parent 607dfe2 commit 94208be

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

terraform/terraform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"1.12": "1.12.2",
1515
"1.13": "1.13.5",
1616
"1.14": "1.14.9",
17-
"1.15": "1.15.4",
17+
"1.15": "1.15.5",
1818
"1.16": "1.16.0-alpha20260513"
1919
}

terraform/terraform.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>terraform</id>
77
<title>Terraform</title>
8-
<version>1.15.4</version>
8+
<version>1.15.5</version>
99
<authors>HashiCorp</authors>
1010
<owners>James Toyer</owners>
1111
<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:
2222
For more information, see the [introduction section](http://www.terraform.io/intro) of the Terraform website.
2323
</description>
2424
<releaseNotes>
25-
## 1.15.4 (May 20, 2026)
25+
## 1.15.5 (May 27, 2026)
2626

2727

28-
NEW FEATURES:
28+
ENHANCEMENTS:
2929

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))
3131

3232

3333
BUG FIXES:
3434

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))
3636

3737

3838
## 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>
4040
<projectUrl>http://www.terraform.io</projectUrl>
4141
<docsUrl>https://www.terraform.io/docs/index.html</docsUrl>
4242
<bugTrackerUrl>https://github.com/hashicorp/terraform/issues</bugTrackerUrl>
4343
<projectSourceUrl>https://github.com/hashicorp/terraform</projectSourceUrl>
4444
<packageSourceUrl>https://github.com/jamestoyer/chocolatey-packages</packageSourceUrl>
4545
<tags>terraform hashicorp</tags>
4646
<copyright>HashiCorp 2015-2024</copyright>
47-
<licenseUrl>https://github.com/hashicorp/terraform/blob/v1.15.4/LICENSE</licenseUrl>
47+
<licenseUrl>https://github.com/hashicorp/terraform/blob/v1.15.5/LICENSE</licenseUrl>
4848
<requireLicenseAcceptance>false</requireLicenseAcceptance>
4949
<!-- Important note about https://cdn.rawgit.com: Files are cached permanently after the first request. Use commit URLs when updating the icon. -->
5050
<iconUrl>https://raw.githubusercontent.com/jamestoyer/chocolatey-packages/58ab86c08224c2ba79af2080346c53c1cc440afc/terraform/icons/terraform.png</iconUrl>

terraform/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$ErrorActionPreference = 'Stop'
22

33
# DO NOT CHANGE THESE MANUALLY. USE update.ps1
4-
$url = 'https://releases.hashicorp.com/terraform/1.15.4/terraform_1.15.4_windows_386.zip'
5-
$url64 = 'https://releases.hashicorp.com/terraform/1.15.4/terraform_1.15.4_windows_amd64.zip'
6-
$checksum = '07b707f993d40abfc2a55e224a424fd59d037dbca1fa5ad6efd34cc9ee2ab7cb'
7-
$checksum64 = '159169a73fcbdfb1b0ff3e2b7abf4ec94f9ebbb314ae3a0e19e494b357ef1488'
4+
$url = 'https://releases.hashicorp.com/terraform/1.15.5/terraform_1.15.5_windows_386.zip'
5+
$url64 = 'https://releases.hashicorp.com/terraform/1.15.5/terraform_1.15.5_windows_amd64.zip'
6+
$checksum = 'fe9a96588659c66de00fddbccd8828288a7344164afd2a080000b5e51ff135d0'
7+
$checksum64 = '2f652dd854af7b7fbb51301afc55b5ef1d3f6e287be7889d4cc3818df891cd38'
88

99
$unzipLocation = Split-Path -Parent $MyInvocation.MyCommand.Definition
1010

0 commit comments

Comments
 (0)