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
c940f9b added version check warning for all commands but 'generate' (#727)
853657e fix issue where if no releases existed, running kusk upgrade --install would crash. This is because kusk was trying to look up the installed version of charts that weren't installed. Also removed incorrect version display where it would say upgrading to the version that was already installed (#747)
b45e9d8 grouped install and upgrade under cluster subcommand (#726)
83102cc return an error if no upstream service or host defined rather than just assuming that if service isn't specified that host is which causes a panic if neither are defined (#738)
416b69f returning content-type application/json on validation error (#741)