From 7fd47cc53977206aa0f6710b24648bf546029428 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 1 Jun 2023 10:24:33 +0200 Subject: [PATCH 1/2] Update to Packer 1.9.0 --- packer.nuspec | 2 +- tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.nuspec b/packer.nuspec index bb573f5..c87a715 100644 --- a/packer.nuspec +++ b/packer.nuspec @@ -2,7 +2,7 @@ packer - 1.8.7 + 1.9.0 Packer Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen Stefan Scherer diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 8763776..cc76e7a 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ -$url = 'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_windows_386.zip' -$checksum = 'e0e86737aeed912d43b2356dc554753e2715615856258fb938f66a163695e3c4' +$url = 'https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_386.zip' +$checksum = '163d107c16357301921ad2f1b5c5cb6b9f858a2b1c886bbc60727ef938e95944' $checksumType = 'sha256' -$url64 = 'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_windows_amd64.zip' -$checksum64 = '852a6c778c791084217af4514ee5ab7c436fa3fcb92401a8b88a28c8405d1ddf' +$url64 = 'https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_amd64.zip' +$checksum64 = 'd98f8af10692b6578015e2838ac48521698812fa1639c4b5480591e432e7d383' $checksumType64 = $checksumType $legacyLocation = "$env:SystemDrive\HashiCorp\packer" $unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" From 0e7b7584ff53f7d78d1948bc06cf68165463e380 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Mon, 12 Jun 2023 18:17:16 +0200 Subject: [PATCH 2/2] Add source to push action Signed-off-by: Stefan Scherer --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194abba..1fb0d90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: - name: Publish (noop) uses: crazy-max/ghaction-chocolatey@v2.1.0 with: - args: push \ No newline at end of file + args: push --source https://push.chocolatey.org/ \ No newline at end of file