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

Tanzu Framework v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 04:02
· 1272 commits to main since this release
4ab3ddf

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

Feature

  • Added capabilities component to packages/standalone directory to generate capabilities package bundle (#1573, @yharish991)

Other (Cleanup or Flake)

  • Update the ytt module to use github.com/vmware-tanzu/carvel-ytt version v0.40.0 (#1734, @prkalle)

Miscellaneous

  • 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. (#1675, @sabbey37)
  • Bump kapp-controller to 0.30.1 and package template bug fix (#1733, @blc1996)
  • CLI usage information now formats subcommand descriptions to be more readable. (#1627, @stmcginnis)
  • ClusterBootstrap controller should watch for created secrets (#1691, @shivaani0505)
  • Consolidates cluster proxy configuration in TanzuClusterBootstrap (#1639, @blc1996)
  • Make cni selection using cluster class variable (#1649, @maralavi)
  • Removed incorrect zsh completions instructions. No longer recommend using "source" (#1715, @jpmcb)
  • Support avi controller version configuration (#1651, @chenlin07)
  • Use TKR label to decide whether addon controller or cluster bootstrap controller should reconcile cluster (#1682, @maralavi)

Dependencies

Added

  • github.com/ajeddeloh/go-json: 5ae6071
  • github.com/antlr/antlr4/runtime/Go/antlr: b48c857
  • github.com/danieljoos/wincred: v1.1.0
  • github.com/flatcar-linux/container-linux-config-transpiler: v0.9.2
  • github.com/flatcar-linux/ignition: v0.36.1
  • github.com/google/cel-go: v0.9.0
  • github.com/google/cel-spec: v0.6.0
  • github.com/k14s/kbld: v0.32.0
  • github.com/onsi/ginkgo/v2: v2.0.0
  • github.com/pin/tftp: v2.1.0+incompatible
  • github.com/rwcarlsen/goexif: 9e8deec
  • github.com/sigma/bdoor: babf2a4
  • github.com/sigma/vmw-guestinfo: 95dd412
  • github.com/valyala/fastjson: v1.6.3
  • github.com/vbatts/tar-split: v0.11.2
  • github.com/vincent-petithory/dataurl: v1.0.0
  • github.com/vmware-tanzu/carvel-imgpkg: v0.23.1
  • github.com/vmware-tanzu/carvel-ytt: v0.40.0
  • github.com/vmware/vmw-ovflib: 1f217b9
  • go4.org: d4a0794
  • sigs.k8s.io/json: c049b76

Changed

Removed

  • github.com/anujc25/carvel-kbld: vendir
  • github.com/k14s/ytt: 214258b
  • github.com/urfave/cli/v2: v2.2.0
  • github.com/ziutek/telnet: c3b780d
  • go.hein.dev/go-version: v0.1.0
  • k8s.io/sample-controller: v0.16.8

New Contributors

Full Changelog: v0.17.0...v0.18.0