mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 14:31:40 -04:00
* Parse plugins from nested installed directories in json/non-required block HCL * Add Packer Plugins installed test * Add checksum validation for multi-component plugins installed by the packer plugins subcommand (#11732) This change copies a bit of the logic in hcl2template/plugin in order to strengthen the check for multi-component plugins installed via the `packer plugins install` commands. * Replace ioutil with os pkg In go1.16 the ioutil std lib package was deprecated in favor of the os and io packages. This change just updates all Temp creation methods to their os pkg equivalents. Co-authored-by: Wilken Rivera <[email protected]>