Releases: banzaicloud/banzai-cli
Releases · banzaicloud/banzai-cli
0.16.4
0.16.3
backup: implement restore-id handling (#328) Signed-off-by: Nandor Kracser <[email protected]>
0.16.2
backup: set cluster.cloud in options in every case (#327) Signed-off-by: Nandor Kracser <[email protected]>
0.16.1
Cluster backup: add useClusterSecret option to enable backup command (#320) allow verbose (curl) mode for all API clients (#324) login: remove old user_sess cookie support (#319)
0.16.0
0.16.0: +cl/np/u version, +cl/c template, +cl/np/l status, fixes Features: 1. Added subnet ID to `cluster nodepool list` output. #310 @pregnor 2. Added template option to `cluster create`. #313 @colin014 3. Added version parameter to `cluster nodepool update`. #311 @bonifaido 4. Added status to `cluster nodepool list`. #312 @pregnor Patches: 1. Fixed error output in `secret create` #316 @pbalogh-sa
0.15.3
Development: 1. Fixed GitHub docker registry push. #309 @pbalogh-sa
0.15.2
Patches: 1. Added help details to debug command. #300 @orymate 2. Added GPG notice to debug command. #301 @orymate 3. Added node pool delete information message. #304 @pregnor 4. Fixed Pipeline version printing. #308 @pregnor 5. Updated Pipeline version to 0.58.0. #303 @pregnor Development: 1. Added docker image. #302 @pbalogh-sa,@orymate
0.15.1
- new command:
banzai pipeline debug
creates a debug bundle for remote support - improved node pool list
- experimental: eks cluster update support
0.15.0: Merge pull request #297 from banzaicloud/support-bundle
0.14.1
Make the installer work with AWS_PROFILE set as an environment variab…