Skip to content

Commit

Permalink
prep for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Mar 13, 2019
1 parent 8503a8a commit a4433fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

## (UNRELEASED)

## 1.4.0 (March 13, 2019)

hashicorp/packer 1.3.5 feature sync [GH-168]

### IMPROVEMENTS:
* builder/AmazonEbs: add attribute ena_support [GH-167]
* post-processor/Manifest: add attribute custom_data [GH-169]



## 1.3.1 (February 12, 2019)

### IMPROVEMENTS:
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Builders:
- googlecompute
- hcloud
- hetznercloud
- hyperone
- hyperv-iso
- hyperv-vmcx
- lxc
Expand All @@ -118,6 +119,7 @@ Builders:
- scaleway
- tencentcloud-cvm
- triton
- vagrant
- virtualbox-iso
- virtualbox-ovf
- vmware-iso
Expand All @@ -131,6 +133,7 @@ Post Processors:
- atlas
- checksum
- compress
- digitalocean-import
- docker-import
- docker-push
- docker-save
Expand All @@ -153,6 +156,7 @@ Provisioners:
- chef-solo
- converge
- file
- inspec
- powershell
- puppet-masterless
- puppet-server
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.3.1"
__version__ = "1.4.0"

0 comments on commit a4433fc

Please sign in to comment.