Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@grv87 grv87 released this 20 May 10:33
· 190 commits to develop since this release
0634a1c

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)