Skip to content

v1.1.0

Compare
Choose a tag to compare
@mayn mayn released this 22 Jan 05:01
· 24 commits to master since this release

packer 1.3.1 feature sync

BACKWARDS INCOMPATIBILITY

  • EnvVars output rendering has changed. see [GH-170]

FEATURES

  • builder/PackerCommunicator: add ssh_clear_authorized_keys [GH-158]
  • builder/AmazonSourceAmiFilter: make owners a required field [GH-142]
  • builder/AmazonChroot: property validation when from_scratch specified[GH-130]
  • builder/DigitalOcean: property updates[GH-140]
  • builder/CloudStack: property updates [GH-141]
  • builder/GoogleCompute: add property min_cpu_platform [GH-145]
  • builder/HypervVmcx: property updates [GH-150]
  • builder/LXD: add property launch_config [GH-160]
  • post_processors/VSphere: property updates [GH-157]
  • provisioner/Shell: add property use_env_var_file [GH-159]

IMPROVEMENTS