Skip to content

Latest commit

 

History

History
123 lines (85 loc) · 5.81 KB

File metadata and controls

123 lines (85 loc) · 5.81 KB

Latest Release

Please refer to releases for the latest CHANGELOG information.


2.5.1 (December 18, 2025)

What's Changed

Exciting New Features

  • Support setting custom_resource_build_prefix via environment variable GH-541
  • Add manual mount command option GH-545

Bug Fixes

  • Fix disablePasswordAuthentication option GH-550
  • Fix: Update number of allowed resource tags GH-552
  • Increases RSA key size in tests to 2048 bits GH-555

Other Changes

  • Add backport-assistant GH-542
  • Bump github.com/hashicorp/packer-plugin-sdk from 0.6.2 to 0.6.4 GH-546
  • [COMPLIANCE] Update Copyright Headers by @oss-core-libraries-dashboard[bot] GH-551
  • Bump x/crypto to v0.46.0 GH-554

Full Changelog: https://github.com/hashicorp/packer-plugin-azure/compare/v2.5.0...v2.5.1

2.5.0 (September 3, 2025)

What's Changed

Breaking Changes

Exciting New Features

  • Added Support for multiple artifact, (i.e. VHD, SharedImageGallery and Managed Image) creation in the same build in GH-522

Bug Fixes

  • Move SIG Regex check to builder to fix validation failures in GH-531
  • Fixed Release Artifact Schema file name in GH-532
  • Fixed Unmanaged Disks in GH-522
  • VHD Migrations Fixes - VHD Acceptance Tests, and Disk Revoke Access on Failures in GH-534

Other Changes

  • Packer Plugin SDK v0.6.1 => v0.6.2 and run make generate in GH-525
  • Remove unused constant causing linter failure in GH-533
  • Updated Module for Security Vulnerability in GH-535

2.4.0 (August 6, 2025)

What's Changed

Exciting New Features

  • Allow parent SIG images to referenced by their ID in GH-482
  • Added KeyVaultSecret Datasource in GH-516

Bug Fixes

  • Updating ARM Builder Disk Steps order in GH-505
  • Prevents snapshot overwrite conflicts in managed images in GH-509
  • Fetching the Blob Endpoint for Deletion from Account in GH-508
  • fixes subscription ID while validating image in GH-473

Other Changes

  • Update Golang-JWT to v5.2.2 in GH-493
  • Enforce /x/net 0.38 in GH-494
  • Updated SharedImageGallery param docs examples in GH-519
  • CRT Migration Changes in GH-517

1.0.4 (October 18, 2021)

NOTES:

Support for the HCP Packer registry is currently in beta and requires Packer v1.7.7 [GH-160]

IMPROVEMENTS:

  • Add SourceImageName as shared builder information variable. [GH-160]
  • Add SourceImageName to HCP Packer registry image metadata. [GH-160]
  • Update packer-plugin-sdk to v0.2.7 [GH-159]

BUG FIXES:

  • builder/arm: Fix panic when running the cleanup step on a failed deployment. [GH-155]

1.0.3 (September 13, 2021)

NOTES:

HCP Packer private beta support requires Packer version 1.7.5 or 1.7.6 [GH-150]

FEATURES:

  • Add HCP Packer registry image metadata to builder artifacts. [GH-138] [GH-150]

IMPROVEMENTS:

  • Allow Premium_LRS as SIG storage account type. [GH-124]

BUG FIXES:

  • Update VaultClientDelete to pass correct Azure cloud environment endpoint. [GH-137]

1.0.2 (August 19, 2021)

IMPROVEMENTS:

  • Add user_data_file to arm builder. [GH-123]

BUG FIXES:

  • Bump github.com/Azure/azure-sdk-for-go to fix vulnerability in plugin dependency. [GH-117]

1.0.0 (June 15, 2021)

  • Update packer-plugin-sdk to v0.2.3 [GH-96]
  • Add Go module retraction for v0.0.1

0.0.3 (May 14, 2021)

  • Update packer-plugin-sdk to enable use of ntlm with WinRM.

0.0.2 (May 13, 2021)

IMPROVEMENTS:

  • builder/dtl: Add disallow_public_ip configuration to support private DevTest Lab VMs. [GH-85]

BUG FIXES:

0.0.1 (May 7, 2021)

  • Azure Plugin break out from Packer core. Changes prior to break out can be found in Packer's CHANGELOG