This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.6.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
- Adds reconciliation wait for package plugin repository operations and package update; also adds progress indicators for repository operations. (#390, @maralavi)
- Adds imagepullsecret update command (#700, @maralavi)
- Adds configurability to the worker machine count of management clusters (#645, @saji-pivotal)
Bug or Regression
- Fixes the default worker machine count of prod management clusters to 3 (#645, @saji-pivotal)
- Fixes bug where scale operation would scale user created MachineDeployments in a cluster to zero. Workers are now distributed evenly across all MachineDeployments in the cluster. (#537, @tenczar)
- [Bug-fix]: Addon controller correctly waits for api-resources it depends on. (#635, @vijaykatam)
Miscellaneous
- Bump kapp controller to version 0.25.0 (#731, @shivaani0505)
- Change version flag in package update to an optional flag (#768, @maralavi)
- For
tanzu package repository
commands, auto detects the repository URL input. If the URL doesn't contain a tag, use the latest release semver as tag. (#766, @blc1996)
Dependencies
Added
Changed
- github.com/coreos/go-systemd: 95778df → e64a0ec
- github.com/cppforlife/go-cli-ui: 4268990 → 1e47f82
- github.com/fatih/color: v1.10.0 → v1.12.0
- github.com/google/go-querystring: v1.0.0 → v1.1.0
- github.com/grpc-ecosystem/go-grpc-middleware: v1.2.0 → v1.2.2
- github.com/grpc-ecosystem/grpc-gateway: v1.9.5 → v1.12.1
- github.com/jonboulle/clockwork: v0.1.0 → v0.2.0
- github.com/rogpeppe/fastuuid: v1.1.0 → v1.2.0
- github.com/sirupsen/logrus: v1.7.0 → v1.8.1
- github.com/tmc/grpc-websocket-proxy: 0ad062e → 3cfed13
- github.com/vmware-tanzu/carvel-kapp-controller: v0.20.0-rc.1 → v0.25.0
- github.com/vmware-tanzu/carvel-vendir: v0.19.0 → v0.23.0
- golang.org/x/exp: 6cc2880 → e8c3332
- honnef.co/go/tools: v0.0.1-2020.1.5 → v0.2.0
Removed
- github.com/blang/semver/v4: v4.0.0
New Contributors
- @jayunit100 made their first contribution in #525
- @vladimirvivien made their first contribution in #324
- @knabben made their first contribution in #778
- @tiffanyfay made their first contribution in #779
- @sabbey37 made their first contribution in #784