Skip to content

Commit e07740d

Browse files
authored
Virtualbox Plugin Release Version 1.1.4 (#185)
1 parent a54bc5c commit e07740d

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.1.4 (June 16, 2026)
2+
3+
### IMPROVEMENTS:
4+
5+
* Added new VirtualBox hardware settings and configuration options.
6+
* Added ARMv8 chipset support.
7+
* Added missing floppy content handling when creating floppy media.
8+
* Aligned storage controller names used by VBoxManage operations for better compatibility.
9+
10+
### BUG FIXES:
11+
12+
* Fixed shutdown message typo for ACPI.
13+
* Updated plugin installation links in README.
14+
15+
### DEPENDENCIES AND TOOLING:
16+
17+
* Updated `github.com/hashicorp/packer-plugin-sdk` from `v0.6.1` to `v0.6.4`, and then to `v0.6.9`.
18+
* Updated `github.com/ulikunitz/xz` to `v0.5.15`.
19+
* Updated Go and linting/tooling configuration, including CI and release pipeline maintenance.
20+
* Added backport workflow support.
21+
122
## 1.1.3 (August 5, 2025)
223

324
### IMPROVEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package version
66
import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
9-
Version = "1.1.3"
9+
Version = "1.1.4"
1010
VersionPrerelease = ""
1111
VersionMetadata = ""
1212
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)

0 commit comments

Comments
 (0)