Skip to content

Commit

Permalink
chore(deps): bump gomplate from v3.11.5 to v3.11.7 (#825)
Browse files Browse the repository at this point in the history
Bumps gomplate from v3.11.5 to v3.11.7.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 26, 2024
1 parent b8b0999 commit f78179d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Updates Windows 11 22H2 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Windows 10 22H2 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Windows Server 2022 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Gomplate to `3.11.7`. [GH-256](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825)

## v23.11

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ The following additional software packages must be installed on the operating sy
sudo apt -y install git jq xorriso whois terraform
```

- [gomplate][gomplate-install] 3.11.5 or higher.
- [gomplate][gomplate-install] 3.11.7 or higher.

```shell
GOMPLATE_VERSION="3.11.5"
GOMPLATE_VERSION="3.11.7"
LINUX_ARCH="amd64"

sudo curl -o /usr/local/bin/gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-${LINUX_ARCH}
Expand All @@ -183,7 +183,7 @@ The following additional software packages must be installed on the operating sy
- [jq][jq] - A command-line JSON processor.
- Coreutils
- HashiCorp [Terraform][terraform-install] 1.6.0 or higher.
- [gomplate][gomplate-install] 3.11.5 or higher.
- [gomplate][gomplate-install] 3.11.7 or higher.

```shell
pip3 install --user ansible-core==2.15
Expand Down

0 comments on commit f78179d

Please sign in to comment.