Skip to content

Commit

Permalink
chore(deps): bump packer from v1.9.4 to v1.10.0 (#828)
Browse files Browse the repository at this point in the history
Bumps Packer (`hashicorp/packer`) from v1.9.4 to v1.10.0.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 26, 2024
1 parent 7dc3fcd commit 0188892
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

:sweat_drops: **Chore**:

- Updates `required_versions` for `packer` to `>= 1.10.0`. [GH-828](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/828)
- Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.2.4`. [GH-824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824)
- Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.1`. [GH-827](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/827)
- Updates `required_plugins` for `rgl/packer-plugin-windows-update` to `>= 0.15.0`. [GH-826](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/826)
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 @@ -10,7 +10,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -10,7 +10,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -10,7 +10,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -10,7 +10,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -10,7 +10,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
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 @@ -11,7 +11,7 @@
// The Packer configuration.

packer {
required_version = ">= 1.9.4"
required_version = ">= 1.10.0"
required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ The project is tested on the following operating systems for the Packer host [^1

### :octicons-terminal-24: &nbsp; Packer CLI

HashiCorp [Packer][packer-install] 1.9.4 or higher.
HashiCorp [Packer][packer-install] 1.10.0 or higher.

=== ":fontawesome-brands-linux: &nbsp; VMware Photon OS"

You can install Packer on VMware Photon OS using the following commands:

```shell
PACKER_VERSION="1.9.4"
PACKER_VERSION="1.10.0"
OS_PACKAGES="wget unzip"

if [[ $(uname -m) == "x86_64" ]]; then
Expand Down

0 comments on commit 0188892

Please sign in to comment.