update changelog
This commit is contained in:
parent
8f73a44410
commit
688ed63edf
|
@ -14,6 +14,7 @@
|
||||||
[GH-9082]
|
[GH-9082]
|
||||||
* builder/google: Implement iap proxy for googlecompute [GH-9105]
|
* builder/google: Implement iap proxy for googlecompute [GH-9105]
|
||||||
* builder/googlecompute: Changed default disk size. [GH-9071]
|
* builder/googlecompute: Changed default disk size. [GH-9071]
|
||||||
|
* builder/qemu: add support for using a network bridge [GH-9159]
|
||||||
* builder/virtualbox: Add `output_filename` config option to allow to set a
|
* builder/virtualbox: Add `output_filename` config option to allow to set a
|
||||||
custom filename instead of forcing to be the same as vm_name. [GH-9174]
|
custom filename instead of forcing to be the same as vm_name. [GH-9174]
|
||||||
* builder/vsphere: floppy_label Parameter for vsphere-iso Builder [GH-9187]
|
* builder/vsphere: floppy_label Parameter for vsphere-iso Builder [GH-9187]
|
||||||
|
@ -23,12 +24,14 @@
|
||||||
the AWS Secrets Manager [GH-9202]
|
the AWS Secrets Manager [GH-9202]
|
||||||
* core: HCL logs now display source type and source name (`type.name`) in logs
|
* core: HCL logs now display source type and source name (`type.name`) in logs
|
||||||
to differentiate more easily who says what. [GH-9257]
|
to differentiate more easily who says what. [GH-9257]
|
||||||
|
* core: update consul and vault dependencies [GH-9205]
|
||||||
* core: Update vendored "go-getter" library with checksum fixes.
|
* core: Update vendored "go-getter" library with checksum fixes.
|
||||||
* post-processor/docker-push: Support pushing multiple tags [GH-9182]
|
* post-processor/docker-push: Support pushing multiple tags [GH-9182]
|
||||||
* post-processor/docker-tag: Change field name of docker tag to "tags" instead
|
* post-processor/docker-tag: Change field name of docker tag to "tags" instead
|
||||||
of "tag" since it's a list. Keep "tag" for backwards compatability.
|
of "tag" since it's a list. Keep "tag" for backwards compatability.
|
||||||
[GH-9183]
|
[GH-9183]
|
||||||
* update consul and vault dependencies [GH-9205]
|
* provisioner/powershell: Update default execute command to handle script
|
||||||
|
errors [GH-9040]
|
||||||
|
|
||||||
### BUG FIXES:
|
### BUG FIXES:
|
||||||
* builder/azure-arm: Update runtime constants with a valid DataDiskName
|
* builder/azure-arm: Update runtime constants with a valid DataDiskName
|
||||||
|
|
Loading…
Reference in New Issue