From 10f2a8895452f7541d6448b155e8771707c19422 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Jul 2013 17:13:19 +0900 Subject: [PATCH] Update CHANGELOG for packer fix --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdddea4bb..b64eccbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ ## 0.2.0 (unreleased) +BACKWARDS INCOMPATIBILITIES: + +* "iso_md5" in the virtualbox and vmware builders is replaced with + "iso_checksum" and "iso_checksum_type" (with the latter set to "md5"). + See the announce below on `packer fix` to automatically fix your templates. + FEATURES: +* **NEW COMMAND:** `packer fix` will attempt to fix templates from older + versions of Packer that are now broken due to backwards incompatibilities. + This command will fix the backwards incompatibilities introduced in this + version. * Amazon EBS builder can now optionally use a pre-made security group instead of randomly generating one. * DigitalOcean API key and client IDs can now be passed in as