Skip to content

Commit 2994ef8

Browse files
authored
Cut release 1.1.3 (#160)
* update changelog * cleanup release version
1 parent 2f0265f commit 2994ef8

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
## 1.1.3 (August 5, 2025)
2+
3+
### IMPROVEMENTS:
4+
5+
* Updated plugin release process: Plugin binaries are now published on the HashiCorp official [release site](https://releases.hashicorp.com/packer-plugin-virtualbox), ensuring a secure and standardized delivery pipeline.
6+
7+
### NOTES:
8+
* **Binary Distribution Update**: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp [release](https://releases.hashicorp.com/packer-plugin-virtualbox) site. We will no longer attach release assets to GitHub Releases. Any scripts or automation that rely on the old location will need to be updated. For more information, see our post [here](https://discuss.hashicorp.com/t/important-update-official-packer-plugin-distribution-moving-to-releases-hashicorp-com/75972).
9+
110
## 1.0.0 (June 14, 2021)
211

312
* Fix `Unknown option: --nested-hw-virt` bug [GH-26]
413
* Update packer-plugin-sdk to v0.2.3 [GH-27]
514

615
## 0.0.1 (April 16, 2021)
716

8-
* VirtualBox Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md).
17+
* VirtualBox Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md).

version/VERSION

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

version/version.go

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

88
var (
99
Version = "1.1.3"
10-
VersionPrerelease = "dev"
10+
VersionPrerelease = ""
1111
VersionMetadata = ""
1212
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1313
)

0 commit comments

Comments
 (0)