Releases: grv87/gradle-packer-plugin
Releases · grv87/gradle-packer-plugin
v2.4.0
2.4.0 (2017-05-20)
Bug Fixes
- don't create
validate
task if it already exists (d8928be)
- Change of Gradle log level should not affect UP-TO-DATE check (4ec3981)
- Enable Packer debugging whenever Gradle debugging is enabled (f038361)
- Don't fail if there is no
variables
section in the template (7752831)
- amazon: Interpolate
source_ami_filter.owners
configuration (4fc1e0c)
- amazon-ebs:
- fix type error in
source_ami_filter.owners
configuration processing (b625891)
- Fix UP-TO-DATE detection with
timestamp
or uuid
functions in AMI name (c529a96)
Features
- get current LogLevel from
project.logging.level
if possible (cb07082)
- don't include internal tasks into groups (522f00d, closes #17)
- create tasks immediately, not after project evaluation (5f7edc6)
- add common task for template (a026409)
- Add AWS debugging (9e65c12)
- Use template filename for task name if there is no
name
variable (6f0d5bd)
- Add additional Packer template functions (41506f4)
- debug: don't use PACKER_LOG env var to debug templates and builds (4300c65)
v2.3.3
2.3.3 (2017-03-26)
Bug Fixes
- Support basic Packer template functions (a3cac39)
v2.3.2
2.3.2 (2017-03-16)
Bug Fixes
- Fix issues with inputs of provisioners (9eed898, closes #14)
v2.3.1
2.3.1 (2017-03-14)
Bug Fixes
- amazon: Fix UP-TO-DATE for Amazon build (68c82bf)
v2.3.0
2.3.0 (2017-02-13)
Features
- Support simple and sequence post-processor definitions (387ef7d)
v2.2.0
2.2.0 (2017-01-17)
Features
- Improve task ordering via mustRunAfter and shouldRunAfter (10de1f0)
- Add clean task for Amazon (cf3be6a)
v2.1.0
2.1.0 (2017-01-01)
Features
- Power off virtualbox VM before unregister (3d782ca)
v2.0.2
2.0.2 (2017-01-01)
Bug Fixes
- Fix errors with Vagrant post-processor and cleaning (73cfab7)
v2.0.1
2.0.1 (2016-12-28)
Bug Fixes
- inputs.property should be serializable (3e961ed)
v2.0.0
2.0.0 (2016-12-26)
Bug Fixes
- Quotes in
aws
call should be escaped under Windows only (1ace2ba)
Features
- Support for
most_recent
option of amazon-ebs
builder (9d322da)
- Support for source_ami_filter (4a1e3de, closes #7)
BREAKING CHANGES