From 41f34baf52f36efd4c2f3bc96a52634d8797c445 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:30:02 +0100 Subject: [PATCH] Bump packer azure plugin version to 2.0.4 (#1069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the azure plugin version in main.pkr.hcl Made with ❤️️ by updatecli * chore: Update the azure plugin version in main.pkr.hcl Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- main.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.pkr.hcl b/main.pkr.hcl index 78e368597..13628ec5d 100644 --- a/main.pkr.hcl +++ b/main.pkr.hcl @@ -6,7 +6,7 @@ packer { source = "github.com/rgl/windows-update" } azure = { - version = "2.0.2" + version = "2.0.4" source = "github.com/hashicorp/azure" } docker = {