Skip to content

Releases: hashicorp/packer-plugin-azure

v2.2.0

05 Nov 20:14
Compare
Choose a tag to compare

What's Changed

⚠️ Starting in April 2025, plugin versions prior to this may experience failures when the public_ip_sku field introduced in v2.1.4 is not set to Standard, or when bringing your own virtual network.

This release updates the default SKU of the Public IP address that this plugin creates when users do not provide a prior setup virtual network., https://azure.microsoft.com/en-us/updates/upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired/, starting in April 2025 Azure will no longer allow the creation of basic IP SKUs, in version 2.1.4 of this plugin we included a warning informing users of this upcoming deprecation, please update as soon as possible, if you run into any issues upgrading please reach out to us via a GitHub issue.

Full Changelog: v2.1.9...v2.2.0

v2.1.9

29 Oct 23:05
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v2.1.8...v2.1.9

v2.1.8

26 Aug 17:06
Compare
Choose a tag to compare

What's Changed

Doc improvements 📚

  • Add docs for target_region replicas field, make error message for it clearer by @JenGoldstrich in #437

Other Changes

  • Fix replicated_regions not using shared_image_gallery_replica_count for build location when its specified in the list by @JenGoldstrich in #438
  • Add Subscription ID and Tenant ID to build variables by @JenGoldstrich in #439
  • chore: update version.go by @tenthirtyam in #435

New Contributors

Full Changelog: v2.1.7...v2.1.8

v2.1.7

20 Jun 17:17
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.1.6...v2.1.7

v2.1.6

13 Jun 17:28
Compare
Choose a tag to compare

What's Changed

Other Changes

  • ARM: Show API errors when failing to validate existing resources and when deleting them. by @JenGoldstrich in #423

Full Changelog: v2.1.5...v2.1.6

v2.1.5

11 Jun 22:34
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: Add support for GitHub Actions OIDC via oidc_request_url and oidc_request_token fields by @JenGoldstrich in #421

Bug fixes🧑‍🔧 🐞

Other Changes

  • Update public IP warning by @JenGoldstrich in #417
  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #420

New Contributors

Full Changelog: v2.1.4...v2.1.5

v2.1.4

22 May 17:08
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump required actions to address Node.js 16 deprecation issue by @nywilken in #413
  • Add public_ip_sku field for setting public IP sku to ARM builder by @JenGoldstrich in #416
  • Add skip_build_key_vault_create to skip build Keyvault create during window builds by @garimakhulbe02 in #393

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

29 Apr 22:38
Compare
Choose a tag to compare

What's Changed

  • fix: [arm builder] storage blob VHD deletion, cleanup post build deletion by @JenGoldstrich in #410

Full Changelog: v2.1.2...v2.1.3

v2.1.2

23 Apr 20:06
f5b4b80
Compare
Choose a tag to compare

What's Changed

  • [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #405
  • Fix cross-subscription Gallery builds that use are using a virtual machine source by @JenGoldstrich in #404
  • Fix panic when encrypted images or using security type with a Shared Image Gallery source by @JenGoldstrich in #407

Full Changelog: v2.1.1...v2.1.2

v2.1.1

10 Apr 19:45
Compare
Choose a tag to compare

This release contains a fix for a regression released in v2.1.0, when using a custom_managed_image_name to use a pre-existing managed image for a source the plugin would incorrectly make a call to our Azure SDK with a context without a deadline, causing the build to immediately fail.

What's Changed

Other Changes

  • Fix v2.1.0 regression when using custom_managed_image_name source by @JenGoldstrich in #402

Full Changelog: v2.1.0...v2.1.1