update changelog

This commit is contained in:
Megan Marsh 2021-04-26 14:46:55 -07:00
parent 28567dedb8
commit b66a8b783a
1 changed files with 72 additions and 0 deletions

View File

@ -1,5 +1,77 @@
## 1.7.3 (Upcoming)
### IMPROVEMENTS:
Major refactor: Extracted a majority of HashiCorp-maintained and community plugins from the Packer Core repository. They now live in their own multi-component plugin repositiores. The following repositories have been created, and their components have been deleted from the "github.com/hashicorp/packer" repository.
"github.com/hashicorp/packer-plugin-docker"
"github.com/hashicorp/packer-plugin-amazon"
"github.com/hashicorp/packer-plugin-ansible"
"github.com/hashicorp/packer-plugin-inspec"
"github.com/hashicorp/packer-plugin-azure"
"github.com/hashicorp/packer-plugin-googlecompute"
"github.com/hashicorp/packer-plugin-parallels"
"github.com/hashicorp/packer-plugin-qemu"
"github.com/hashicorp/packer-plugin-vagrant"
"github.com/hashicorp/packer-plugin-virtualbox"
"github.com/hashicorp/packer-plugin-vmware"
"github.com/hashicorp/packer-plugin-vsphere"
"github.com/hashicorp/packer-plugin-alicloud"
"github.com/hashicorp/packer-plugin-cloudstack"
"github.com/hashicorp/packer-plugin-digitalocean"
"github.com/hashicorp/packer-plugin-hcloud"
"github.com/hashicorp/packer-plugin-hyperone"
"github.com/hashicorp/packer-plugin-hyperv"
"github.com/hashicorp/packer-plugin-ionos-cloud"
"github.com/hashicorp/packer-plugin-jdcloud"
"github.com/hashicorp/packer-plugin-linode"
"github.com/hashicorp/packer-plugin-lxc"
"github.com/hashicorp/packer-plugin-lxd"
"github.com/hashicorp/packer-plugin-ncloud"
"github.com/hashicorp/packer-plugin-openstack"
"github.com/hashicorp/packer-plugin-oracle"
"github.com/hashicorp/packer-plugin-outscale"
"github.com/hashicorp/packer-plugin-proxmox"
"github.com/hashicorp/packer-plugin-scaleway"
"github.com/hashicorp/packer-plugin-tencentcloud"
"github.com/hashicorp/packer-plugin-triton"
"github.com/hashicorp/packer-plugin-ucloud"
"github.com/hashicorp/packer-plugin-yandex"
"github.com/hashicorp/packer-plugin-chef"
"github.com/hashicorp/packer-plugin-converge"
"github.com/hashicorp/packer-plugin-puppet"
"github.com/hashicorp/packer-plugin-salt"
_this will not be a backwards-breaking change in v1.7.3_ because the extracted
components are being vendored back into Packer. However, we encourage users to
begin using `packer init` to download and install plugins to get the latest
updates to each plugin, and to prepare for Packer v2.0 when we will stop
vendoring the above plugins into the main Packer binary. The following
components will not be removed from the main packer binary:
`null` builder
`file` builder
`breakpoint` provisioner
`file` provisioner
`powershell` provisioner
`shell` provisioner
`shell-local` provisioner
`sleep` provisioner
`windows-restart` provisioner
`windows-shell` provisioner
`artifice` post-processor
`checksum` post-processor
`compress` post-processor
`manifest` post-processor
`shell-local` post-processor
### Bug Fixes:
* core/hcl: Fix Invalid provisioner pause_before panic [GH-10978]
* builder/azure: Add `keep_os_disk` parameter to control OS disk deletion [GH-10045]
* builder/azure: Support shared image gallery storage account type [GH-10863]
## 1.7.2 (April 05, 2021)
### IMPROVEMENTS: