Skip to content

Commit 7f43d38

Browse files
committed
packer: Update to 1.7.9
NOTES: * HCP Packer compatible plugins will contain a "HCP Packer Ready" badge at the top of on their documentation page. GH-11456 * Packer core documentation now supports versioning on Packer.io. Users can select documentation for the version of Packer they are using. GH-11434 * The hcp_packer_registry.labels argument has been deprecated in favor of the new bucket_labels argument to support custom user generated bucket labels. GH-11401 * The code of the Outscale builder was handed over to the outscale org GH-11428 * Version information for external plugins has been added as a badge to the plugin documentation. GH-11457 * The following unmaintained external provisioner plugins have been archived: chef, converge, inspec, salt-masterless, puppet. More information on what this deprecation means for users can be found on the blog post - Plans to Archive Unmaintained Provisioner Plugins PLUGINS: * External plugins have been pinned to the following versions. Please see their respective changelogs for details on plugin specific bug fixes and improvements. (omitted) IMPROVEMENTS: * core/hcl2: Add bucket_labels argument to the hcp_packer_registry block to support custom user generated bucket labels. GH-11401 * core/hcl2: Add build_labels argument to the hcp_packer_registry block to support custom user generated build labels. GH-11401 * core/hcl2: Allow for the use of variables and locals within a build block. GH-11421 * core/hcl2: Allow for the use of variables and locals within a hcp_packer_registry block. GH-11421 * core/website: Add HCP Packer Ready badge to supported plugins. GH-11456 * core/website: Add Packer version selection toggle to Packer core documentation. GH-11434 * core/website: Add version information to external plugin documentation. GH-11456 * core/website: Extract external plugins documentation from packer.io/docs/ into packer.io/plugins. GH-11464 * core: Add Packer user agent information to HCP Packer client requests. GH-11455 * core: Bump github.com/hashicorp/packer-plugin-sdk from 0.2.9 to 0.2.11 to prevent HCP Packer builds from failing when no SourceImageID is provided.GH-11459 * core: Bump to latest preview version of hashicorp/hcp-sdk-go to prevent HCP Packer builds from trying to update a revoked iteration. GH-11492 * provisioner/powwershell: Tiny tweaks and fixes for the PowerShell provisioner. GH-11410 BUG FIXES: * core/hcl2: Allow the use of build.name for naming provisioners and post-processors. GH-11432 * core/hcl2: Fix crash when a provisioner timeout argument is improperly formatted. GH-11382 * core/hcl2: HCP Packer builds containing metadata not expected by Packer core will no longer fail the build. GH-11458 * provisioner/file: File provisioner will now perform a noop when no source file content is specified; previously missing content resulted in a hard fail. GH-11349
1 parent ee5ec34 commit 7f43d38

File tree

3 files changed

+612
-624
lines changed

3 files changed

+612
-624
lines changed

packer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $NetBSD$
22

3-
PKGNAME= packer-1.7.8
3+
PKGNAME= packer-1.7.9
44
DISTNAME= packer-${GITHUB_TAG}
55
CATEGORIES= sysutils
66
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}

0 commit comments

Comments
 (0)