update changelog

This commit is contained in:
Megan Marsh 2018-12-05 10:45:51 -08:00
parent af73071489
commit ef095ad7c0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## 1.3.3 (unreleased)
## 1.3.3 (December 5, 2018)
### IMPROVEMENTS:
* builder/alicloud: Add options for system disk properties [GH-6939]
* builder/alicloud: Apply tags to relevant snapshots [GH-7040]
@ -44,6 +44,8 @@
### BUG FIXES:
* builder/amazon: Better error handling of region/credential guessing from
metadata [GH-6931]
* builder.amazon: move region validation to run so that we don't break
validation when no credentials are set [GH-7032]
* builder/hyperv: Remove -Copy:$false when calling Hyper-V\Compare-VM
compatability report [GH-7030]
* builder/qemu: Do not set detect-zeroes option when we want it "off" [GH-7064]