Update CHANGELOG.md
This commit is contained in:
parent
c86c193721
commit
1f4c9170c6
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,16 +1,25 @@
|
||||||
## 1.5.2 (Upcoming)
|
## 1.5.2 (Upcoming)
|
||||||
** New Builder ** The vsphere-iso builder, previously maintained by JetBrains,
|
**New Builder** The vsphere-iso builder, previously maintained by JetBrains,
|
||||||
has been merged with the Packer core. It will be officially supported by the
|
has been merged with the Packer core. It will be officially supported by the
|
||||||
Packer team at HashiCorp moving forward. [GH-8480]
|
Packer team at HashiCorp moving forward. [GH-8480]
|
||||||
|
|
||||||
### IMPROVEMENTS:
|
### IMPROVEMENTS:
|
||||||
* builder/alicloud: Add AlicloudProfile option. [GH-8560]
|
* builder/alicloud: Add AlicloudProfile option. [GH-8560]
|
||||||
* builder/amazon: Add source AMI owner ID/name to template engines [GH-8550]
|
* builder/amazon: Add source AMI owner ID/name to template engines [GH-8550]
|
||||||
|
* builder/amazon: Update instance waiters to use global waiter settings set by
|
||||||
|
`AWS_POLL_DELAY_SECONDS` and `AWS_TIMEOUT_SECONDS` [GH-8699]
|
||||||
|
* builder/azure: Allow users to use custom key vault for storing Windows
|
||||||
|
certificates [GH-8704]
|
||||||
* builder/azure: Set expiry for image versions in SIG [GH-8561]
|
* builder/azure: Set expiry for image versions in SIG [GH-8561]
|
||||||
* builder/proxmox: Add option to upload the boot ISO rather than pointing out a
|
* builder/proxmox: Add option to upload the boot ISO rather than pointing out a
|
||||||
previously manually uploaded one. [GH-8624]
|
previously manually uploaded one. [GH-8624]
|
||||||
* builder/vagrant: Fix a crash in the Vagrant driver [GH-8607]
|
* builder/vagrant: Fix a crash in the Vagrant driver [GH-8607]
|
||||||
|
* builder/yandex: Add service account ID to config [GH-8717]
|
||||||
|
* core: Add `PACKER_PLUGIN_PATH` to list of supported paths for plugin
|
||||||
|
discovery [GH-8616]
|
||||||
* core: clean up messy log line in plugin execution. [GH-8542]
|
* core: clean up messy log line in plugin execution. [GH-8542]
|
||||||
|
* core: Ensure `PACKER_HTTP_ADDR` is always set for any builder that provides a
|
||||||
|
HTTP server for file transfer [GH-8654]
|
||||||
* core: Fix loading external plugins defined in PACKER_CONFIG [GH-8582]
|
* core: Fix loading external plugins defined in PACKER_CONFIG [GH-8582]
|
||||||
* core: Log name of postprocessor running to disambiguate long chains of post-
|
* core: Log name of postprocessor running to disambiguate long chains of post-
|
||||||
processors. [GH-8613]
|
processors. [GH-8613]
|
||||||
|
@ -26,13 +35,19 @@ Packer team at HashiCorp moving forward. [GH-8480]
|
||||||
* builder/amazon: Allow AWS builder pre-validation to pass when subnet filters
|
* builder/amazon: Allow AWS builder pre-validation to pass when subnet filters
|
||||||
are present [GH-8622]
|
are present [GH-8622]
|
||||||
* builder/azure: Fix bug where deployments were not being cleaned up: [GH-8496]
|
* builder/azure: Fix bug where deployments were not being cleaned up: [GH-8496]
|
||||||
|
* builder/azure: Fix issue where WinRMPassword was being left unset [GH-8670]
|
||||||
|
* builder/lxd: Fix file uploading issue when using the file provisioner
|
||||||
|
[GH-8636]
|
||||||
* builder/null: Fix crash when configuring builder using HCL2. [GH-8612]
|
* builder/null: Fix crash when configuring builder using HCL2. [GH-8612]
|
||||||
* builder/osc: Fix ssh host detection in Public Cloud and Nets [GH-8414]
|
* builder/osc: Fix ssh host detection in Public Cloud and Nets [GH-8414]
|
||||||
* builder/vagrant: Fix bug with reading key from a path with spaces [GH-8605]
|
* builder/vagrant: Fix bug with reading key from a path with spaces [GH-8605]
|
||||||
* builder/virtualbox-ovf: Remove config dependency from StepImport [GH-8509]
|
* builder/virtualbox-ovf: Remove config dependency from StepImport [GH-8509]
|
||||||
* builder/virtualbox-vm: use config as a non pointer to avoid a panic [GH-8576]
|
* builder/virtualbox-vm: use config as a non pointer to avoid a panic [GH-8576]
|
||||||
|
* communicator/winrm: Fix issue where the value of `winrm_host` was being
|
||||||
|
ignored for some builders [GH-8615]
|
||||||
* core: Fix crash when build.sources is set to an invalid name [GH-8569]
|
* core: Fix crash when build.sources is set to an invalid name [GH-8569]
|
||||||
* core: Fix error loading .packerconfig [GH-8623]
|
* core: Fix error loading .packerconfig [GH-8623]
|
||||||
|
* core: Fix loading local ISO files when using `iso_target_path` [GH-8689]
|
||||||
* core: Fix loading of external plugins. GH-8543]
|
* core: Fix loading of external plugins. GH-8543]
|
||||||
* post-processor/docker-tag: Fix regression if no tags were specified.
|
* post-processor/docker-tag: Fix regression if no tags were specified.
|
||||||
[GH-8593]
|
[GH-8593]
|
||||||
|
|
Loading…
Reference in New Issue