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

Tanzu Framework v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 21:09
· 1754 commits to main since this release
v0.5.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

  • Added the capability of copying images required for TKG installation in completely airgapped environments. (#680, @mjangi9292)

Feature

Bug or Regression

  • Fixed a bug where a management cluster was not getting deleted if TKG_CUSTOM_IMAGE_REPOSITORY_CA_CERTIFICATE was set during its creation (#609, @saji-pivotal)
  • Fixes the issue where gen-publish-images.sh script fails to use the certificate set in environment variable while copying the images to private registry. (#689, @mjangi9292)

Miscellaneous

  • Added configuration validation for proxy when used with vSphere. Users need to ensure traffic to vCenter is not proxied if they want to validate vCenter server. (#573, @gwang550)
  • Allow configuring TKG_IP_FAMILY with "ipv4,ipv6" to deploy a dual-stack cluster on vSphere. (#617, @christianang)

Dependencies

Added

  • github.com/dprotaso/go-yit: 135eb72
  • github.com/vmware-labs/yaml-jsonpath: v0.3.2

Changed

Nothing has changed.

Removed

Nothing has changed.