Skip to content

v92

Compare
Choose a tag to compare
@ystros ystros released this 26 Apr 19:47
· 265 commits to master since this release

Breaking Changes

This version of the CPI removes the ability to configure blobstore settings for a deployed VM using the CPI. The standard way to configure blobstore settings is to send them as part of the agent environment section, e.g:

env:
  bosh:
    blobstores: [
      ...
    ]

For bosh create-env deployments, this configuration is under the resource_pools section of the manifest. You can refer to this example in bosh-deployment.

If you do not set blobstore settings under the agent environment section, your deployment may go unresponsive when upgrading to this CPI.

What's Changed

  • Faster deploys by trimming NSX auto-generated objects by @cunnie in #361
  • Remove blobstore info from IaaS metadata endpoints by @ystros in #364
  • Add timeouts to config for Typhoeus to prevent NSX requests hanging for hours by @jpalermo in #363

Full Changelog: v91...v92