Releases: hashicorp/packer-plugin-azure
v1.4.2
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
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
- @amccullough84 made their first contribution in #257
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
- Update Plugin binary releases to match Packer by @nywilken in #237
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #241
- Update docs links by @sylviamoss in #246
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #236
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #252
New Contributors
- @hashicorp-copywrite made their first contribution in #241
- @dknott-arcadis made their first contribution in #248
- @VladRassokhin made their first contribution in #242
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
Bug fixes🧑🔧 🐞
- Fix custom resource build prefix by @Swampen in #218
- Fix err check to show error correctly by @matt-richardson in #228
- Show correct deployment name to key vault deployment by @matt-richardson in #226
- fix(builder): return early on skip capture by @jkoelker in #222
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
- @Swampen made their first contribution in #218
- @matt-richardson made their first contribution in #228
- @arsenvlad made their first contribution in #225
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
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_idand
direct_shared_gallery_image_id` respectively, additional validation rules have been added preventing using multiple gallery sources (#204)
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #207
- Update Availability Zones list and fix warning message by @maxilampert in #202
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #209
- Rename input params for community and direct shared galleries & add validations by @agrawalkshitij in #204
New Contributors
- @maxilampert made their first contribution in #202
- @lbajolet-hashicorp made their first contribution in #209
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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 🎉
- Support community galleries and direct shared galleries as source by @agrawalkshitij in #199
Other Changes
- Address linter issues by @JenGoldstrich in #200
New Contributors
- @JenGoldstrich made their first contribution in #200
- @agrawalkshitij made their first contribution in #199
Full Changelog: v1.0.8...v1.1.0
v1.0.8
v1.0.7
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🧑🔧 🐞
Other Changes
New Contributors
- @szamfirov made their first contribution in #184
Full Changelog: v1.0.6...v1.0.7
v1.0.6
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
New Contributors
- @fabiomatavelli made their first contribution in #132
Full Changelog: v1.0.5...v1.0.6