Releases: hashicorp/packer-plugin-azure
v2.2.0
What's Changed
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.
- Public IP Address Standard IP SKU Default by @JenGoldstrich in #450
- Remove x5t Header Check by @JenGoldstrich in #452
Full Changelog: v2.1.9...v2.2.0
v2.1.9
What's Changed
Other Changes
- Fixed spacing issue on README by @straubt1 in #441
- fix error message by @sujithq in #443
- Fixed some more typos. by @lzandman in #445
- Update Azure SDK packages v0.20240411.1145857 -> v20241025.1143247 by @JenGoldstrich in #449
New Contributors
Full Changelog: v2.1.8...v2.1.9
v2.1.8
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 usingshared_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
- @tenthirtyam made their first contribution in #435
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
Other Changes
- Bump packer plugin SDK from 0.5.2 to 0.5.4 by @JenGoldstrich in #427
- Don't hardcode go version in acceptance tests by @JenGoldstrich in #429
Full Changelog: v2.1.6...v2.1.7
v2.1.6
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
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🧑🔧 🐞
- Use pollingContext for data disk snapshot by @dreweasland in #419
Other Changes
- Update public IP warning by @JenGoldstrich in #417
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #420
New Contributors
- @dreweasland made their first contribution in #419
Full Changelog: v2.1.4...v2.1.5
v2.1.4
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
- @garimakhulbe02 made their first contribution in #393
Full Changelog: v2.1.3...v2.1.4
v2.1.3
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
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
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