From 92b6a6a6f094ffb7607ad285f8bea1649ba2f889 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:32:17 +0000 Subject: [PATCH] packer: Update to version 1.15.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index d0e0ac33a0..6669c6d359 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.14.3", + "version": "1.15.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.14.3/packer_1.14.3_windows_amd64.zip", - "hash": "6e09e9352e3ed073a3718534c8be49febe1b84dd4fbfeef5d5f219727540f595" + "url": "https://releases.hashicorp.com/packer/1.15.0/packer_1.15.0_windows_amd64.zip", + "hash": "5cf875e39b5d4ad552dd0e6f52a6e46c6d0b6b0ee1f8104824445892febe58c6" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.14.3/packer_1.14.3_windows_386.zip", - "hash": "e988d7ed66974e714431d0af9a7fce12f9ae8c2294ad4a75d9f215c585b8fe0f" + "url": "https://releases.hashicorp.com/packer/1.15.0/packer_1.15.0_windows_386.zip", + "hash": "d3cb7f62b5834080c4437208e0e4a40028b8eba9967b432daa5d3df9927306ab" } }, "bin": "packer.exe",