Skip to content

Releases: cloudfoundry/bosh-vsphere-cpi-release

v87

09 Nov 18:57
Compare
Choose a tag to compare
v87

What's Changed

Full Changelog: v86...v87

v86

02 Nov 17:51
Compare
Choose a tag to compare
v86

What's Changed

  • Use ruby-3.1 package which includes Clang by @cunnie in #351

New Contributors

Full Changelog: v85...v86

v85

01 Nov 23:55
Compare
Choose a tag to compare
v85

What's Changed

  • Added new vcenter.memory_reservation_locked_to_max spec property. Enabling this will force VMs to reserve their memory when they are created. This is usually not needed and inefficient as far as vSphere resource usage but can be helpful in certain situations where vSphere hosts are under specific load patterns.

Full Changelog: v84...v85

v84

28 Oct 00:40
Compare
Choose a tag to compare
v84

This release reverts 2d28f5d which broke some NSX-T Policy API users.

Full Changelog: v83...v84

v83

25 Oct 22:53
Compare
Choose a tag to compare
v83

What's Changed

Full Changelog: v82...v83

v82

21 Oct 02:15
Compare
Choose a tag to compare
v82

What's Changed

  • CPI now supports in-AZ cluster failover when an AZ has multiple clusters and one cluster has insufficient reserved memory.
  • Added new parameter for VMs, memory_reservation_locked_to_max
  • Policy API again uses IDs (vs. display name) for specifying Groups.

Known Issue

  • NSX-T Policy API users may experience issues fetching Groups correctly if the display_name does not match the Group id.

Full Changelog: v81...v82

v81

18 Oct 15:20
Compare
Choose a tag to compare
v81

What's Changed

  • Improved performance by eliminating recently-added checks when placing disks on cluster-accessible datastores. The checks exacted a heavy toll while providing very little value (i.e. the checks only helped with an unlikely corner case: "rescan storage" hadn't been run after a datastore had been unmounted but not detached from a host).

Full Changelog: v80...v81

v80

21 Sep 16:30
Compare
Choose a tag to compare
v80

What's Changed

  • Bump to Go 1.19 and vendored dependencies
  • Implemented exponential back off when NSX-T API throttling occurs

Full Changelog: v79...v80

v79

25 Aug 02:50
Compare
Choose a tag to compare
v79

Fixes:

  • Further changes were necessary to ensure airgap usage works as expected.

Full Changelog: v78...v79

V78

23 Aug 17:11
Compare
Choose a tag to compare
V78

Fixes

  • Users installing the release in an airgapped environment may have experienced problems with compiling the release (due to a bundler environment mismatch). This should be fixed in this release.