Skip to content

Releases: hashicorp/packer-plugin-azure

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

v2.0.4

22 Feb 15:55
Compare
Choose a tag to compare

Notes:

When publishing to a Shared Image Gallery without the use of replication_regions the build location is not added as a capture region. Users must specify a target_region block matching the target build location.

  shared_image_gallery_destination {
    subscription         = var.subscription_id
    resource_group       = var.gallery_resource_group
    gallery_name         = var.gallery
    image_name           = var.box_name
    image_version        = var.version
    storage_account_type = "Standard_LRS"
    target_region   {
       name = var.location
    }
  }

What's Changed

Bug fixes🧑‍🔧 🐞

  • Fix regression in replicated_regions attribute by @nywilken in #379

Other Changes

Full Changelog: v2.0.3...v2.0.4

v2.0.3

21 Feb 19:56
Compare
Choose a tag to compare

Notes: 🐞

This release contains a regression that was introduced with shared image galleries target_region block attributes. Please upgrade to version v2.0.4, which has been patched.

What's Changed

Exciting New Features 🎉

  • builder: don't log requests/responses by default by @lbajolet-hashicorp in #368
  • [HPR-1606] Add support specifying disk encryption set keys across replicated regions by @nywilken in #371

Bug fixes🧑‍🔧 🐞

Other Changes

  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #374
  • builder: remove unused testUi function by @lbajolet-hashicorp in #375
  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #376

Full Changelog: v2.0.2...v2.0.3

v2.0.2

21 Dec 21:16
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

  • Acceptance Test Overhaul: Manage resources for tests in Terraform and run them on pushes to main by @JenGoldstrich in #346
  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #349
  • Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #352

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Oct 20:34
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add use_shallow_replication field for Compute Gallery/SIG builds, fix replica count type by @JenGoldstrich in #337

Doc improvements 📚

  • Migration plugin docs to integration framework by @nywilken in #328

Bug fixes🧑‍🔧 🐞

Other Changes

New Contributors

Full Changelog: v2.0.0...v2.0.1