This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.25.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
Enhancement
Bug or Regression
- Fix incorrect log message when creating management-cluster (#3172, @anujc25)
- Fixed "tanzu cluster get" command to return Classy cluster details on TKGS (#3049, @prkalle)
- Fixed an issue with Cluster UpdatesAvailable condition calculation:
when new TKRs (and their OSImages) are added to the system, they are not being considered
for UpdatesAvailable calculation for already existing clusters, until the clusters are
modified (e.g. updating an annotation) or the TKR Status Controller is restarted. (#3127, @imikushin) - Remove spaces in TKG_NO_PROXY; '*' is not allowed in TKG_NO_PROXY; Remove wrong comma in the end of TKG_NO_PROXY in AWS cluster settings (#3044, @lubronzhan)
- Use TKR v1alpha3 API commands based on feature-gate on the supervisor-cluster (#3057, @anujc25)
- Validate cluster kubernetes version upgrade check as initial step (#3033, @prkalle)
Miscellaneous
- Display correct error message when passing Cluster resource without ClusterClass as part of cluster create (#3076, @anujc25)
- Explicitly set criSocket for KubeadmControlPlane and KubeadmConfigTemplate in AWS and Azure to avoid race conditions at the node level (#3119, @yastij)
- Fixed
osInfo
annotation in Cluster CR is not correct after upgrade workload cluster with another os (#3092, @anujc25) - Fixes PCI passthrough support decimal conversion (#3080, @srm09)
- Implement logr wrapper as part of existing logger and use with clusterctl (#3122, @anujc25)
- Package-based-lcm: Fix data race in cluster pause webhook (#3055, @vijaykatam)
- The issue has been fixed in core addon's packages monitoring logic in creating workload cluster flow when cluster bootstrap does not have the correct package name (#3113, @chandrareddyp)
tanzu cluster create classy-cluster.yaml
does monitors addons core packages (kapp, cni, csi, cpi) installation after cluster creation (#3082, @chandrareddyp)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.