There's been a change in the way the ssh_timeout and the
ssh_handshake_attempts configuration arguments work together. The
behaviour is unchanged if both or none are specified. However, if only one
of the two is set the other won't have a default value anymore and will be
ignored. See Packer Plugin SDK change for details
packer-plugin-digitalocean: The Digital Ocean Packer plugin has been handed over to the Digital Ocean team. New releases for this plugin are available at https://github.com/digitalocean/packer-plugin-digitalocean. This plugin is still being bundled in the Packer binary but will be removed in a future release. Existing references to the plugin will continue to work but users are advised to update the required_plugins block to use the new plugin source address. GH-11912
required_plugins {
digitalocean = {
source = "github.com/digitalocean/digitalocean"
version = ">=1.0.8"
}
}
packer-plugin-outscale: The Outscale Packer plugin managed by the Outscale
team, since Packer 1.7.9, has been removed from the Packer binary. Users are
advised to install the latest version of the plugin by running
packer plugins install github.com/outscale/outscale. GH-11912
packer-plugin-outscale: The Scaleway Packer plugin managed by the Scaleway
team, since Packer 1.7.7, has been removed from the Packer binary. Users are
advised to install the latest version of the plugin by running
packer plugins install github.com/scaleway/scaleway. GH-11912
hcp_packer_image and hcp_packer_iteration data
source for setting a builder's source image.
GH-11861The following external plugins have been updated and pinned to address open issues. Please see their respective changelogs for details on plugin specific bug fixes and improvements.
ssh_timeout
and ssh_handshake_attempts configuration arguments in the SSH
communicator. GH-11909component_type configuration argument to
support specifying an exact build image when multiple images exist in the
same provider and region for a given HCP Packer bucket iteration.
GH-11872channel as input argument to
retrieve an image from the associated iteration. If
using several images from a single iteration, you may prefer sourcing an
iteration first, and referencing it for subsequent uses, as every
hcp_packer_image with the channel set will generate a potentially
billable HCP Packer request, but if several hcp_packer_images use a
shared hcp_packer_iteration that will only generate one potentially
billable request.
GH-11865Fetched April 8, 2026