You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow all config options to also be envVars using subpaths as _ which then get translated to - in viper config
Added filters for cluster and service account
Moved version to only output version nothing else. Removed unneeded else statement
Added semver requirement, and checking. Deploy added global.requiredVersion and global.minimumVersion to the stim.deploy.yaml, so you can enforce versions.
Adding validation to check for no arg for completion cmd
Tab completion functionality for bash and zsh
Bugfix
Fixed minor issue with logging Fatal, showing as Info
Fixed build/publish for versions
Upped version of kube-vault-deploy to fix checksum issue downloading kubectl >= 1.18
Hard set to alpine:3.11 since alpine:3.12 does not support py2 anymore