Cloud Provider vSphere v1.1.0
davidvonthenen
released this
19 Dec 17:13
·
1009 commits
to master
since this release
This is the Stable/GA release of Cloud Provider vSphere
Changelog since v1.0.0:
- [NEW] Added functionality to allow setting the ExternalIP and InteralIP on k8s status.Address by applying filters based on both the VM Network Name and subnet. PR: #271, #284
- [NEW] Support for
[VirtualCenter]
to each have their own k8s secret to store vCenter creds. PR #241 - [NEW] Support for vCenter role-based access in
[VirtualCenter]
. This is the beginnings to allow multi-tenancy within a given vCenter which restricts access based on vCenter roles/rbac. #241 - [NEW] Added support for deploying vSphere CPI via Helm (https://github.com/helm/charts/tree/master/stable/vsphere-cpi). Documentation for how to setup Helm and deploy the vSphere CPI chart. #280
- [ENHANCE] Improvements in CI/CD including but not limited to staticcheck, update to docker images, etc. PRs: #242, #257, #274
- [ENHANCE] Documentation updates relating to zones and regions. PR: #251
- [ENHANCE] Documentation around firewall considerations. PR: #269
- [ENHANCE] Document the minimum supported vSphere version (min: 6.7u3). PR: #263
- [BUG] Various bug fixes. PRs: #244, #248, #250, #253, #273, #282, #283
- [BUG] Various documentation fixes. PRs: #249, #254, #256, #264, #267, #286