Skip to content

Commit

Permalink
prep for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Jan 22, 2019
1 parent 47db62d commit f51f87b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@

## (UNRELEASED)

## 1.1.0 (January 21, 2019)

packer 1.3.1 feature sync

## FEATURES

* builder/PackerCommunicator: add ssh_clear_authorized_keys [GH-158]
* builder/AmazonSourceAmiFilter: make owners a required field [GH-142]
* builder/AmazonChroot: property validation when from_scratch specified[GH-130]
* builder/DigitalOcean: property updates[GH-140]
* builder/CloudStack: property updates [GH-141]
* builder/GoogleCompute: add property min_cpu_platform [GH-145]
* builder/HypervVmcx: property updates [GH-150]
* builder/LXD: add property launch_config [GH-160]
* post_processors/VSphere: property updates [GH-157]
* provisioner/Shell: add property use_env_var_file [GH-159]


## IMPROVEMENTS

* python 3.7 support [GH-138]


## 1.0.2 (October 13, 2018)

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__ = "1.0.2"
__version__ = "1.1.0"

0 comments on commit f51f87b

Please sign in to comment.