Skip to content

Commit

Permalink
packer 1.3.3 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Feb 3, 2019
1 parent 300b9c2 commit 2ebaba7
Show file tree
Hide file tree
Showing 8 changed files with 586 additions and 141 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@

## (UNRELEASED)


## 1.2.0 (UNRELEASED)

packer 1.3.3 feature sync

## FEATURES

* builder/VirtualBoxIso: add memory, cpu, and usb attributes [GH-163]
* builder/HetznerCloud: add support for packer Hetzner Cloud builder
* provisioner/Breakpoint: add support for packer breakpoint provisioner


### IMPROVEMENTS:

* community.builder/ArmImage: add support for solo-io/packer-builder-arm-image [GH-164]


## 1.1.0 (January 21, 2019)

packer 1.3.1 feature sync
Expand Down
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Builders:
- docker
- file
- googlecompute
- hcloud
- hetznercloud
- hyperv-iso
- hyperv-vmcx
- lxc
Expand Down Expand Up @@ -145,6 +147,7 @@ Provisioners:

- ansible-local
- ansible
- breakpoint
- chef-client
- chef-solo
- converge
Expand All @@ -161,7 +164,13 @@ Provisioners:

Community Plugins:

- packer-provisioner-inspec
Builders:

- solo-io/packer-builder-arm-image

Provisioners:

- jrbeilke/packer-provisioner-inspec

Licensing
=========
Expand Down

0 comments on commit 2ebaba7

Please sign in to comment.