Skip to content

Commit

Permalink
chore(deps): bump packer-plugin-vsphere from v1.2.1 to v1.2.7 (#873)
Browse files Browse the repository at this point in the history
Bumps Packer Plugin for vSphere (`hashicorp/packer-plugin-vsphere`) from v1.2.1 to v1.2.7.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Apr 9, 2024
1 parent 40c9557 commit 9795953
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 30 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## .Next
## v0.19.0

> Release Date: Unreleased
Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/almalinux/8/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/almalinux/9/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/7/linux-centos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/debian/11/linux-debian.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/debian/12/linux-debian.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/oracle/8/linux-oracle.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/oracle/9/linux-oracle.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/photon/4/linux-photon.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/photon/5/linux-photon.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/7/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/8/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/9/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rocky/8/linux-rocky.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rocky/9/linux-rocky.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/sles/15/linux-sles.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/desktop/10/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/desktop/11/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/server/2019/windows-server.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/server/2022/windows-server.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/server/2025/windows-server.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ these same directory as your Packer executable `/usr/local/bin` or `$HOME/.packe
| Plugin | Version | Description | Resources |
| :--- | :--- | :--- | :--- |
| :simple-hashicorp: &nbsp;&nbsp; Packer Plugin for Ansible | >= 1.1.0 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-ansible-repo] &nbsp;&nbsp; [:material-library:][packer-plugin-ansible-docs] |
| :simple-hashicorp: &nbsp;&nbsp; Packer Plugin for VMware vSphere | >= 1.2.4 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-vsphere-repo] &nbsp;&nbsp; [:material-library:][packer-plugin-vsphere-docs] |
| :simple-hashicorp: &nbsp;&nbsp; Packer Plugin for VMware vSphere | >= 1.2.7 | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-vsphere-repo] &nbsp;&nbsp; [:material-library:][packer-plugin-vsphere-docs] |
| :fontawesome-brands-git: &nbsp;&nbsp; Packer Plugin for Git | >= 0.6.2 | Community Plugin | [:fontawesome-brands-github:][packer-plugin-git-repo] &nbsp;&nbsp; [:material-library:][packer-plugin-git-docs] |


Expand Down

0 comments on commit 9795953

Please sign in to comment.