diff --git a/opentofu.portable/opentofu.portable.nuspec b/opentofu.portable/opentofu.portable.nuspec index 1e8a0de..50f2ce3 100644 --- a/opentofu.portable/opentofu.portable.nuspec +++ b/opentofu.portable/opentofu.portable.nuspec @@ -2,7 +2,7 @@ opentofu.portable - 1.8.6 + 1.8.7 https://github.com/ravager-dk/Chocolatey-Packages/tree/master/opentofu.portable Martin Nygaard Jensen OpenTofu (Portable) @@ -22,7 +22,7 @@ The key features of OpenTofu are: - **Execution Plans:** OpenTofu has a "planning" step where it generates an execution plan. The execution plan shows what OpenTofu will do when you call apply. This lets you avoid any surprises when OpenTofu manipulates infrastructure. - **Resource Graph:** OpenTofu builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, OpenTofu builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure. - **Change Automation:** Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what OpenTofu will change and in what order, avoiding many possible human errors. - https://github.com/opentofu/opentofu/compare/v1.8.5...v1.8.6 + https://github.com/opentofu/opentofu/compare/v1.8.6...v1.8.7 diff --git a/opentofu.portable/tools/VERIFICATION.txt b/opentofu.portable/tools/VERIFICATION.txt index 93fbb46..af67d85 100644 --- a/opentofu.portable/tools/VERIFICATION.txt +++ b/opentofu.portable/tools/VERIFICATION.txt @@ -6,12 +6,12 @@ The extension has been downloaded from their official download link listed on ht and can be verified like this: 1. Download the release tagged with the corresponding choco package version: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 7F0AB8B6C0E9E1846901ABA2523FF98589031E7C2BD57158D023C07D7ABADD84 - checksum64: 5261108E4F92AADD0478A7DD09AA6078C14D09A907531737CEBC7F96AF43D0AD \ No newline at end of file + checksum32: C4B8E975FA3A49E85AC0BCBCFBE9CC0CE91AC2DEBFE64AC14C3A3A249E35E353 + checksum64: C63B55B322CA292491D8151CF24F43BA64F3522F896F13B16A49477A362580DF \ No newline at end of file diff --git a/opentofu.portable/tools/chocolateyinstall.ps1 b/opentofu.portable/tools/chocolateyinstall.ps1 index 409e331..59bc5f3 100644 --- a/opentofu.portable/tools/chocolateyinstall.ps1 +++ b/opentofu.portable/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ PackageName = "opentofu.portable" - File = "$toolsPath\tofu_1.8.6_windows_386.zip" - File64 = "$toolsPath\tofu_1.8.6_windows_amd64.zip" + File = "$toolsPath\tofu_1.8.7_windows_386.zip" + File64 = "$toolsPath\tofu_1.8.7_windows_amd64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/opentofu.portable/tools/tofu_1.8.6_windows_386.zip b/opentofu.portable/tools/tofu_1.8.7_windows_386.zip similarity index 70% rename from opentofu.portable/tools/tofu_1.8.6_windows_386.zip rename to opentofu.portable/tools/tofu_1.8.7_windows_386.zip index 63765b8..c8ea58f 100644 Binary files a/opentofu.portable/tools/tofu_1.8.6_windows_386.zip and b/opentofu.portable/tools/tofu_1.8.7_windows_386.zip differ diff --git a/opentofu.portable/tools/tofu_1.8.6_windows_amd64.zip b/opentofu.portable/tools/tofu_1.8.7_windows_amd64.zip similarity index 71% rename from opentofu.portable/tools/tofu_1.8.6_windows_amd64.zip rename to opentofu.portable/tools/tofu_1.8.7_windows_amd64.zip index 640d765..333750d 100644 Binary files a/opentofu.portable/tools/tofu_1.8.6_windows_amd64.zip and b/opentofu.portable/tools/tofu_1.8.7_windows_amd64.zip differ diff --git a/opentofu/opentofu.nuspec b/opentofu/opentofu.nuspec index b1f69bd..6d0a3da 100644 --- a/opentofu/opentofu.nuspec +++ b/opentofu/opentofu.nuspec @@ -3,7 +3,7 @@ opentofu - 1.8.6 + 1.8.7 https://github.com/ravager-dk/Chocolatey-Packages/tree/master/opentofu Martin Nygaard Jensen OpenTofu @@ -29,9 +29,9 @@ The key features of OpenTofu are: - **Change Automation**: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what OpenTofu will change and in what order, avoiding many possible human errors. - https://github.com/opentofu/opentofu/compare/v1.8.5...v1.8.6 + https://github.com/opentofu/opentofu/compare/v1.8.6...v1.8.7 - +