Releases: cloudfoundry/bosh-softlayer-cpi-release
v35
v34
Fixes
- Fix the price is not valid for some locations exception
v33
Fixes
- #159885382 Refactor upgrade for dedicated host instances
- #160015237 Skip to fetch upgrade order if upgrade order exists
v31
Pre-release for CPI NG
v23
Fixes
- #149135787 Failed to attach ephemeral disk to VM due to SL change
v21
Fixes
- #148050011 Set vcap password in env.bosh.password through CPI
v20
Fixes
- #138296881 CPI needs to catch SL API "rate limit exceed" exception and wait/retry
- #145744835 Duplicated entries in boshcli /etc/hosts after CPI deploying director
v16
Fixes
- #146574907 The way to get target ip of an iSCSI storage with getObject is not stable
v12
Fixes
- #145387375 Failed to attach persistent disk due to msg chang from SL
Improvements
- #137608987 Add
PrimarySubnetId
property to support to specify primary subnet id inNetworkVlan
v10
Fixes
-
134949679 Need to check if EphemeralDisk is attached in create vm function
(PR 188 Check if the ephemeral disk is attached properly) -
133650831 Need to handle error of UpdateEtcHostsOfBoshInit properly
(PR 170 Need to handle error when writing /etc/hosts) -
133906403 Should use 0.0.0.0 in agent mbus url for director
(PR 221 Should use 0.0.0.0 in agent mbus url for director) -
127718453 SSH connection failed due to long hostname
(PR 226 Workaround for 64 character vm name still with helper) -
140753119 Append director DNS entry in /etc/hosts in bosh-cli machine
(PR 222 Append DNS entry in /etc/hosts) -
139523259 Support to specify Hostname in resource_pool for VM creation
(PR 216 Support Hostname property in VM creation
PR 271 Softlayer bosh doc enhancement)
Improvements
- Consolidated bosh-softlayer-cpi source code and release into one repo
- Added cpi version file
- Refined docs, example manifests and tips