Skip to content

bosh-azure-cpi/20

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

Release Notes

Fixes: - Delete the possible unexpected node resources before updating VMs. - When Azure Security Center is enabled in a subscription, Azure Security Monitoring extension will be installed in all VMs under this subscription. All VMs’ information will contain a node resources. This node must be deleted before updating VMs. Otherwise, you will hit an error InvalidRequestContent. - About Azure Security Center, you can get more information here. - Other minor fixes

Usage

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

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

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

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

Jobs

Packages