Skip to content

Releases: grv87/gradle-packer-plugin

v2.4.0

20 May 10:33
0634a1c
Compare
Choose a tag to compare

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

26 Mar 19:24
a3cac39
Compare
Choose a tag to compare

2.3.3 (2017-03-26)

Bug Fixes

  • Support basic Packer template functions (a3cac39)

v2.3.2

16 Mar 09:41
9eed898
Compare
Choose a tag to compare

2.3.2 (2017-03-16)

Bug Fixes

  • Fix issues with inputs of provisioners (9eed898, closes #14)

v2.3.1

14 Mar 20:52
68c82bf
Compare
Choose a tag to compare

2.3.1 (2017-03-14)

Bug Fixes

  • amazon: Fix UP-TO-DATE for Amazon build (68c82bf)

v2.3.0

13 Feb 18:52
387ef7d
Compare
Choose a tag to compare

2.3.0 (2017-02-13)

Features

  • Support simple and sequence post-processor definitions (387ef7d)

v2.2.0

17 Jan 20:15
Compare
Choose a tag to compare

2.2.0 (2017-01-17)

Features

  • Improve task ordering via mustRunAfter and shouldRunAfter (10de1f0)
  • Add clean task for Amazon (cf3be6a)

v2.1.0

01 Jan 17:33
Compare
Choose a tag to compare

2.1.0 (2017-01-01)

Features

  • Power off virtualbox VM before unregister (3d782ca)

v2.0.2

01 Jan 09:00
Compare
Choose a tag to compare

2.0.2 (2017-01-01)

Bug Fixes

  • Fix errors with Vagrant post-processor and cleaning (73cfab7)

v2.0.1

28 Dec 15:53
Compare
Choose a tag to compare

2.0.1 (2016-12-28)

Bug Fixes

  • inputs.property should be serializable (3e961ed)

v2.0.0

26 Dec 18:59
Compare
Choose a tag to compare

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

  • Change of plugin id