Skip to content

Commit

Permalink
Merge pull request #32 from darkwizard242/feature/bump-packer-to-1.11.0
Browse files Browse the repository at this point in the history
bump packer to 1.11.0
  • Loading branch information
darkwizard242 authored May 31, 2024
2 parents d5208a2 + ff731e8 commit c16f2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
packer_app: packer
packer_version: 1.10.3
packer_version: 1.11.0
packer_os: linux
packer_arch: amd64
packer_dl_url: https://releases.hashicorp.com
Expand All @@ -32,7 +32,7 @@ packer_file_mode: '0755'
Variable | Description
----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------
packer_app | Defines the app to install i.e. **packer**
packer_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.10.3**
packer_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.11.0**
packer_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux**
packer_arch | Defines os architecture. Used to set the correct type of binaries based on OS System Architecture. Defaults to: **amd64**
packer_dl_url | Defines URL to download the packer binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for packer

packer_app: packer
packer_version: 1.10.3
packer_version: 1.11.0
packer_os: linux
packer_arch: amd64
packer_dl_url: https://releases.hashicorp.com
Expand Down

0 comments on commit c16f2e4

Please sign in to comment.