Skip to content

Releases: micahyoung/bosh-vmrun-cpi-release

v3.1.0

14 Oct 18:45
Compare
Choose a tag to compare

Changes:

  • Fixes release bucket host. Older releases will not be migrated so are now removed.
  • Support SSH tunnel host using zsh shell.

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v3.1.0/bosh-vmrun-cpi-release-3.1.0.tar.gz"
  sha1: "cb8a8fbcdf53f18e96473c4af6606af1a3b3c9d9"

Full Changelog: v3.0.1...v3.1.0

v3.0.1

01 May 17:46
Compare
Choose a tag to compare

Changes

  • Fix stemcells with non-standard OVF names. Stemcells from stembuild contain OVFs named stembuild_target.ovf instead of image.ovf.

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v3.0.1/bosh-vmrun-cpi-release-3.0.1.tar.gz"
  sha1: "230fe8e3c10fc7ee1f732d3d2b4c61dbdcdfe8aa"

v3.0.0

04 Jan 00:00
Compare
Choose a tag to compare

Changes

  • Add support for full vsphere stemcells on SSH tunneled hypervisors without needing to prepopulate a stemcell_store_path.
    • Works by automatically syncing unpacked temp stemcell files from director over SSH to the hypervisor immediately before CPI create_stemcell is called.
  • Light stemcells still work as before: they must be repacked with full stemcells metadate and the full stemcell must be present in the stemcell store path on the hypervisor
  • Next major release will deprecate overidable stemcell_store_path - it is still functional but defaults to vm_store_path/stemcells.

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v3.0.0/bosh-vmrun-cpi-release-3.0.0.tar.gz"
  sha1: "d0e0d580207e333227a8b494c8e9137753915a10"

v2.0.3

17 Dec 04:13
Compare
Choose a tag to compare

Changes

  • No CPI changes
  • Fixes mismatch CPI / release version

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v2.0.3/bosh-vmrun-cpi-release-2.0.3.tar.gz"
  sha1: "8a4ec28d9c73262b065a3324bdeee3fdb47f4971"

v2.0.2

17 Dec 04:00
Compare
Choose a tag to compare

Changes

  • Fixes a critical issue in 2.0.0 where Fusion fails to create disks due to OVF incompatibilities.

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v2.0.2/bosh-vmrun-cpi-release-2.0.2.tar.gz"
  sha1: "cfa7dc22fd6a60b779e7a0d658e493179ae25922"

v2.0.0

17 Dec 01:07
Compare
Choose a tag to compare

Changes

  • Works with VMware Player 14.1.1 and VIX 1.17.0 (tested only on Ubuntu Xenial)
  • Remove dependency on vmware-vdiskmanager. Uses ovftool for new disk creation instead. (potentially breaking)
  • Fixes an installer scp bug on Linux

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v2.0.0/bosh-vmrun-cpi-release-2.0.0.tar.gz"
  sha1: "fe02d91b05bbc02ef95ccdc49ed1c39b822189da"

v1.3.0

11 Dec 15:10
Compare
Choose a tag to compare

Changes

  • Set human readable VM names (enabled by default)
  • Improve CPI installer

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.3.0/bosh-vmrun-cpi-release-1.3.0.tar.gz"
  sha1: "05fb1a986a36721c6b4f242d9a268bd0568dad9a"

v1.2.3

23 Oct 17:24
Compare
Choose a tag to compare

Changes

  • Make packaging scripts use vendor deps

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.2.3/bosh-vmrun-cpi-release-1.2.3.tar.gz"
  sha1: "916fa9813e0c7ffc26a647bb65ef736a2d971a5c"

v1.2.1

07 Oct 15:36
Compare
Choose a tag to compare

Changes

  • Bump golang to 1.13

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.2.1/bosh-vmrun-cpi-release-1.2.1.tar.gz"
  sha1: "ed070940a974689c0f8b027ece90f065b3570695"

v1.2.0

25 May 21:14
Compare
Choose a tag to compare

Changes

  • Move installation logic out of package template cpi.erb into installer
  • Changed spec: vmrun.ssh_tunnel.port is now a string for simplicity and defaults to "22"

Usage:

- name: "bosh-vmrun-cpi"
  url: "/~https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.2.0/bosh-vmrun-cpi-release-1.2.0.tar.gz"
  sha1: "d64c038255ab456d2010595c6e741dc0458b2c08"