Skip to content

Commit

Permalink
prep for v0.6.0. update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Mar 18, 2018
1 parent 6d478b0 commit a079232
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@



## 0.6.0 (March 18, 2018)

### NOTEWORTHY
* Drop support for EOL python versions (2.6, 3.3) [GH-98]
* builder/HyperV: rename to builder/HypervIso [GH-100]

### FEATURES:
* builder/HypervVmcx: add support for packer's Hyper-V (from a vmcx) builder [GH-97]
* builder/ParallelsIso: add support for packer's parallels ISO builder [GH-99]
* builder/ParallelsPvm: add support for packer's parallels PVM builder [GH-99]
* provisioner: add support for packer pause_before [GH-90]

### IMPROVEMENTS:

* fix list of list(aka jagged array) attributes causing exception during rendering [GH-101]
* builder/Amazon: add attribute temporary_security_group_source_cidr [GH-79]
* builder/Docker: add attribute fix_upload_owner [GH-73]
* builder/HypervIso: add attribute vhd_temp_path [GH-78]
* builder/VirtualboxOvf: add attribute keep_registered [GH-76]
* builder/VMwareIso: add attribute disable_vnc [GH-75]
* provisioner/puppet: add attribute guest_os_type [GH-74]

### MISC:

* ci: install packer binary for ci testing [GH-77]



## 0.5.0 (October 13, 2017)
Thanks to all the hacktoberfest participants that made this release possible.

Expand Down
2 changes: 1 addition & 1 deletion src/packerlicious/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit a079232

Please sign in to comment.