From 5501914579cc2865945b24b63e7ad01d3a324a20 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:22:52 +0100 Subject: [PATCH] Bump packer azure plugin version to 2.2.0 (#1496) 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 15f424d27..e3219eeea 100644 --- a/main.pkr.hcl +++ b/main.pkr.hcl @@ -10,7 +10,7 @@ packer { source = "github.com/rgl/windows-update" } azure = { - version = "2.1.9" + version = "2.2.0" source = "github.com/hashicorp/azure" } docker = {