Skip to content

Releases: cloudfoundry/bosh-vsphere-cpi-release

v53.0.6

30 Jan 20:07
Compare
Choose a tag to compare

NOT BACKWARD COMPATIBLE WITH OLD HOST GROUP FORMAT

Makes host group - VM group affinity configurable with MUST(mandatory) vs SHOULD(prescriptive).
Makes SHOULD as the default.

  • SHOULD rule allows VMs to fail-over from a non-functional host group while MUST does not.

Sample Cloud Config

azs:
- name: z1
  cloud_properties:
    datacenters:
    - clusters:
      - vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'MUST'}}
- name: z2
  cloud_properties:
    datacenters:
    - clusters:
      - vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'should'}}

v52.1.10

30 Jan 20:06
Compare
Choose a tag to compare

NOT BACKWARD COMPATIBLE WITH OLD HOST GROUP FORMAT

Makes host group - VM group affinity configurable with MUST(mandatory) vs SHOULD(prescriptive).
Makes SHOULD as the default.

  • SHOULD rule allows VMs to fail-over from a non-functional host group while MUST does not.

Sample Cloud Config

azs:
- name: z1
  cloud_properties:
    datacenters:
    - clusters:
      - vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'MUST'}}
- name: z2
  cloud_properties:
    datacenters:
    - clusters:
      - vcpi-cluster-1: {host_group: {name: 'vcpi-cl1-hg-1', drs_rule: 'should'}}

v53.0.5

10 Jan 19:11
Compare
Choose a tag to compare

Bump cpi ruby release to ruby-2.6.5-r0.29.0

v52.1.9

10 Jan 19:09
Compare
Choose a tag to compare

Bump cpi ruby release to ruby-2.6.5-r0.29.0

v53.0.4

20 Dec 02:05
Compare
Choose a tag to compare

Fixes a race condition when trying to find a network. If a network managed object disappears during iteration then the CPI will no longer raise an error and will instead skip that network.

v52.1.8

20 Dec 02:05
Compare
Choose a tag to compare

Fixes a race condition when trying to find a network. If a network managed object disappears during iteration then the CPI will no longer raise an error and will instead skip that network.

v53.0.3

22 Nov 17:29
Compare
Choose a tag to compare
PKS 341, PKS 433, PKS 507

The change causes CPI to return disk UUID instead of SCSI Unit number when disk.EnableUUID (advanced vmx option) is set on a VM.
As a result, BOSH agent is not confused between k8s persistent disks and CPI persistent disks, and , it is able to mount and format correct disks

Closes: 224

The change is to support NSX-V 6.4.6. The default return type format for NSX-V changed from XML to JSON b/w 6.4.4 and 6.4.6. This change sends an ACCEPT application/xml header to mandate XML return type of body in response

v52.1.7

22 Nov 17:28
Compare
Choose a tag to compare
PKS 341, PKS 433, PKS 507

The change causes CPI to return disk UUID instead of SCSI Unit number when disk.EnableUUID (advanced vmx option) is set on a VM.
As a result, BOSH agent is not confused between k8s persistent disks and CPI persistent disks, and , it is able to mount and format correct disks

Closes: 224

The change is to support NSX-V 6.4.6. The default return type format for NSX-V changed from XML to JSON b/w 6.4.4 and 6.4.6. This change sends an ACCEPT application/xml header to mandate XML return type of body in response

v53.0.2

08 Nov 21:16
Compare
Choose a tag to compare
Fixes File uploads by trying through a host that is under BOSH orchestration.
Provides absolute fallback to vCenter in case of upload through host fails.
NSX-T Cert/Key auth instead of User/Pass is ready to be used.

v52.1.6

08 Nov 21:17
Compare
Choose a tag to compare
Fixes File uploads by trying through a host that is under BOSH orchestration.
Provides absolute fallback to vCenter in case of upload through host fails.
NSX-T Cert/Key auth instead of User/Pass is ready to be used.