diff --git a/CHANGELOG.md b/CHANGELOG.md index a756d1d10..2f8df1223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,9 @@ - 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`. +- 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 `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 7ddac780c..a951a0376 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.4" } 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 fbf19a2e9..e5acd6532 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.4" } 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 36249947d..d607e59f4 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.4" } 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 0d61acdce..06eed59e2 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.4" } 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 46a899004..2551d0750 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.4" } 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 3893d1848..25a9a7d2c 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.4" } 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 b2ede8956..b380813da 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.4" } 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 0c02a018a..0a068921b 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.4" } 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 4a2a69ceb..bd5a4c631 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.4" } 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 eed93fb6d..fec2fb123 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.4" } 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 a954b5c61..35d2413cb 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.4" } 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 41d916acf..7694bcc46 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.4" } 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 818336792..8732ba6f3 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.4" } 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 550abc926..5b9707e21 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.4" } 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 facaef37e..015959342 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.4" } 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 1feff2467..eee655736 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.4" } 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 3b09cb2a3..2b729b32a 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.4" } 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 c945015a2..8a49ba8da 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.4" } 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 e7c40fe58..43dc43b77 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.4" } 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 931e76396..83b76aab9 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.4" } 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 b7bba99db..53dcb08d4 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.4" } 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 6660a8e0e..2e3f35d98 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.4" } 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 1a52eabd2..a876f1063 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.4" } 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 19613cc9b..0311d27e8 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.4" } 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 fd4344e89..757c2b606 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.4" } git = { source = "github.com/ethanmdavidson/git"