From 770569ced7d2342a72d00e8847c023bf1387eb25 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:01:46 +0100 Subject: [PATCH] Bump packer azure plugin version to 2.0.2 (#964) 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 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 d53bfac69..38d91f0c6 100644 --- a/main.pkr.hcl +++ b/main.pkr.hcl @@ -6,7 +6,7 @@ packer { source = "github.com/rgl/windows-update" } azure = { - version = "2.0.1" + version = "2.0.2" source = "github.com/hashicorp/azure" } docker = {