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

Releases: kabanero-io/kabanero-command-line

Kabanero CLI Release 0.6.0-rc.5

20 Feb 20:51
0fbf329
Compare
Choose a tag to compare
Pre-release
  • Display repo urls in list and which repo each stack has come from
  • Fixes (new) indicator in list
  • Deactivated in sync is switch to deleted
  • deactivate now requires two args
  • sync and deactivate now display errors when failing with stacks with multiple versions
  • If there is an operator error, error is conveyed with some more description and other improvements to error handling
  • Improved some security

Kabanero CLI Release 0.6.0-rc.4

14 Feb 18:50
c6482a5
Compare
Choose a tag to compare
Pre-release
  • Display repo urls in list and which repo each stack has come from
  • Fixes (new) indicator in list
  • Deactivated in sync is switch to deleted
  • deactivate now requires two args
  • sync and deactivate now display errors when failing with stacks with multiple versions
  • If there is an operator error, error is conveyed with some more description

Kabanero CLI Release 0.6.0-rc.3

11 Feb 21:56
2945150
Compare
Choose a tag to compare
Pre-release
  • Display repo urls in list and which repo each stack has come from
  • Fixes (new) indicator in list
  • Deactivated in sync is switch to deleted
  • deactivate now requires two args

Kabanero CLI Release 0.6.0-rc.2

11 Feb 21:11
8e41ba8
Compare
Choose a tag to compare
Pre-release
  • Display repo urls in list and which repo each stack has come from

Kabanero CLI Release 0.6.0-rc.1

07 Feb 22:00
c7e2099
Compare
Choose a tag to compare
Pre-release
  • Use Stacks instead of Collections
  • Support for multiple versions of a Stack
  • Improved error handling

Kabanero CLI Release 0.5.0

28 Jan 15:13
79e4dc7
Compare
Choose a tag to compare

Improved error handling and various documentation updates.

Kabanero CLI Release 0.5.0-rc.1

10 Jan 16:43
79e4dc7
Compare
Choose a tag to compare
Pre-release

Very few significant changes in 0.5.0
Improved error handling and various documentation updates.

Kabanero CLI Release 0.4.0

13 Dec 14:08
6975a85
Compare
Choose a tag to compare
  • login has now changed to take your password from a prompt instead of being passed as plaintext. See documentation for more details
  • adds a new error that alerts user that they have not configured their CLI
  • adds tarball to releases for brew install

Kabanero CLI Release 0.3.0

18 Nov 21:18
da4d1c2
Compare
Choose a tag to compare

Changes:

  • refresh is now sync
  • Adopts new collections naming.
  • list no longer shows "version changed" as a status, this will only be shown in sync
  • sync now indicates: version changes, activation/deactivation, new collections being added to the kabanero instance collection
  • unauthorized bug showing EOF fixed
  • windows/linux builds no longer built with CGO_ENABLED=1 as this was only necessary for osx
  • onboard now takes just the gituser as a parameter
  • more error codes are considered

Kabanero CLI Release 0.3.0-rc.1

01 Nov 20:05
897ebb9
Compare
Choose a tag to compare
Pre-release

Changes:

  • refresh is now sync
  • Adopts new collections naming.
  • list no longer shows "version changed" as a status, this will only be shown in sync
  • sync now indicates: version changes, activation/deactivation, new collections being added to the kabanero instance collection
  • unauthorized bug showing EOF fixed
  • windows/linux builds no longer built with CGO_ENABLED=1 as this was only necessary for osx