Skip to content

Releases: cloudfoundry/bosh-virtualbox-cpi-release

v0.5.0

10 Aug 18:57

Choose a tag to compare

What's Changed

  • Support EFI (and other firmware options) support by @tpbrisco in #37

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

31 Aug 16:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Jun 10:58

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Jun 15:01

Choose a tag to compare

What's Changed

  • Make agent credentials optional, for accessing blobstore when signed by @ramonskie in #25
  • Remove blobstore info from IaaS metadata endpoints by @ramonskie in #27

New Contributors

Full Changelog: v0.2.2...v0.4.0

v0.2.2

25 Nov 19:33

Choose a tag to compare

What's Changed

  • Virtualbox 6.1 support by @rkoster in #20
  • Bridged networking feature by @bgandon in #23
  • Fix broken ssh: HostKeyVerification error on SSH by @bgandon in #22
  • fix: create-env on ubuntu running in windows wsl2 with virtualbox cpi by @nouseforaname in #24

New Contributors

Full Changelog: v0.2.0...v0.2.2

v0.2.0

12 Jun 22:55

Choose a tag to compare

  • Switch the default paravirtprovider from minimal to default
    • default will defer to VirtualBox to determine the correct paravirtprovider for the guest virtual machine that it is creating.

v0.1.0

12 Jun 00:01

Choose a tag to compare

  • Add audio property to cloud properties
    • See vboxmanage documentation for configuration values
    • Defaults to none. This change addresses an issue in which virtual machines created on macOS using VirtualBox v6+ would abruptly abort.

v0.0.10

27 Feb 00:48

Choose a tag to compare

  • Add support for shared folders via shared_folders cloud property via @hunan-rostomyan
    • Adds guest-additions job to support automatic mounting of shared folders inside created VM

v0.0.9

08 Feb 08:14

Choose a tag to compare

  • Match an existing network or create a new one if host only name is not provided
  • Resolve path of VBoxManage at runtime

v0.0.8

03 Feb 00:30

Choose a tag to compare

  • Automatically try enable host only network if it's disabled