parent
2e9e7d13b6
commit
1a08bf8ce9
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,8 +4,8 @@
|
||||||
* **New command** `fmt` allows users to format existing HCL2 configuration
|
* **New command** `fmt` allows users to format existing HCL2 configuration
|
||||||
files into a canonical style. Please see [fmt command
|
files into a canonical style. Please see [fmt command
|
||||||
docs](https://packer.io/docs/commands/fmt) for more details. [GH-10225]
|
docs](https://packer.io/docs/commands/fmt) for more details. [GH-10225]
|
||||||
* **New function** `env`allows users to set the default value of a variable to
|
* **New function** `env` allows users to set the default value of a variable to
|
||||||
the value of some environment variable. Please see [env function
|
the value of an environment variable. Please see [env function
|
||||||
docs](https://www.packer.io/docs/from-1.5/functions/contextual/env") for
|
docs](https://www.packer.io/docs/from-1.5/functions/contextual/env") for
|
||||||
more details. [GH-10240]
|
more details. [GH-10240]
|
||||||
* builder/azure-arm: Create keyvaults with SoftDelete enabled [GH-10210]
|
* builder/azure-arm: Create keyvaults with SoftDelete enabled [GH-10210]
|
||||||
|
@ -14,16 +14,16 @@
|
||||||
[GH-10188]
|
[GH-10188]
|
||||||
|
|
||||||
### IMPROVEMENTS
|
### IMPROVEMENTS
|
||||||
* builder/amazon-ebs: Add tags to launch template. [GH-10203]
|
* builder/amazon-ebs: Add tags to launch templates. [GH-10203]
|
||||||
* builder/azure-arm: Add Azure CLI authentication support to builder.
|
* builder/azure-arm: Add Azure CLI authentication support to builder.
|
||||||
[GH-10157]
|
[GH-10157]
|
||||||
* core/hcl: Update to `hcl2_upgrade` command to support complex variable
|
* core/hcl: Update to `hcl2_upgrade` command to support complex variable
|
||||||
values, and packer version blocks. [GH-10221]
|
values and packer version blocks. [GH-10221]
|
||||||
* post-processor/vagrant-cloud: Add support for uploading directly to storage
|
* post-processor/vagrant-cloud: Add support for uploading directly to storage
|
||||||
on Vagrant Cloud. [GH-10193]
|
on Vagrant Cloud. [GH-10193]
|
||||||
|
|
||||||
### BUG FIXES
|
### BUG FIXES
|
||||||
* builder/amazon: Fix single `tag` interpolation to allow for template engine
|
* builder/amazon: Fix single `tag` interpolation to allow for templating engine
|
||||||
usage. [GH-10224]
|
usage. [GH-10224]
|
||||||
|
|
||||||
## 1.6.5 (October 30, 2020)
|
## 1.6.5 (October 30, 2020)
|
||||||
|
|
Loading…
Reference in New Issue