Skip to content

v1.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 06:29
· 26 commits to main since this release

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

  • Add support for custom CA cert or explicit skipping of cert validation for UAA-based tanzu platform. (#803, @vuil)
  • Add support for using UAA as IDP. After this change, endpoint URIs provided when creating a 'tanzu' context not recognized as public Tanzu SaaS endpoint will default to use UAA as IDP. Use --force-csp boolean flag to override behavior for custom endpoints that still requires CSP. (#802, @vuil)
  • Allow to specify a tanzu endpoint with no scheme (#811, @marckhouzam)
  • Document how to show the context in the user's prompt. (#806, @marckhouzam)
  • Enable TANZU_CLI_SM_ORGANIZATION_NAME TANZU_CLI_SM_ORGANIZATION_ID to configure the Org name and id of a self-managed Tanzu Platform environment. (#804, @vuil)
  • Fix incorrect context name being created when using new tanzu platform endpoints (#808, @anujc25)
  • Fix missing org name in browser login (#812, @marckhouzam)
  • Properly support the use of custom ca cert data for tanzu type CLI contexts. (#805, @vuil)
  • Read default database refresh threshold from Central Config (#809, @anujc25)
  • Streamline UAA-based Tanzu Platform login to not require Org ID (#815, @vuil)
  • Use Central Configuration to get/configure/update Tanzu Platform endpoints and implement Fallback algorithm to find service endpoints (#801, @anujc25)

Dependencies

Added

  • github.com/99designs/gqlgen: v0.17.44
  • github.com/andreyvit/diff: c7f18ee
  • github.com/arbovm/levenshtein: 48b4e1c
  • github.com/bradleyjkemp/cupaloy/v2: v2.6.0
  • github.com/dgryski/trifles: dd97f9a
  • github.com/hashicorp/golang-lru/v2: v2.0.7
  • github.com/pkg/diff: 20ebb0f
  • github.com/sosodev/duration: v1.2.0

Changed

Removed

Nothing has changed.