Skip to content

Cloud Provider vSphere v1.2.0

Compare
Choose a tag to compare
@dvonthenen dvonthenen released this 31 Jul 20:59
· 798 commits to master since this release
c7d5a1e

This is the v1.2.0 release of Cloud Provider vSphere

Changelog since v1.2.0-rc.1:

  • [BUG] instances: return InstanceNotFound error in InstanceID. PR: #365

Changelog since v1.1.0:

  • [NEW] Support for NSX-T based Load Balancers PR: #292
  • [NEW] Initial implementation for YAML based config. PR: #305
  • [NEW] Update CPI image to use non-root account. PR: #297
  • [NEW] Add support for Resource Pool and Folder traversal for Zones/Regions. PR: #362
  • [ENHANCE] InstanceExistsByProviderID Signal Deletion to K8s. PR: #359
  • [ENHANCE] Update docs for VMTools exclude-nics filtering. PR: #349
  • [ENHANCE] Added guide on how to install CSI on an already-existing K8s cluster. PR: #293
  • [ENHANCE] Documentation updates. PR: #310,
  • [BUG] Don't cache instances if addresses are not found. PR: #336
  • [BUG] vSphere cloud-controller-manager should tolerate not-ready taint. PR: #339
  • [BUG] Prevent guest from getting cached when unable to get properties. PR: #343
  • [BUG] Remove ToLower when using FQDN. PR: #352
  • [BUG] Log does not print node initialization success when zone labels are not configured. PR: #361