Skip to content

Releases: hashicorp/packer-plugin-azure

v1.4.2

04 Apr 23:28
Compare
Choose a tag to compare

What's Changed

  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #272
  • Bump github.com/hashicorp/packer-plugin-sdk from 0.3.4 to 0.4.0 by @dependabot in #279

Full Changelog: v1.4.1...v1.4.2

v1.4.1

02 Mar 01:02
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.3.4 by @dependabot in #263
  • Enable SecurityProfile (TrustedLaunch) for Virtual Machines by @amccullough84 in #257
  • Ensure build.password parameter gets set to generated password for SSH Communicator when no SSH password is set by @matt-richardson in #268

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

31 Jan 02:27
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Allow SSH communicator on windows by @matt-richardson in #229
  • Support encrypting disks for Shared Image Galleries, Cleanup Additional Disks by @JenGoldstrich in #259
  • Support license type for Azure Hybrid Benefit by @dknott-arcadis in #248
  • Support AWS style userdata / "run script at launch" on Windows by @matt-richardson in #232
  • Support building Shared Image Gallery Image without intermediate Managed Image by @VladRassokhin in #242 (This PR also fixes support for building ARM64 Windows VMs as they can only be published directly to a Compute Gallery)
  • feat: spot support by @mweibel in #223

Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

24 Aug 21:02
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

Other Changes

  • Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #219

  • Update max SIG replica count from 10 to 100 by @arsenvlad in #225

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Jul 18:58
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • #143 changes the default authentication type used. Prior to this when no auth fields are provided the plugin will default to interactive authentication, now interactive authentication is only used when interactive_auth when the use_interactive_auth option is set. See: #238

Exciting New Features 🎉

  • Add base64 user data and custom data by @wenfengp in #214
  • Enable specifying client_id and/or subscription_id when using managed identity auth by @jasonwbarnett in #143

Other Changes

  • Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #211

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Jun 21:52
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Config fields in the ARM Builder communityGallery_image_id and direct_sharedGallery_image_id have been renamed to community_gallery_image_idanddirect_shared_gallery_image_id` respectively, additional validation rules have been added preventing using multiple gallery sources (#204)

Other Changes

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 May 22:39
Compare
Choose a tag to compare

What's Changed

To use direct shared galleries and community galleries the version of the compute Azure SDK this plugin uses has been updated from 2018-04-01 to 2021-11-01

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: v1.0.8...v1.1.0

v1.0.8

20 May 20:32
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add ability to skip image creation at the end of a build by @jkoelker in #186

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

04 May 20:38
Compare
Choose a tag to compare

Note

This release contains the latest golang.org/x/crypto/ssh module which implements client authentication support for signature algorithms based on SHA-2 for use with existing RSA keys. Previously, a client would fail to authenticate with RSA keys to servers that reject signature algorithms based on SHA-1.

What's Changed

Exciting New Features 🎉

  • Converged (a bit) to azure-arm coding style, added sysprep_done flag … by @flixman in #161
  • Add support for running the chroot builder from a VM scale set by @szamfirov in #184

Bug fixes🧑‍🔧 🐞

  • Add acceptance test to validate fix for rsa-sha2 only servers by @nywilken in #194

Other Changes

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

11 Feb 20:13
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • fix: support multiple user managed identities by @fabiomatavelli in #132
  • Removed Shared Image Gallery values from generated_data by to fix issue when generating a
    manifest file using the manifest post-processor @nywilken in #182

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #179

New Contributors

Full Changelog: v1.0.5...v1.0.6