Releases: vmware-tanzu/vsphere-kubernetes-drivers-operator
Releases · vmware-tanzu/vsphere-kubernetes-drivers-operator
v0.6.0
What's Changed
- Update the documents with taint as pre-requisite by @ridaz-zz in #140
- Add new compatibility-yaml with CSI 2.5.1 support by @asifdxtreme in #152
- Fix typo issues and updated the module by @asifdxtreme in #158
- Update dependencies and deprecated api's by @asifdxtreme in #159
- Create compatibility-v0.3.1.yaml by @ridaz-zz in #156
- Update goReportCard at every run by @asifdxtreme in #160
- Fix misspell and gomft -s by @asifdxtreme in #161
- Support on vSphere 8.x
Full Changelog: 0.2.0...v0.6.0
v0.3.0
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
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
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
Features
Supports configuration and management of vSphere CSI and CPI drivers required to run k8s workloads on vSphere
Supports the following user flows
- Deploy VDO
- Configure compatibility matrix of vSphere CSI and CPI drivers against vSphere and k8s versions
- Configure VDO to help install/configure the vSphere drivers for CSI and CPI
- Upgrade CPI and CSI drivers based on updates to compatibility matrix
- 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