From 0316dddf1a993463a32a75b8f2c616bccf8a3fab Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Tue, 13 Dec 2022 13:12:38 -0500 Subject: [PATCH] chore(deps): bump packer from v1.8.4 to v1.8.5 Bumps Packer from v1.8.4 to v1.8.5 Signed-off-by: Ryan Johnson --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- CHANGELOG.md | 2 +- README.md | 6 +++--- 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/photon/4/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/18-04-lts/linux-ubuntu.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/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 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 325f75eef..90d35ad34 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -55,7 +55,7 @@ body: attributes: label: HashiCorp Packer description: Please provide the HashiCorp Packer version. - placeholder: 1.8.4 + placeholder: 1.8.5 validations: required: true - type: input diff --git a/CHANGELOG.md b/CHANGELOG.md index ccba35757..05c0307cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ - Updates Windows Server 2019 to November 2022 (US English) release. [GH-373](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/373) - Updates Windows 11 22H2 to November 2022 (US English) release. [GH-419](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/419) - Updates Windows 10 22H2 to November 2022 (US English) release. [GH-374](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/374) -- Updates `required_versions` for `packer` to `>= 1.8.4`. [GH-328](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/328) +- Updates `required_versions` for `packer` to `>= 1.8.5`. [GH-328](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/328) - Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.1.1`. [GH-416](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/416) - Updates `required_versions` for `terraform` to `>= 1.3.6`. [GH-391](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/391) - Updates `required_versions` for `hashicorp/hcp` to `>= 0.51.0`. [GH-408](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/408), [GH-409](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/396), [GH-410](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/410), [GH-411](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/411), [GH-412](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/412), [GH-413](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/413), [GH-414](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/414), [GH-415](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/415) diff --git a/README.md b/README.md index aba55d356..199793ff1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Last Commit](https://img.shields.io/github/last-commit/vmware-samples/packer-examples-for-vsphere?style=for-the-badge&logo=github)   [![The Changelog](https://img.shields.io/badge/The%20Changelog-Read-blue?style=for-the-badge&logo=github)](CHANGELOG.md)   -![Packer 1.8.4+](https://img.shields.io/badge/HashiCorp%20Packer-1.8.4+-blue?style=for-the-badge&logo=packer&logoColor=white) +![Packer 1.8.5+](https://img.shields.io/badge/HashiCorp%20Packer-1.8.5+-blue?style=for-the-badge&logo=packer&logoColor=white) ## Table of Contents @@ -78,7 +78,7 @@ Operating systems and versions tested with the project: **Packer**: -- HashiCorp [Packer][packer-install] 1.8.4 or higher. +- HashiCorp [Packer][packer-install] 1.8.5 or higher. > **Note** > @@ -88,7 +88,7 @@ Operating systems and versions tested with the project: Photon OS ```shell - PACKER_VERSION="1.8.4" + PACKER_VERSION="1.8.5" OS_PACKAGES="wget unzip" if [[ $(uname -m) == "x86_64" ]]; then diff --git a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl index 75144dc63..f3d9f7e73 100644 --- a/builds/linux/almalinux/8/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/8/linux-almalinux.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl index 92a5ce7bb..ea87d70e4 100644 --- a/builds/linux/almalinux/9/linux-almalinux.pkr.hcl +++ b/builds/linux/almalinux/9/linux-almalinux.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/centos/7/linux-centos.pkr.hcl b/builds/linux/centos/7/linux-centos.pkr.hcl index ecbb3c392..9b7d9a7fc 100644 --- a/builds/linux/centos/7/linux-centos.pkr.hcl +++ b/builds/linux/centos/7/linux-centos.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" 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 605e79882..7444fbb4c 100644 --- a/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" 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 bd191a4bd..e378db98f 100644 --- a/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl +++ b/builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/debian/11/linux-debian.pkr.hcl b/builds/linux/debian/11/linux-debian.pkr.hcl index ce8dbf289..a38eb511d 100644 --- a/builds/linux/debian/11/linux-debian.pkr.hcl +++ b/builds/linux/debian/11/linux-debian.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/photon/4/linux-photon.pkr.hcl b/builds/linux/photon/4/linux-photon.pkr.hcl index 0bbd22e57..d4144f1a2 100644 --- a/builds/linux/photon/4/linux-photon.pkr.hcl +++ b/builds/linux/photon/4/linux-photon.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/rhel/7/linux-rhel.pkr.hcl b/builds/linux/rhel/7/linux-rhel.pkr.hcl index ab21955d1..c33c8a5e5 100644 --- a/builds/linux/rhel/7/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/7/linux-rhel.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/rhel/8/linux-rhel.pkr.hcl b/builds/linux/rhel/8/linux-rhel.pkr.hcl index 0b342f3db..184e07f05 100644 --- a/builds/linux/rhel/8/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/8/linux-rhel.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/rhel/9/linux-rhel.pkr.hcl b/builds/linux/rhel/9/linux-rhel.pkr.hcl index c6cdf6434..f01f951e8 100644 --- a/builds/linux/rhel/9/linux-rhel.pkr.hcl +++ b/builds/linux/rhel/9/linux-rhel.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/rocky/8/linux-rocky.pkr.hcl b/builds/linux/rocky/8/linux-rocky.pkr.hcl index 636824c79..1dc3b2bf9 100644 --- a/builds/linux/rocky/8/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/8/linux-rocky.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/rocky/9/linux-rocky.pkr.hcl b/builds/linux/rocky/9/linux-rocky.pkr.hcl index c803519b8..63fb5c1dd 100644 --- a/builds/linux/rocky/9/linux-rocky.pkr.hcl +++ b/builds/linux/rocky/9/linux-rocky.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/sles/15/linux-sles.pkr.hcl b/builds/linux/sles/15/linux-sles.pkr.hcl index 977a3487e..281f6e82b 100644 --- a/builds/linux/sles/15/linux-sles.pkr.hcl +++ b/builds/linux/sles/15/linux-sles.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/linux/ubuntu/18-04-lts/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/18-04-lts/linux-ubuntu.pkr.hcl index 53029c1d9..bb7102f08 100644 --- a/builds/linux/ubuntu/18-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/18-04-lts/linux-ubuntu.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" 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 3a83cda33..1228c7a5d 100644 --- a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" 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 abf2b3696..67f4fcd23 100644 --- a/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl +++ b/builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/windows/desktop/10/windows.pkr.hcl b/builds/windows/desktop/10/windows.pkr.hcl index 5a43b33b0..cd1a6d96a 100644 --- a/builds/windows/desktop/10/windows.pkr.hcl +++ b/builds/windows/desktop/10/windows.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/windows/desktop/11/windows.pkr.hcl b/builds/windows/desktop/11/windows.pkr.hcl index 02712bbef..a21c51c12 100644 --- a/builds/windows/desktop/11/windows.pkr.hcl +++ b/builds/windows/desktop/11/windows.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/windows/server/2019/windows-server.pkr.hcl b/builds/windows/server/2019/windows-server.pkr.hcl index 0299d50a4..f0250024e 100644 --- a/builds/windows/server/2019/windows-server.pkr.hcl +++ b/builds/windows/server/2019/windows-server.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2" diff --git a/builds/windows/server/2022/windows-server.pkr.hcl b/builds/windows/server/2022/windows-server.pkr.hcl index 03c78cba6..b7a9deec8 100644 --- a/builds/windows/server/2022/windows-server.pkr.hcl +++ b/builds/windows/server/2022/windows-server.pkr.hcl @@ -7,7 +7,7 @@ // The Packer configuration. packer { - required_version = ">= 1.8.4" + required_version = ">= 1.8.5" required_plugins { git = { version = ">= 0.3.2"