Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Tanzu Framework v0.11.4

Compare
Choose a tag to compare
@navidshaikh navidshaikh released this 07 Apr 17:54
· 1525 commits to main since this release
v0.11.4
a9b8f3a

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

Bug or Regression

  • Fix the image repo url being read by default (#1922, @saji-pivotal)
  • Fix the issue where upgrade operation fails for vSphere provider if vSphere password contains single quote(') (#1723, @prkalle)
  • Add 0.12.1 Pinniped package to bring in bug fix release for an incompatibility between the Pinniped CLI and Chrome v98+ that causes browser-based logins to fail. (#1876, @ankeesler)
  • Fix the issue that spinner messages being wiped out and redundant empty lines being printed. (#1473, @blc1996)
  • Fix for OIDC auth issue: Load all kubernetes credential helpers (#1941, @maralavi)
  • Configure etcd extraArgs from TKR during cluster creation/upgrade (#1968, @anujc25)
  • Fix the issue for unable to use custom certificate in an airgap environment (#1883, @blc1996)
  • Fixed an issue where a finalizer on the VSphereIdentitySecret is not deleted in case of clusters upgraded from TKG 1.x to 1.5. (#1937, @aartij17)
  • Fixed the workload cluster upgrade issue when cluster is already on latest TKR and user passes the same TKR with --tkr flag with tanzu 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)
  • Load proxy CA passed in TKG_PROXY_CA_CERT to TKG cluster's CA trust store (#1991, @lubronzhan)
  • Prevent the vsphere-cpi from assigning the VSPHERE_CONTROL_PLANE_ENDPOINT IP to node's ExternalIP when running kube-vip. (#1964, @christianang)
  • Removed incorrect zsh completions instructions. No longer recommend using "source" (#1978, @joshrosso)
  • Workload cluster's AVI control plane VIP network will consider using management cluster VIP network first instead of data plane of this cluster. Backport AVI VIP network auto propagate logic to v0.11 (#1960, @XudongLiuHarold)

Miscellaneous

Dependencies

Added

  • github.com/alonyb/spinner: v1.12.7

Changed

Removed

  • github.com/briandowns/spinner: v1.16.0

Full Changelog: v0.11.3...v0.11.4