This repository was archived by the owner on Oct 11, 2025. It is now read-only.
Releases: micahyoung/bosh-vmrun-cpi-release
Releases · micahyoung/bosh-vmrun-cpi-release
v1.1.3
Changes:
- Speed up stemcell-store search for light stemcells
- Add guards and better error messages when vm-store
vmx/vmdkfiles are missing - Use go modules for dependencies
Usage:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.1.3/bosh-vmrun-cpi-release-1.1.3.tar.gz"
sha1: "313ea1d7458d8835ec72b5da8a00d752c64b521b"
v1.1.2
Changes:
- Fix Windows issue where
vmrun.exetimes out while querying VIX API with messageUnable to connect to host
Usage:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.1.2/bosh-vmrun-cpi-release-1.1.2.tgz"
sha1: "9c3bf58a7a61ea4822919f2d971ca8aa3a32cd9b"
release 1.1.1
Changes:
- Fix concurrency race condition during
CreateVMissuevmrun clone ... linkedcannot be run concurrently from the same stemcell.
- Update
golang-releaseto1.11
Usage:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.1.1/bosh-vmrun-cpi-release-1.1.1.tgz"
sha1: "1a90e55b3b39f85cebefcf22bb00a972aa49da32"
release 1.1.0
Changes:
-
Enables full, local bosh deployments with directors and deployment vms
- New properties ssh_tunnel.* and stemcell_store.* allows CPI hypervisor access (see spec for usage)
- Light or full stemcell can be used as long as its
cloud_properties:nameandversionmatch a stemcell in the stemcell store. Create a light stemcell with:repack-stemcell --cloud-properties='{"name":"<from full stemcell.MF>","version":"<from full stemcell.MF>"}' --emtpy-image ...
-
Windows hypervisor support
- Tested against Workstation 14 using Windows Subsystem for Linux for
bosh create-env ...
- Tested against Workstation 14 using Windows Subsystem for Linux for
-
For SSH,
installeris called to copycpito live at root ofvm_store_pathand will check version- CPI must be copied manually over non-localhost SSH tunnel or Windows
-
Refactor ci scripts to use default HOME and require more explicit values
Usage:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.1.0/bosh-vmrun-cpi-release-1.1.0.tgz"
sha1: "f2c971abbc4be6c97f77306fd49ad23fac238099"
release 1.0.2
Changes:
cloud_properties.bootstrapnow supports a configurable process name to wait for, plus minimum and maximum wait times to allow greater control of when the bootstrap script runs.properties.vmrunnow supports configurable maximum timeouts for VM start and soft shutdown.
Usage:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.0.2/bosh-vmrun-cpi-release-1.0.2.tgz"
sha1: "893f13f2f8084838092f7e095634c09c1b959096"
release 1.0.0
You can reference this release in your deployment manifest from the releases section:
- name: "bosh-vmrun-cpi"
url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.0.0/bosh-vmrun-cpi-release-1.0.0.tgz"
sha1: "6763ff387465d7742d35153a63beff19f4af1796"