This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.28.1
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
Miscellaneous
- Addon finalizer is added to workload clusters to control resource deletion order (#4160, @adduarte)
- Allow for simpler ClusterClass JSON patches accessing
kubernetesSpec.{etcd,pause,coredns,kube-vip}.imageRepository fields in TKR_DATA values.
They can now assume imageRepository fields in TKR_DATA values are non-empty and default to
kubernetesSpec.imageRepository (if they are empty in the TKR). (#4298, @imikushin) - Annotating a clusterbootstrap CR with tkg.tanzu.vmware.com/unmanaged-cni: "", will allow for the clusterbootstrap.spec.cni = nil (#4264, @adduarte)
- Azure: Disable use of AAD Pod Identity for resolution of Azure credentials
- Azure: Restart pods during private cluster initialisation to work around lack of hairpin LB support for control planes
- Azure: Disable extraneous route table entries (#4273, @randomvariable)
- Bump kapp-controller to v0.41.6 (#4447, @shivaani0505)
- Fetch vSphere credentials from vSphereClusterIdentity, instead of secret directly, in case of TMC based deployment of vSphere CSI. (#4388, @akankshapanse)
- Fix TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY user env setting for the TKR Source Controller. (#4383, @imikushin)
- Tanzu CLI will throw error if current AVI controller version is not supported by current TKG version (#4338, @XudongLiuHarold)
- Upgrade CAPZ version to v1.6.3 (#4422, @srm09)
- Users can configure system-wide proxy when vsphere as the cloud provider (#4345, @XudongLiuHarold)
Dependencies
Added
Changed
- github.com/vmware/govmomi: v0.27.1 → v0.30.2
- golang.org/x/exp: e8c3332 → 540bb73
- sigs.k8s.io/cluster-api-provider-vsphere: v1.4.1 → v1.5.3
Removed
- github.com/davecgh/go-xdr: e6a2ba0
New Contributors
- @harisund made their first contribution in #4297
- @alfredthenarwhal made their first contribution in #4376
Full Changelog: v0.28.0...v0.28.1