Skip to content

Virtualbox Plugin Release Version 1.1.4 #186

Merged
sanyaraj2424 merged 33 commits into
release/1.1.xfrom
backport/release/1.1.4
Jun 17, 2026
Merged

Virtualbox Plugin Release Version 1.1.4 #186
sanyaraj2424 merged 33 commits into
release/1.1.xfrom
backport/release/1.1.4

Conversation

@sanyaraj2424

Copy link
Copy Markdown
Contributor

This pull request introduces several updates across the codebase, primarily focused on documentation improvements, CI/CD pipeline enhancements, and copyright/license updates. The most significant changes include expanded documentation for VirtualBox builder options, updates to the Go toolchain and linting configuration, and the addition of a new workflow for automated backports. Additionally, there are widespread copyright updates reflecting a change in ownership.

Documentation improvements:

  • Expanded .web-docs/components/builder/iso/README.md to document new and existing options, including support for additional chipsets (armv8, armv8virtual), NICs (usbnet), audio, USB, mouse, keyboard, and graphics controller types, and clarified SSH and WinRM tunnel options. Also, added more key command documentation. [1] [2] [3] [4] [5]
  • Synchronized similar documentation enhancements for SSH tunnels, WinRM options, and keyboard commands in .web-docs/components/builder/ovf/README.md and .web-docs/components/builder/vm/README.md. [1] [2] [3] [4] [5] [6]

CI/CD and linting updates:

  • Updated .go-version to Go 1.25.11 and upgraded GitHub Actions in .github/workflows/go-validate.yml to use newer versions of actions/checkout, actions/setup-go, and golangci/golangci-lint-action, with corresponding linter version bump to v2.10.1. [1] [2]
  • Overhauled .golangci.yml to use the new v2 syntax, enabled specific linters, added granular exclusion rules, and changed output formatting. [1] [2]
  • Added .github/workflows/backport.yml to automate backporting merged pull requests to release branches using Backport Assistant.

anurag5sh and others added 30 commits September 22, 2025 15:20
Add backport-assistant workflow
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.6.1 to 0.6.4.
- [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/packer-plugin-sdk@v0.6.1...v0.6.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/packer-plugin-sdk
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…om/hashicorp/packer-plugin-sdk-0.6.4

Bump github.com/hashicorp/packer-plugin-sdk from 0.6.1 to 0.6.4
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg>
Fix typo in shutdown message for ACPI
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.6.4 to 0.6.9.
- [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/packer-plugin-sdk@v0.6.4...v0.6.9)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/packer-plugin-sdk
  dependency-version: 0.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
add new hw settings and config options
fix: update plugin installation links in README
Add missing FloppyContent when creating floppy
…om/hashicorp/packer-plugin-sdk-0.6.7

Bump github.com/hashicorp/packer-plugin-sdk from 0.6.4 to 0.6.9
add missing auto generated docs
Update storage controller naming to match the strings used by VBoxManage. The previous names included a redundant "Controller" suffix, and "VirtIO Controller" has been corrected to "VirtioSCSI" to align with VirtualBox device identification.

* Replace "IDE Controller" with "IDE"
* Replace "SATA Controller" with "SATA"
* Replace "SCSI Controller" with "SCSI"
* Replace "Floppy Controller" with "Floppy"
* Replace "NVMe Controller" with "NVMe"
* Replace "VirtIO Controller" with "VirtioSCSI"

Fixes: #56
Fixes: #108

Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg>
@sanyaraj2424 sanyaraj2424 requested a review from a team as a code owner June 17, 2026 08:45
@hashicorp-cla-app

hashicorp-cla-app Bot commented Jun 17, 2026

Copy link
Copy Markdown

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


6 out of 8 committers have signed the CLA.

  • sanyaraj2424
  • Stromweld
  • adepasquale
  • anurag5sh
  • taraxacum45e9a
  • tanmay-hc
  • mukulmohan177
  • new23d

sanyaraj2424 seems not to be a GitHub user.
You need a GitHub account to be able to sign the CLA.
If you have already a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.

@sanyaraj2424 sanyaraj2424 merged commit 65f8d5e into release/1.1.x Jun 17, 2026
48 of 49 checks passed
@sanyaraj2424 sanyaraj2424 deleted the backport/release/1.1.4 branch June 17, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants