Bump versions for plugins

This commit is contained in:
Greg Hellings
2024-07-13 01:56:23 -05:00
parent 41e1f3ae03
commit 6ae06cee50
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -10,9 +10,7 @@ writeShellApplication {
];
text = ''
shopt -s globstar
export PACKER_LOG=1
packer init sources
unset PACKER_LOG
for vars in distros/**/*.pkrvars.hcl; do
packer validate -except=upload "-var-file=''${vars}" sources/
done
+2 -2
View File
@@ -2,11 +2,11 @@ packer {
required_plugins {
qemu = {
source = "github.com/hashicorp/qemu"
version = "= 1.0.10"
version = "= 1.1.0"
}
vagrant = {
source = "github.com/hashicorp/vagrant"
version = "= 1.1.1"
version = "= 1.1.4"
}
vmware = {
version = "= 1.0.11"