Skip to content

Commit

Permalink
chore(deps): bump packer from v1.8.4 to v1.8.5
Browse files Browse the repository at this point in the history
Bumps Packer from v1.8.4 to v1.8.5

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
tenthirtyam committed Dec 13, 2022
1 parent 4678964 commit 0316ddd
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)&nbsp;&nbsp;
[![The Changelog](https://img.shields.io/badge/The%20Changelog-Read-blue?style=for-the-badge&logo=github)](CHANGELOG.md)&nbsp;&nbsp;
![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

Expand Down Expand Up @@ -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**
>
Expand All @@ -88,7 +88,7 @@ Operating systems and versions tested with the project:
<summary>Photon OS</summary>
```shell
PACKER_VERSION="1.8.4"
PACKER_VERSION="1.8.5"
OS_PACKAGES="wget unzip"
if [[ $(uname -m) == "x86_64" ]]; then
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/18-04-lts/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
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 @@ -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"
Expand Down

0 comments on commit 0316ddd

Please sign in to comment.