From f19e7eb201f85e2ae1daadc0db4bd0fe54e4fcf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:31:46 +0000 Subject: [PATCH] packer: Update to version 1.14.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 334b868040..32193bc862 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.13.1", + "version": "1.14.0", "description": "Automates the creation of any type of virtual machine image.", "homepage": "https://www.packer.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.13.1/packer_1.13.1_windows_amd64.zip", - "hash": "9b0d732a89ea6aa50ac8df7342c11cec0e9535083db7f238cba086570a6be124" + "url": "https://releases.hashicorp.com/packer/1.14.0/packer_1.14.0_windows_amd64.zip", + "hash": "f4a5b055f71103d36cc170d20f063f3a51e74ecab8f1865288a20544c4b652a1" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.13.1/packer_1.13.1_windows_386.zip", - "hash": "9e220e2306fbba65652b685804831ef7422720c5383543b3e89d9fb09c93f609" + "url": "https://releases.hashicorp.com/packer/1.14.0/packer_1.14.0_windows_386.zip", + "hash": "a6cac9f18ea9b605203c855ef2ae5be4db1ae535a4b14aa21d0a59ac11120748" } }, "bin": "packer.exe",