Skip to content

Releases: vmware-tanzu/vsphere-kubernetes-drivers-operator

v0.6.0

25 Nov 12:58
3428a61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...v0.6.0

v0.3.0

26 Apr 13:32
Compare
Choose a tag to compare

What's Changed

  • Added support for CSI v2.5.1
  • Introduced new CRD for managing the Compatibility Matrix

Deliverables

Assets File Name
VDO operator docker image vdo.tar.gz
VDO deployment file for Vanilla K8s cluster vdo-spec-vanilla-k8s.yaml
Compatibility Matrix compatibility.yaml
VDO CLI - Linux vdoctl-linux-0.3.0.tar.gz
VDO CLI - Mac vdoctl-mac-0.3.0.tar.gz

Full Changelog: 0.2.0...0.3.0

v0.2.0

05 Jan 03:41
b3e9eba
Compare
Choose a tag to compare

What's Changed

  • Replaces kubelet path in liveness probe. This is observed in csi 2.4+ by @jvrahav in #134
  • Support configuration of default compatibility matrix if matrix is not configured before configuring drivers by @ridaz in #118
  • Getting started from release Guide by @ridaz in #124
  • Update "use-csinode-id" key in the internal-feature-states.csi.vsphere.vmware.com config map by @ridaz in #135
  • adding support and validation for providing FQDN by @aggarwalta in #137
  • Update docs with default compat matrix details by @ridaz in #138

Deliverables

Assets File Name
VDO operator docker image vdo.tar.gz
VDO deployment file for Vanilla K8s cluster vdo-spec-vanilla-k8s.yaml
Compatibility Matrix compatibility.yaml
VDO CLI - Linux vdoctl-linux-0.1.1.tar.gz
VDO CLI - Mac vdoctl-mac-0.1.1.tar.gz

Full Changelog: 0.1.1...0.2.0

v0.1.1

15 Dec 05:25
373ac09
Compare
Choose a tag to compare

Highlights/What's Changed

  • Adds support for deploying VDO on OpenShift Cluster
  • RedHat Certified operator as an OpenShift Certified Operator
  • Adds support for providing custom kubelet path while configuring CSI driver
  • Adds support for latest versions of CSI and CPI
  • Fix various bugs for vdoctl and make it stable

Deliverables

Assets File Name
VDO operator docker image vdo.tar.gz
VDO deployment file for Vanilla K8s cluster vdo-spec-vanilla-k8s.yaml
Compatibility Matrix compatibility.yaml
VDO CLI - Linux vdoctl-linux-0.1.1.tar.gz
VDO CLI - Mac vdoctl-mac-0.1.1.tar.gz

Full Changelog: v0.1.0-beta...0.1.1

Click on Getting Started Guide to see how to consume this release.

Note : Currently we support CSI version till 2.3.0 and CPI versions till 1.22.0

v0.1.0-beta

07 Oct 11:06
227bcea
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Features

Supports configuration and management of vSphere CSI and CPI drivers required to run k8s workloads on vSphere

Supports the following user flows

  1. Deploy VDO
  2. Configure compatibility matrix of vSphere CSI and CPI drivers against vSphere and k8s versions
  3. Configure VDO to help install/configure the vSphere drivers for CSI and CPI
  4. Upgrade CPI and CSI drivers based on updates to compatibility matrix
  5. Integrated with VDOCTL (Command Line Tool) that helps in performing all user operations on VDO

Deliverables

  • vdoctl binary
    • linux - vdoctl-v0.1.0-beta.tar.gz
    • mac - vdoctl-mac-v0.1.0-beta.tar.gz
  • vdo docker image - vdo.tar.gz
  • compatibility matrix - compatibility.yaml
  • vdo source code

Contributors