From 97959536e611d5a4e66f7c62a8d5ed2ca80d84ea Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 9 Apr 2024 10:26:23 -0400 Subject: [PATCH] chore(deps): bump packer-plugin-vsphere from v1.2.1 to v1.2.7 (#873) Bumps Packer Plugin for vSphere (`hashicorp/packer-plugin-vsphere`) from v1.2.1 to v1.2.7. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 9 +++++---- builds/linux/almalinux/8/linux-almalinux.pkr.hcl | 2 +- builds/linux/almalinux/9/linux-almalinux.pkr.hcl | 2 +- builds/linux/centos/7/linux-centos.pkr.hcl | 2 +- builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl | 2 +- builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl | 2 +- builds/linux/debian/11/linux-debian.pkr.hcl | 2 +- builds/linux/debian/12/linux-debian.pkr.hcl | 2 +- builds/linux/oracle/8/linux-oracle.pkr.hcl | 2 +- builds/linux/oracle/9/linux-oracle.pkr.hcl | 2 +- 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 | 2 +- builds/linux/rhel/8/linux-rhel.pkr.hcl | 2 +- builds/linux/rhel/9/linux-rhel.pkr.hcl | 2 +- builds/linux/rocky/8/linux-rocky.pkr.hcl | 2 +- builds/linux/rocky/9/linux-rocky.pkr.hcl | 2 +- builds/linux/sles/15/linux-sles.pkr.hcl | 2 +- builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl | 2 +- builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl | 2 +- builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl | 2 +- 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, 31 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a3603d5..67aa99886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## .Next +## v0.19.0 > Release Date: Unreleased @@ -43,9 +43,10 @@ - Updates `required_versions` for `packer` to `>= 1.10.0`. [#828](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/828) -- Updates `required_plugins` for `packer-plugin-vsphere` to `1.2.4`. - [#824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824) - [#871](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/871) +- Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.2.7`. + [#824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824), + [#871](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/871), + [#873](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/873) - Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.2`. [#868](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/868) - Updates `required_versions` for `terraform` to `>= 1.7.1`. diff --git a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl index a951a0376..37620aa7c 100644 --- a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl @@ -14,7 +14,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl index e5acd6532..111b937ff 100644 --- a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl @@ -14,7 +14,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/centos/7/linux-centos.pkr.hcl b/builds/linux/centos/7/linux-centos.pkr.hcl index d607e59f4..2e4218d3c 100644 --- a/builds/linux/centos/7/linux-centos.pkr.hcl +++ b/builds/linux/centos/7/linux-centos.pkr.hcl @@ -14,7 +14,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" 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 06eed59e2..c8d5991a4 100644 --- a/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl @@ -14,7 +14,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" 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 2551d0750..1691fc122 100644 --- a/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl @@ -14,7 +14,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/debian/11/linux-debian.pkr.hcl b/builds/linux/debian/11/linux-debian.pkr.hcl index 25a9a7d2c..79f94c275 100644 --- a/builds/linux/debian/11/linux-debian.pkr.hcl +++ b/builds/linux/debian/11/linux-debian.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/debian/12/linux-debian.pkr.hcl b/builds/linux/debian/12/linux-debian.pkr.hcl index b380813da..ab5ab9c31 100644 --- a/builds/linux/debian/12/linux-debian.pkr.hcl +++ b/builds/linux/debian/12/linux-debian.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/oracle/8/linux-oracle.pkr.hcl b/builds/linux/oracle/8/linux-oracle.pkr.hcl index 0a068921b..72028249e 100644 --- a/builds/linux/oracle/8/linux-oracle.pkr.hcl +++ b/builds/linux/oracle/8/linux-oracle.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/oracle/9/linux-oracle.pkr.hcl b/builds/linux/oracle/9/linux-oracle.pkr.hcl index bd5a4c631..8402f31ef 100644 --- a/builds/linux/oracle/9/linux-oracle.pkr.hcl +++ b/builds/linux/oracle/9/linux-oracle.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/photon/4/linux-photon.pkr.hcl b/builds/linux/photon/4/linux-photon.pkr.hcl index fec2fb123..0a9df93ed 100644 --- a/builds/linux/photon/4/linux-photon.pkr.hcl +++ b/builds/linux/photon/4/linux-photon.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/photon/5/linux-photon.pkr.hcl b/builds/linux/photon/5/linux-photon.pkr.hcl index 35d2413cb..c1eb6b41f 100644 --- a/builds/linux/photon/5/linux-photon.pkr.hcl +++ b/builds/linux/photon/5/linux-photon.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/rhel/7/linux-rhel.pkr.hcl b/builds/linux/rhel/7/linux-rhel.pkr.hcl index 7694bcc46..151755e9c 100644 --- a/builds/linux/rhel/7/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/7/linux-rhel.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/rhel/8/linux-rhel.pkr.hcl b/builds/linux/rhel/8/linux-rhel.pkr.hcl index 8732ba6f3..0b6bd63c1 100644 --- a/builds/linux/rhel/8/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/8/linux-rhel.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/rhel/9/linux-rhel.pkr.hcl b/builds/linux/rhel/9/linux-rhel.pkr.hcl index 5b9707e21..0e0409c7d 100644 --- a/builds/linux/rhel/9/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/9/linux-rhel.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/rocky/8/linux-rocky.pkr.hcl b/builds/linux/rocky/8/linux-rocky.pkr.hcl index 015959342..3dd905b60 100644 --- a/builds/linux/rocky/8/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/8/linux-rocky.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/rocky/9/linux-rocky.pkr.hcl b/builds/linux/rocky/9/linux-rocky.pkr.hcl index eee655736..bd74aecc2 100644 --- a/builds/linux/rocky/9/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/9/linux-rocky.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/sles/15/linux-sles.pkr.hcl b/builds/linux/sles/15/linux-sles.pkr.hcl index 2b729b32a..d44773132 100644 --- a/builds/linux/sles/15/linux-sles.pkr.hcl +++ b/builds/linux/sles/15/linux-sles.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" 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 8a49ba8da..bd3a55217 100644 --- a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" 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 43dc43b77..c57948300 100644 --- a/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl index 83b76aab9..6f4689c88 100644 --- a/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } ansible = { source = "github.com/hashicorp/ansible" diff --git a/builds/windows/desktop/10/windows.pkr.hcl b/builds/windows/desktop/10/windows.pkr.hcl index 53dcb08d4..293849b2b 100644 --- a/builds/windows/desktop/10/windows.pkr.hcl +++ b/builds/windows/desktop/10/windows.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } git = { source = "github.com/ethanmdavidson/git" diff --git a/builds/windows/desktop/11/windows.pkr.hcl b/builds/windows/desktop/11/windows.pkr.hcl index 2e3f35d98..3cfceebe9 100644 --- a/builds/windows/desktop/11/windows.pkr.hcl +++ b/builds/windows/desktop/11/windows.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } git = { source = "github.com/ethanmdavidson/git" diff --git a/builds/windows/server/2019/windows-server.pkr.hcl b/builds/windows/server/2019/windows-server.pkr.hcl index a876f1063..65a22e542 100644 --- a/builds/windows/server/2019/windows-server.pkr.hcl +++ b/builds/windows/server/2019/windows-server.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } git = { source = "github.com/ethanmdavidson/git" diff --git a/builds/windows/server/2022/windows-server.pkr.hcl b/builds/windows/server/2022/windows-server.pkr.hcl index 0311d27e8..3967c2660 100644 --- a/builds/windows/server/2022/windows-server.pkr.hcl +++ b/builds/windows/server/2022/windows-server.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } git = { source = "github.com/ethanmdavidson/git" diff --git a/builds/windows/server/2025/windows-server.pkr.hcl b/builds/windows/server/2025/windows-server.pkr.hcl index 757c2b606..7632ddd6b 100644 --- a/builds/windows/server/2025/windows-server.pkr.hcl +++ b/builds/windows/server/2025/windows-server.pkr.hcl @@ -15,7 +15,7 @@ packer { required_plugins { vsphere = { source = "github.com/hashicorp/vsphere" - version = "1.2.4" + version = ">= 1.2.7" } git = { source = "github.com/ethanmdavidson/git" diff --git a/docs/getting-started/requirements.md b/docs/getting-started/requirements.md index e8f10bac0..cc276ed18 100644 --- a/docs/getting-started/requirements.md +++ b/docs/getting-started/requirements.md @@ -105,7 +105,7 @@ these same directory as your Packer executable `/usr/local/bin` or `$HOME/.packe | Plugin | Version | Description | Resources | | :--- | :--- | :--- | :--- | | :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] | +| :simple-hashicorp:    Packer Plugin for VMware vSphere | >= 1.2.7 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-vsphere-repo]    [:material-library:][packer-plugin-vsphere-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] |