Skip to content

Lint fix#184

Merged
sanyaraj2424 merged 1 commit into
mainfrom
authorization-bypass
Jun 17, 2026
Merged

Lint fix#184
sanyaraj2424 merged 1 commit into
mainfrom
authorization-bypass

Conversation

@sanyaraj2424

Copy link
Copy Markdown
Contributor

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:

  • Added new VirtualBox hardware settings and configuration options, ARMv8 chipset support, and improved floppy content handling. Storage controller naming is now more compatible with VBoxManage operations.
  • Added backport workflow support for CI/CD.

@sanyaraj2424 sanyaraj2424 requested a review from a team as a code owner June 16, 2026 17:54
@sanyaraj2424 sanyaraj2424 force-pushed the authorization-bypass branch from 26005c5 to eae4576 Compare June 17, 2026 05:36
@sanyaraj2424 sanyaraj2424 reopened this Jun 17, 2026
@sanyaraj2424 sanyaraj2424 force-pushed the authorization-bypass branch from b91b584 to c816070 Compare June 17, 2026 05:43
@sanyaraj2424 sanyaraj2424 force-pushed the authorization-bypass branch from c816070 to ae8ede9 Compare June 17, 2026 06:15
@tanmay-hc tanmay-hc changed the title Virualbox Plugin Release Version 1.1.4 and lint fix Lint fix Jun 17, 2026
@sanyaraj2424 sanyaraj2424 merged commit a54bc5c into main Jun 17, 2026
12 checks passed
@sanyaraj2424 sanyaraj2424 deleted the authorization-bypass branch June 17, 2026 06:55
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>
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.

2 participants