Skip to content

bosh-azure-cpi/21

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit c0707414.

Release Notes

NOTES: This version does NOT work in Mooncake now

New Features:

  • Support managed disks. Please reference the guidance on how to deploy a new deployment, or migrate an existing deployment, utilizing the new Managed Disks Service on Azure.

Below GitHub issues are fixed with managed disks.

Improvements:

  • Upgrade azure-storage-ruby to v0.11.5.

Please see release notes of azure-storage-ruby v0.11.5

  • Auto retry when the connection to Azure AD or ARM is reset because of OpenSSL::SSL::SSLError or OpenSSL::X509::StoreError.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-azure-cpi"
  version: "21"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=21"
  sha1: "7886bd8ba75ea2481a13f951a9faa77add801a0a"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 7886bd8ba75ea2481a13f951a9faa77add801a0a \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=21"

Jobs

Packages