Skip to content

Releases: kubernetes/cloud-provider-vsphere

v1.20.0-alpha.1

07 May 20:18
52978b8
Compare
Choose a tag to compare
v1.20.0-alpha.1 Pre-release
Pre-release

v1.20.0-alpha.1

Changelog since v1.19.X:

  • Introduce initial support for vSphere paravirtual cloud provider
  • Update Kubernetes dependencies to v1.20.X

Version Compatibility

Supports Kubernetes clusters on v1.20.X with allowed version skew.

v1.18.1

02 Mar 00:48
9ce6ca6
Compare
Choose a tag to compare

v1.18.1

Changelog since v1.18.0:

  • Revert support for dual-stack node addresses, since network field is not guaranteed to be set on GuestNicInfo

Version Compatibility

Supports Kubernetes clusters on v1.18.X with allowed version skew.

v1.19.0

14 Jan 19:06
e8dbe94
Compare
Choose a tag to compare

v1.19.0

Changelog since v1.18:

  • Bump k8s.io/kubernetes dependencies to v1.19.7
    • mainly bug fixes and minor improvements

Version Compatibility

Supports Kubernetes clusters on v1.19.X with allowed version skew.

v1.19.0-beta.0

14 Jan 01:14
e8dbe94
Compare
Choose a tag to compare
v1.19.0-beta.0 Pre-release
Pre-release

v1.19.0-beta.0

Changelog since v1.18:

  • Bump k8s.io/kubernetes dependencies to v1.19.7
    • mainly bug fixes and minor improvements

Version Compatibility

Supports Kubernetes clusters on v1.19.X with allowed version skew.

v1.18.0

14 Jan 00:47
cf55170
Compare
Choose a tag to compare

v1.18.0

Changelog since v1.2.1:

  • Bump k8s.io/kubernetes depedency to v1.18.12
    • adds new zone/region topology labels topology.kubernetes.io/zone and topology.kubernetes.io/region.
    • adds new instance type labels node.kubernetes.io/instance-type.
  • Enable dual-stack node addresses behind an alpha feature gate ENABLE_ALPHA_DUAL_STACK
  • Initial support for NSX-T routable pods

Version Compatibility

Supports Kubernetes clusters on v1.18.X with allowed version skew.

v1.18.0-beta.0

06 Jan 16:44
6e839d5
Compare
Choose a tag to compare
v1.18.0-beta.0 Pre-release
Pre-release

v1.18.0-beta.0

Changelog since v1.2.1:

  • Bump k8s.io/kubernetes depedency to v1.18.12
    • adds new zone/region topology labels topology.kubernetes.io/zone and topology.kubernetes.io/region.
    • adds new instance type labels node.kubernetes.io/instance-type.
  • Enable dual-stack node addresses behind an alpha feature gate ENABLE_ALPHA_DUAL_STACK
  • Initial support for NSX-T routable pods

Version Compatibility

Supports Kubernetes clusters on v1.18.X with allowed version skew.

v1.18.0-alpha.1

17 Dec 19:16
4001821
Compare
Choose a tag to compare
v1.18.0-alpha.1 Pre-release
Pre-release

v1.18.0-alpha.1

Changelog since v1.2.1:

  • Bump k8s.io/kubernetes depedency to v1.18.12
    • adds new zone/region topology labels topology.kubernetes.io/zone and topology.kubernetes.io/region.
    • adds new instance type labels node.kubernetes.io/instance-type.
  • Enable dual-stack node addresses behind an alpha feature gate ENABLE_ALPHA_DUAL_STACK

Version Compatibility

Supports Kubernetes clusters on v1.18.X with allowed version skew.

v1.18.0-alpha.0

06 Nov 20:27
fd46ff9
Compare
Choose a tag to compare
v1.18.0-alpha.0 Pre-release
Pre-release

v1.18.0-alpha.0

Changelog since v1.2.1:

  • Bump k8s.io/kubernetes depedency to v1.18.6
    • adds new zone/region topology labels topology.kubernetes.io/zone and topology.kubernetes.io/region.
    • adds new instance type labels node.kubernetes.io/instance-type.
  • Enable dual-stack node addresses behind an alpha feature gate ENABLE_ALPHA_DUAL_STACK

Supports Kubernetes clusters on v1.18.X

Cloud Provider vSphere v1.2.1

26 Aug 17:06
09628f0
Compare
Choose a tag to compare

This is the v1.2.1 release of the vSphere Cloud Provider

Changelog since v1.2.0:

  • Fix a bug when discovering a VM's address by it's subnet or VM network name (#378)
  • Fix a bug where a node may be prematurely deleted if vmtools is slow to report it's hostname (#387)

Cloud Provider vSphere v1.2.0

31 Jul 20:59
c7d5a1e
Compare
Choose a tag to compare

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