Skip to content

Commit 45189dd

Browse files
committed
version: cut release 2.5.1
1 parent 43a2714 commit 45189dd

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

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.5.1 (December 18, 2025)
7+
8+
## What's Changed
9+
### Exciting New Features
10+
* Support setting custom_resource_build_prefix via environment variable [GH-541](https://github.com/hashicorp/packer-plugin-azure/pull/541)
11+
* Add manual mount command option [GH-545](https://github.com/hashicorp/packer-plugin-azure/pull/545)
12+
13+
### Bug Fixes
14+
* Fix disablePasswordAuthentication option [GH-550](https://github.com/hashicorp/packer-plugin-azure/pull/550)
15+
* Fix: Update number of allowed resource tags [GH-552](https://github.com/hashicorp/packer-plugin-azure/pull/552)
16+
* Increases RSA key size in tests to 2048 bits [GH-555](https://github.com/hashicorp/packer-plugin-azure/pull/555)
17+
18+
### Other Changes
19+
* Add backport-assistant [GH-542](https://github.com/hashicorp/packer-plugin-azure/pull/542)
20+
* Bump github.com/hashicorp/packer-plugin-sdk from 0.6.2 to 0.6.4 [GH-546](https://github.com/hashicorp/packer-plugin-azure/pull/546)
21+
* [COMPLIANCE] Update Copyright Headers by @oss-core-libraries-dashboard[bot] [GH-551](https://github.com/hashicorp/packer-plugin-azure/pull/551)
22+
* Bump x/crypto to v0.46.0 [GH-554](https://github.com/hashicorp/packer-plugin-azure/pull/554)
23+
24+
**Full Changelog**: https://github.com/hashicorp/packer-plugin-azure/compare/v2.5.0...v2.5.1
25+
626
## 2.5.0 (September 3, 2025)
727

828
## What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1919
packer {
2020
required_plugins {
2121
azure = {
22-
version = ">= 2.5.0"
22+
version = ">= 2.5.1"
2323
source = "github.com/hashicorp/azure"
2424
}
2525
}

version/VERSION

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

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

0 commit comments

Comments
 (0)