Releases: cloudfoundry/bosh-virtualbox-cpi-release
Releases · cloudfoundry/bosh-virtualbox-cpi-release
v0.5.0
v0.4.2
v0.4.1
v0.4.0
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
- @ramonskie made their first contribution in #25
Full Changelog: v0.2.2...v0.4.0
v0.2.2
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
- @rkoster made their first contribution in #20
- @bgandon made their first contribution in #23
- @nouseforaname made their first contribution in #24
Full Changelog: v0.2.0...v0.2.2
v0.2.0
v0.1.0
- 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
- 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
- Adds
v0.0.9
- 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
- Automatically try enable host only network if it's disabled