Skip to content

Commit

Permalink
prep for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Jul 31, 2018
1 parent d30988d commit a6b52a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

## (UNRELEASED)

## 1.0.0 (July 30, 2018)

stable release of packerlicious API.

### IMPROVEMENTS:

* post_processors/AmazonImport : add s3_key_name [GH-119]
* community.provisioner/Inspec: add support for packer InSpec provisioner plugin [GH-118]

### MISC:

* increase test coverage [GH-18]


## 0.9.0 (July 22, 2018)

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ About

packerlicious - a python library to create `packer`_ templates.

Project follows `semantic versioning`_ , v0.x.x API should be considered unstable, API will change frequently, please plan accordingly.


This project leverages the logic engine of `troposphere`_.

Expand Down Expand Up @@ -161,6 +159,9 @@ Provisioners:
- windows-restart


Community Plugins:
- packer-provisioner-inspec

Licensing
=========

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.9.0"
__version__ = "1.0.0"

0 comments on commit a6b52a3

Please sign in to comment.