update changelog
This commit is contained in:
parent
f076c97e5c
commit
d7ba10c23e
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
### BUG FIXES:
|
### 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
|
* core/hcl2: Packer HCL's "Coalesce" function now behaves same way as
|
||||||
Terraform's. [GH-10016]
|
Terraform's. [GH-10016]
|
||||||
* core/HCL: Hide sensitive variables from output. [GH-10031]
|
* core/HCL: Hide sensitive variables from output. [GH-10031]
|
||||||
|
@ -14,9 +16,12 @@
|
||||||
|
|
||||||
### IMPROVEMENTS:
|
### IMPROVEMENTS:
|
||||||
|
|
||||||
|
* builder/google: Add service account impersonation. [GH-9968] [GH-10054]
|
||||||
* builder/oracle-oci: New option to specify image compartment separate from
|
* builder/oracle-oci: New option to specify image compartment separate from
|
||||||
build compartment. [GH-10040]
|
build compartment. [GH-10040]
|
||||||
* builder/oracle-oci: New option to specify boot volume size. [GH-10017]
|
* 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)
|
## 1.6.4 (September 30, 2020)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue