From e97b9698408f5285c3b8a139d92690a5dc0c4fc7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 28 Mar 2024 23:37:26 -0400 Subject: [PATCH] chore(deps): bump packer-plugin-git from v0.6.1 to v0.6.2 (#868) Bumps Packer Plugin for Git (`ethanmdavidson/packer-plugin-git`) from v0.6.1 to v0.6.2 Signed-off-by: Ryan Johnson --- CHANGELOG.md | 4 ++-- builds/linux/almalinux/8/linux-almalinux.pkr.hcl | 12 ++++++------ builds/linux/almalinux/9/linux-almalinux.pkr.hcl | 12 ++++++------ builds/linux/centos/7/linux-centos.pkr.hcl | 12 ++++++------ .../centos/8-stream/linux-centos-stream.pkr.hcl | 12 ++++++------ .../centos/9-stream/linux-centos-stream.pkr.hcl | 12 ++++++------ builds/linux/debian/11/linux-debian.pkr.hcl | 4 ++-- builds/linux/debian/12/linux-debian.pkr.hcl | 4 ++-- builds/linux/oracle/8/linux-oracle.pkr.hcl | 12 ++++++------ builds/linux/oracle/9/linux-oracle.pkr.hcl | 12 ++++++------ builds/linux/photon/4/linux-photon.pkr.hcl | 2 +- builds/linux/photon/5/linux-photon.pkr.hcl | 2 +- builds/linux/rhel/7/linux-rhel.pkr.hcl | 12 ++++++------ builds/linux/rhel/8/linux-rhel.pkr.hcl | 12 ++++++------ builds/linux/rhel/9/linux-rhel.pkr.hcl | 12 ++++++------ builds/linux/rocky/8/linux-rocky.pkr.hcl | 12 ++++++------ builds/linux/rocky/9/linux-rocky.pkr.hcl | 12 ++++++------ builds/linux/sles/15/linux-sles.pkr.hcl | 4 ++-- builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl | 8 ++++---- builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl | 8 ++++---- builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl | 8 ++++---- builds/windows/desktop/10/windows.pkr.hcl | 2 +- builds/windows/desktop/11/windows.pkr.hcl | 2 +- builds/windows/server/2019/windows-server.pkr.hcl | 2 +- builds/windows/server/2022/windows-server.pkr.hcl | 2 +- builds/windows/server/2025/windows-server.pkr.hcl | 2 +- docs/getting-started/requirements.md | 2 +- 27 files changed, 100 insertions(+), 100 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8193f73c..209957ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,8 @@ - Updates `required_versions` for `packer` to `>= 1.10.0`. [GH-828](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/828) - Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.2.4`. [GH-824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824) -- Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.1`. [GH-827](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/827) -- Updates `required_versions` for `terraform` to `>= 1.7.1`. [GH-8297](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/829) +- Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.2`. [GH-868](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/868) +- Updates `required_versions` for `terraform` to `>= 1.7.1`. [GH-829](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/829) - Updates `required_versions` for `hashicorp/vsphere` to `>= 2.7.0`. [GH-866](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/866) - Updates `required_versions` for `hashicorp/hcp` to `>= 0.84.1`. [GH-867](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/867) - Updates Gomplate to `3.11.7`. [GH-825](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825) diff --git a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl index 6abdab95d..80a563daa 100644 --- a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl @@ -22,7 +22,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -134,14 +134,14 @@ source "vsphere-iso" "linux-almalinux" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl index b00cc23cf..e8845ac76 100644 --- a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl @@ -22,7 +22,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -134,14 +134,14 @@ source "vsphere-iso" "linux-almalinux" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/centos/7/linux-centos.pkr.hcl b/builds/linux/centos/7/linux-centos.pkr.hcl index d702a46bd..c897d689a 100644 --- a/builds/linux/centos/7/linux-centos.pkr.hcl +++ b/builds/linux/centos/7/linux-centos.pkr.hcl @@ -22,7 +22,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -134,14 +134,14 @@ source "vsphere-iso" "linux-centos" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl b/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl index 73625ea1b..6f4f30da5 100644 --- a/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl @@ -22,7 +22,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -134,14 +134,14 @@ source "vsphere-iso" "linux-centos-stream" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl b/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl index 04488cb77..7762ae804 100644 --- a/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl @@ -22,7 +22,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -134,14 +134,14 @@ source "vsphere-iso" "linux-centos-stream" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/debian/11/linux-debian.pkr.hcl b/builds/linux/debian/11/linux-debian.pkr.hcl index 261e03d1a..f3682c480 100644 --- a/builds/linux/debian/11/linux-debian.pkr.hcl +++ b/builds/linux/debian/11/linux-debian.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -144,7 +144,7 @@ source "vsphere-iso" "linux-debian" { " auto-install/enable=true", // This types a string that sets the debconf/priority option to critical. This is used to minimize the number of questions asked during the installation process. " debconf/priority=critical", - // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. + // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. " ${local.data_source_command}", // This types a string that sets the noprompt option and then sends the "enter" key. This is used to prevent the installer from pausing for user input. " noprompt --", diff --git a/builds/linux/debian/12/linux-debian.pkr.hcl b/builds/linux/debian/12/linux-debian.pkr.hcl index bb49258f2..a66060194 100644 --- a/builds/linux/debian/12/linux-debian.pkr.hcl +++ b/builds/linux/debian/12/linux-debian.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -144,7 +144,7 @@ source "vsphere-iso" "linux-debian" { " auto-install/enable=true", // This types a string that sets the debconf/priority option to critical. This is used to minimize the number of questions asked during the installation process. " debconf/priority=critical", - // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. + // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. " ${local.data_source_command}", // This types a string that sets the noprompt option and then sends the "enter" key. This is used to prevent the installer from pausing for user input. " noprompt --", diff --git a/builds/linux/oracle/8/linux-oracle.pkr.hcl b/builds/linux/oracle/8/linux-oracle.pkr.hcl index 7d2270f9c..ba5f94c93 100644 --- a/builds/linux/oracle/8/linux-oracle.pkr.hcl +++ b/builds/linux/oracle/8/linux-oracle.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -135,14 +135,14 @@ source "vsphere-iso" "linux-oracle" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/oracle/9/linux-oracle.pkr.hcl b/builds/linux/oracle/9/linux-oracle.pkr.hcl index fe986517b..a20136b61 100644 --- a/builds/linux/oracle/9/linux-oracle.pkr.hcl +++ b/builds/linux/oracle/9/linux-oracle.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -135,14 +135,14 @@ source "vsphere-iso" "linux-oracle" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/photon/4/linux-photon.pkr.hcl b/builds/linux/photon/4/linux-photon.pkr.hcl index a4eb25559..8e047d1b6 100644 --- a/builds/linux/photon/4/linux-photon.pkr.hcl +++ b/builds/linux/photon/4/linux-photon.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } diff --git a/builds/linux/photon/5/linux-photon.pkr.hcl b/builds/linux/photon/5/linux-photon.pkr.hcl index 025f35fdd..947e1d7c8 100644 --- a/builds/linux/photon/5/linux-photon.pkr.hcl +++ b/builds/linux/photon/5/linux-photon.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } diff --git a/builds/linux/rhel/7/linux-rhel.pkr.hcl b/builds/linux/rhel/7/linux-rhel.pkr.hcl index 21f8e997f..a087cdea7 100644 --- a/builds/linux/rhel/7/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/7/linux-rhel.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,14 +137,14 @@ source "vsphere-iso" "linux-rhel" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/rhel/8/linux-rhel.pkr.hcl b/builds/linux/rhel/8/linux-rhel.pkr.hcl index 63aeb49bd..6a829db0f 100644 --- a/builds/linux/rhel/8/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/8/linux-rhel.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,14 +137,14 @@ source "vsphere-iso" "linux-rhel" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/rhel/9/linux-rhel.pkr.hcl b/builds/linux/rhel/9/linux-rhel.pkr.hcl index a909d8002..14d811255 100644 --- a/builds/linux/rhel/9/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/9/linux-rhel.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,14 +137,14 @@ source "vsphere-iso" "linux-rhel" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/rocky/8/linux-rocky.pkr.hcl b/builds/linux/rocky/8/linux-rocky.pkr.hcl index 9903ab38c..2e13b9df3 100644 --- a/builds/linux/rocky/8/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/8/linux-rocky.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -135,14 +135,14 @@ source "vsphere-iso" "linux-rocky" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/rocky/9/linux-rocky.pkr.hcl b/builds/linux/rocky/9/linux-rocky.pkr.hcl index 021bb3b9b..cd2995322 100644 --- a/builds/linux/rocky/9/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/9/linux-rocky.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -135,14 +135,14 @@ source "vsphere-iso" "linux-rocky" { boot_command = [ // This sends the "up arrow" key, typically used to navigate through boot menu options. "", - // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. + // This sends the "e" key. In the GRUB boot loader, this is used to edit the selected boot menu option. "e", - // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. + // This sends two "down arrow" keys, followed by the "end" key, and then waits. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the string "text" followed by the value of the 'data_source_command' local variable. - // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. + // This types the string "text" followed by the value of the 'data_source_command' local variable. + // This is used to modify the boot menu option's configuration to boot in text mode and specify the kickstart data source configured in the common variables. "text ${local.data_source_command}", - // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. + // This sends the "enter" key, waits, turns on the left control key, sends the "x" key, and then turns off the left control key. This is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "x" ] ip_wait_timeout = var.common_ip_wait_timeout diff --git a/builds/linux/sles/15/linux-sles.pkr.hcl b/builds/linux/sles/15/linux-sles.pkr.hcl index 89cb20aca..bdfcf768f 100644 --- a/builds/linux/sles/15/linux-sles.pkr.hcl +++ b/builds/linux/sles/15/linux-sles.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -128,7 +128,7 @@ source "vsphere-iso" "linux-sles" { "e", // This sends four "down arrow" keys and then the "end" key. This is used to navigate to a specific line in the boot menu option's configuration. "", - // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. + // This types the value of the 'data_source_command' local variable. This is used to specify the kickstart data source configured in the common variables. "${local.data_source_command}", // This sends the "F10" key. In the GRUB boot loader, this is used to save the changes and exit the boot menu option's configuration, and then continue the boot process. "" diff --git a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl index aa2206816..6cf0b6690 100644 --- a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,9 +137,9 @@ source "vsphere-iso" "linux-ubuntu" { boot_command = [ // This waits for 3 seconds, sends the "c" key, and then waits for another 3 seconds. In the GRUB boot loader, this is used to enter command line mode. "", - // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. - // The 'autoinstall' option is used to automate the installation process. - // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. + // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. + // The 'autoinstall' option is used to automate the installation process. + // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. "linux /casper/vmlinuz --- autoinstall ${local.data_source_command}", // This sends the "enter" key and then waits. This is typically used to execute the command and give the system time to process it. "", diff --git a/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl index 8f6e8db9e..72cbdabfa 100644 --- a/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,9 +137,9 @@ source "vsphere-iso" "linux-ubuntu" { boot_command = [ // This waits for 3 seconds, sends the "c" key, and then waits for another 3 seconds. In the GRUB boot loader, this is used to enter command line mode. "c", - // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. - // The 'autoinstall' option is used to automate the installation process. - // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. + // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. + // The 'autoinstall' option is used to automate the installation process. + // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. "linux /casper/vmlinuz --- autoinstall ${local.data_source_command}", // This sends the "enter" key and then waits. This is typically used to execute the command and give the system time to process it. "", diff --git a/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl index 31301ec69..38bd70e2a 100644 --- a/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl @@ -23,7 +23,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } } } @@ -137,9 +137,9 @@ source "vsphere-iso" "linux-ubuntu" { boot_command = [ // This waits for 3 seconds, sends the "c" key, and then waits for another 3 seconds. In the GRUB boot loader, this is used to enter command line mode. "c", - // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. - // The 'autoinstall' option is used to automate the installation process. - // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. + // This types a command to load the Linux kernel from the specified path with the 'autoinstall' option and the value of the 'data_source_command' local variable. + // The 'autoinstall' option is used to automate the installation process. + // The 'data_source_command' local variable is used to specify the kickstart data source configured in the common variables. "linux /casper/vmlinuz --- autoinstall ${local.data_source_command}", // This sends the "enter" key and then waits. This is typically used to execute the command and give the system time to process it. "", diff --git a/builds/windows/desktop/10/windows.pkr.hcl b/builds/windows/desktop/10/windows.pkr.hcl index ca180df88..6007d0fd6 100644 --- a/builds/windows/desktop/10/windows.pkr.hcl +++ b/builds/windows/desktop/10/windows.pkr.hcl @@ -19,7 +19,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/windows/desktop/11/windows.pkr.hcl b/builds/windows/desktop/11/windows.pkr.hcl index c290e63b7..63ecb0c2d 100644 --- a/builds/windows/desktop/11/windows.pkr.hcl +++ b/builds/windows/desktop/11/windows.pkr.hcl @@ -19,7 +19,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/windows/server/2019/windows-server.pkr.hcl b/builds/windows/server/2019/windows-server.pkr.hcl index 5bd9fef38..37db32918 100644 --- a/builds/windows/server/2019/windows-server.pkr.hcl +++ b/builds/windows/server/2019/windows-server.pkr.hcl @@ -19,7 +19,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/windows/server/2022/windows-server.pkr.hcl b/builds/windows/server/2022/windows-server.pkr.hcl index f47a16da7..9576d632c 100644 --- a/builds/windows/server/2022/windows-server.pkr.hcl +++ b/builds/windows/server/2022/windows-server.pkr.hcl @@ -19,7 +19,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/windows/server/2025/windows-server.pkr.hcl b/builds/windows/server/2025/windows-server.pkr.hcl index 28320473d..697653656 100644 --- a/builds/windows/server/2025/windows-server.pkr.hcl +++ b/builds/windows/server/2025/windows-server.pkr.hcl @@ -19,7 +19,7 @@ packer { } git = { source = "github.com/ethanmdavidson/git" - version = ">= 0.6.1" + version = ">= 0.6.2" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/docs/getting-started/requirements.md b/docs/getting-started/requirements.md index 5219833b5..e8f10bac0 100644 --- a/docs/getting-started/requirements.md +++ b/docs/getting-started/requirements.md @@ -106,7 +106,7 @@ these same directory as your Packer executable `/usr/local/bin` or `$HOME/.packe | :--- | :--- | :--- | :--- | | :simple-hashicorp:    Packer Plugin for Ansible | >= 1.1.0 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-ansible-repo]    [:material-library:][packer-plugin-ansible-docs] | | :simple-hashicorp:    Packer Plugin for VMware vSphere | >= 1.2.4 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-vsphere-repo]    [:material-library:][packer-plugin-vsphere-docs] | -| :fontawesome-brands-git:    Packer Plugin for Git | >= 0.6.1 | Community Plugin | [:fontawesome-brands-github:][packer-plugin-git-repo]    [:material-library:][packer-plugin-git-docs] | +| :fontawesome-brands-git:    Packer Plugin for Git | >= 0.6.2 | Community Plugin | [:fontawesome-brands-github:][packer-plugin-git-repo]    [:material-library:][packer-plugin-git-docs] | ## :octicons-package-dependencies-24:   Additional Software Packages