From d7ba10c23eec8491f35d1826ba4e2c45c3e900bd Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 7 Oct 2020 15:52:06 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7349bc856..0609ad40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### BUG FIXES: +* builder/azure-chroot: Fix typo in option `exlude_from_latest` to + `exclude_from_latest`. Old name will still be respected. [GH-10034] * core/hcl2: Packer HCL's "Coalesce" function now behaves same way as Terraform's. [GH-10016] * core/HCL: Hide sensitive variables from output. [GH-10031] @@ -14,9 +16,12 @@ ### IMPROVEMENTS: +* builder/google: Add service account impersonation. [GH-9968] [GH-10054] * builder/oracle-oci: New option to specify image compartment separate from build compartment. [GH-10040] * builder/oracle-oci: New option to specify boot volume size. [GH-10017] +* builder/scaleway: Allow the user to use an image label (eg ubuntu_focal) + instead of a hardcoded UUID on the Scaleway builder. [GH-10061] ## 1.6.4 (September 30, 2020)