Skip to content

Commit

Permalink
chore(deps): Bump terraform from >= v1.2.3 to >= v1.2.5 (#221)
Browse files Browse the repository at this point in the history
Bumps the `terraform` from `>= v1.2.3`  to `>= v1.2.5`.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jul 13, 2022
1 parent 8dba164 commit 00f2e69
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
> Release Date: Unreleased
💫 **Enhancement**:

* Adds Red Hat Enterprise Linux 9.
* Adds CentOS 9 Stream
* Adds CentOS 9 Stream.
* Adds AlmaLinux OS 9.
* Adds options for setting the number of video displays and the size for the video memory for both Windows 11 and 10, which is useful for virtual desktop use cases (_e.g._, Horizon). The ability to set the number of displays was added in `v1.0.6` of `packer-plugin-vsphere`.

🧹 **Chore**:

* Updates vSphere to version 7.0.3d ([vCenter Server](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-vcenter-server-70u3d-release-notes.html) and [ESXi](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-70u3d-release-notes.html)) or higher to address a [known issue](https://kb.vmware.com/s/article/88255) with the Red Hat Enterprise Linux 9 with EFI firmware.
* Updates vSphere to version 7.0.3D ([vCenter Server](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-vcenter-server-70u3d-release-notes.html) and [ESXi](https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-70u3d-release-notes.html)) or higher to address a [known issue](https://kb.vmware.com/s/article/88255) with the Red Hat Enterprise Linux 9 with EFI firmware.
* Updates `required_plugins` for `packer-plugin-vsphere` to `>= v1.0.6`.
* Updates `required_versions` for `terraform` to `>= v1.2.5`.
* Updates Rocky Linux 8 to use `other4xLinuxGuest64`.
* Updates Almalinux 8 to use `other4xLinuxGuest64`.
* Removes the deprecated CentOS 8 option; end-of-life as of December 31, 2021.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@ The following software packages must be installed on the opearing system running

</details>

* HashiCorp [Terraform][terraform-install] 1.2.3 or higher.
* HashiCorp [Terraform][terraform-install] 1.2.5 or higher.
* <details>
<summary>Photon OS</summary>

```shell
TERRAFORM_VERSION="1.2.3"
TERRAFORM_VERSION="1.2.5"
OS_PACKAGES="wget unzip"

if [[ $(uname -m) == "x86_64" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion terraform/vsphere-role/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.2.3"
required_version = ">= 1.2.5"
}

0 comments on commit 00f2e69

Please sign in to comment.