HashiCorp Packer 1.2.0
We are proud to announce the release of HashiCorp Packer 1.2.0. This release includes several new features, improvements, bug fixes, and introduces a few backwards incompatibilities.
Here are some highlights from Packer 1.2.0:
- New builder:
ncloud
for building server images using the NAVER Cloud Platform. - New builder:
oci-classic
for building new custom images for use with Oracle Cloud Infrastructure Classic Compute. - New builder:
scaleway
- The Scaleway Packer builder is able to create new images for use with Scaleway BareMetal and Virtual cloud server. - Amazon authentication enhancements - The authentication logic for the Amazon builders has been reworked to be more configurable and return errors faster. See the updated documentation for more information.
- SSH communicator now detects hanging connections - Dead connections should now be noticed and handled correctly.
- VMWare builder more configurable - The VMWare builder now has finer-grained settings for virtual ports and hardware.
There are a couple of backwards incompatible changes to be aware of:
- The amazon
ssh_private_ip
option has been removed - Instead, please use "ssh_interface": "private". A fixer has been written for this, which can be invoked withpacker fix
. - OpenStack extension support has been removed - To use OpenStack builder with the OpenStack Newton (Oct 2016) or earlier, we recommend you use Packer v1.1.2 or earlier.
- Plugin API has changed - Existing external plugins will continue to work, but the multistep interface has changed, meaning slight changes must be made before compiling them against this version of Packer will succeed. Please see the multistep documentation for more information.
There are many other changes and improvements in this release. Please review the v1.2.0 changelog for a detailed list of changes.
Sign up for the latest HashiCorp news
More blog posts like this one
New SLM offerings for Vault, Boundary, and Consul at HashiConf 2024 make security easier
The latest Security Lifecycle Management (SLM) features from HashiCorp Vault, Boundary, and Consul help organizations offer a smoother path to better security practices for developers.
Terraform, Packer, Nomad, and Waypoint updates help scale ILM at HashiConf 2024
New Infrastructure Lifecycle Management (ILM) offerings from HashiCorp Terraform, Packer, Nomad, and Waypoint help organizations manage their infrastructure at scale with reduced complexity.
HCP Packer now tracks CI/CD pipeline metadata
You can now see the CI/CD pipeline metadata associated with each image build in HCP Packer.