Lint fix#184
Merged
Merged
Conversation
26005c5 to
eae4576
Compare
b91b584 to
c816070
Compare
c816070 to
ae8ede9
Compare
tanmay-hc
approved these changes
Jun 17, 2026
sanyaraj2424
added a commit
that referenced
this pull request
Jun 17, 2026
* Create backport.yml * Bump github.com/hashicorp/packer-plugin-sdk from 0.6.1 to 0.6.4 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> * add new hw settings and config options Signed-off-by: Corey Hemminger <hemminger@hotmail.com> * add armv8 chipset support Signed-off-by: Corey Hemminger <hemminger@hotmail.com> * [COMPLIANCE] Update Copyright and License Headers * authorization-bypass:update go.mod * updated go.mod * Add missing FloppyContent when creating floppy Fixes #63 * fix: update plugin installation links in README Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg> * Fix typo in shutdown message for ACPI * Bump github.com/hashicorp/packer-plugin-sdk from 0.6.4 to 0.6.9 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> * generate pending docs * fix lint version * add few more missing docs * update go version * fix linter * fix: align controller names for VBoxManage 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> * update github.com/ulikunitz/xz to v0.5.15 (#183) * lint fix (#184) * Virtualbox Plugin Release Version 1.1.4 (#185) --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Corey Hemminger <hemminger@hotmail.com> Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg> Co-authored-by: Anurag Sharma <36436571+anurag5sh@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey Hemminger <hemminger@hotmail.com> Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Tanmay Jain <tanmay.jain@hashicorp.com> Co-authored-by: sanyaraj2424 <sanya@hashicorp.com> Co-authored-by: mukulmohan177 <mukul.mohan@hashicorp.com> Co-authored-by: Andrea DePasquale <adepasquale@splunk.com> Co-authored-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg> Co-authored-by: new23d <4802032+new23d@users.noreply.github.com> Co-authored-by: Anurag Sharma <anurag5sh@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the VirtualBox Packer plugin to version 1.1.4, introducing several improvements, bug fixes, and dependency updates. Notably, it enhances error handling for temporary file and directory cleanup, adds new hardware and configuration support, and updates Go and related dependencies for improved compatibility and security.
Improvements and New Features: