Skip to content

Commit 4a1bd13

Browse files
authored
version: cut release 2.4.0 (#523)
2 parents cbf4d5c + ee7cda5 commit 4a1bd13

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
Please refer to [releases](https://github.com/hashicorp/packer-plugin-azure/releases) for the latest CHANGELOG information.
44

55
---
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+
626
## 1.0.4 (October 18, 2021)
727

828
### NOTES:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4-dev
1+
2.4.0

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
)
99

1010
var (
11-
Version = "2.3.4"
12-
VersionPrerelease = "dev"
11+
Version = "2.4.0"
12+
VersionPrerelease = ""
1313
VersionMetadata = ""
1414
AzurePluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1515
)

0 commit comments

Comments
 (0)