File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 3
3
Please refer to [ releases] ( https://github.com/hashicorp/packer-plugin-azure/releases ) for the latest CHANGELOG information.
4
4
5
5
---
6
+ ## 2.4.0 (August 6, 2025)
7
+
8
+ ## What's Changed
9
+
10
+ ### Exciting New Features
11
+ * Allow parent SIG images to referenced by their ID in [ GH-482 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/482 )
12
+ * Added KeyVaultSecret Datasource in [ GH-516 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/516 )
13
+
14
+ ### Bug Fixes
15
+ * Updating ARM Builder Disk Steps order in [ GH-505 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/505 )
16
+ * Prevents snapshot overwrite conflicts in managed images in [ GH-509 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/509 )
17
+ * Fetching the Blob Endpoint for Deletion from Account in [ GH-508 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/508 )
18
+ * fixes subscription ID while validating image in [ GH-473 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/473 )
19
+
20
+ ### Other Changes
21
+ * Update Golang-JWT to v5.2.2 in [ GH-493 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/493 )
22
+ * Enforce /x/net 0.38 in [ GH-494 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/494 )
23
+ * Updated SharedImageGallery param docs examples in [ GH-519 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/519 )
24
+ * CRT Migration Changes in [ GH-517 ] ( https://github.com/hashicorp/packer-plugin-azure/pull/517 )
25
+
6
26
## 1.0.4 (October 18, 2021)
7
27
8
28
### NOTES:
Original file line number Diff line number Diff line change 1
- 2.3.4-dev
1
+ 2.4.0
Original file line number Diff line number Diff line change 8
8
)
9
9
10
10
var (
11
- Version = "2.3.4 "
12
- VersionPrerelease = "dev "
11
+ Version = "2.4.0 "
12
+ VersionPrerelease = ""
13
13
VersionMetadata = ""
14
14
AzurePluginVersion = version .NewPluginVersion (Version , VersionPrerelease , VersionMetadata )
15
15
)
You can’t perform that action at this time.
0 commit comments