Skip to content

Releases: hashicorp/packer-plugin-azure

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

v2.1.0

09 Apr 20:15
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add ability to set individual replica count per region by @nywilken in #387

Breaking Changes

  • With #387 a change was made so that shared_image_gallery_replica_count is not allowed when the gallery destination contains target_region block, instead set replicas inside each target region block that a need a replica count that is not 1

Other Changes

Full Changelog: v2.0.5...v2.1.0

v2.0.5

26 Mar 00:10
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add Security Type Option for Confidential and Trusted Launch VMs by @julian1059 in #373 [Note, currently confidential builds are not supported when replicating to multiple regions, see https://github.com//issues/395 for more information]
  • Add support for using a custom SSHHost address by @csetariq in #347

Bug fixes🧑‍🔧 🐞

  • Add default build location when no target region is set by @nywilken in #381
  • Update validation check for Shallow Replication by @nywilken in #383

Other Changes

New Contributors

Full Changelog: v2.0.4...v2.0.5