This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.20.0
Tanzu CLI Installation Instructions
If you are installing Tanzu CLI using the artifacts published as part of this release, please follow the instructions.
Changes by Kind
Enhancement
- ANTREA_FLOWEXPORTER: "true"
ANTREA_EGRESS: "true" (#1869, @iXinqi) - Rewrote package tooling in Golang (#1512, @yharish991)
Bug or Regression
- Fix the image repo url being read by default (#1922, @saji-pivotal)
- Fix issues while deploying management packages into bootstrap and management cluster (#1775, @anujc25)
- Fixed the workload cluster upgrade issue when cluster is already on latest TKR and user passes the same TKR with
--tkr
flag withtanzu cluster upgrade
command (#1853, @anujc25) - Fixes upgrade bug in Azure where upgrade used to fail if AZURE_CLIENT_SECRET was not set. (#1841, @saji-pivotal)
Miscellaneous
- GVR Capability Discovery query now supports searching for any version of a resource by omitting the
WithVersions
method. In addition,WithVersions
orWithResource
methods return an error when an empty string is passed as an argument. (#1724, @codegold79) - Load all kubernetes credential helpers (#1816, @scothis)
- Package-based-lcm: Add validating webhooks for AntreaConfig and CalicoConfig (#1796, @shivaani0505)
- Package-based-lcm: Adds function to continuously manage webhook TLS certificates (#1803, @adduarte)
- Package-based-lcm: Handle TKR upgrade in ClusterBootStrap controller (#1713, @blc1996)
- Package-based-lcm: Reconcile ProviderServiceAccount for VSphereCPIConfig paravirtual mode. (#1868, @HanFa)
- Package-based-lcm: Register CPI schema and update addons-manager-v2 package (#1842, @vijaykatam)
- Plugin descriptions in plugin list table output wraps after 80 characters. (#1839, @codegold79)
- Prevent the vsphere-cpi from assigning the VSPHERE_CONTROL_PLANE_ENDPOINT IP to node's ExternalIP when running kube-vip. (#1480, @adobley)
- Resolve TKR/OSImage for Cluster based on 'run.tanzu.vmware.com/resolve-tkr' and 'run.tanzu.vmware.com/resolve-os-image' annotations. (#1835, @imikushin)
- The concierge cluster audience can be a cluster UID instead of a cluster name to ensure uniqueness. (#1811, @benjaminapetersen)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
New Contributors
- @ShashankGirish made their first contribution in #1847
Full Changelog: v0.19.0...v0.20.0