Releases: bigblueswarm/bbsctl
Releases · bigblueswarm/bbsctl
v2.3.0
What’s Changed
🚀 Features
- chore: add --secret option to init tenant cmd #76 @SLedunois (#78)
- chore: upgrade bigblueswarm dependence to 2.3.0 #75 @SLedunois (#77)
dev note
we jumped the v2.2.0 version to align the version with the bigblueswarm one.
v2.1.0
What’s Changed
🚀 Features
- doc: add documentation #69 @SLedunois (#74)
- feat: add
meeting_pool
anduser_pool
optional flags oninit tenant
command #72 @SLedunois (#73)
🧰 Maintenance
- chore: fix linter issues #66 @SLedunois (#71)
- chore: upgrade bigblueswarm to 2.2.0 #67 @SLedunois (#70)
- chore: upgrade to go 1.19 #65 @SLedunois (#68)
- chore: move b3lbctl into bigblueswarm org and rename it to bbsctl #63 @SLedunois (#64)
v2.0.0
What’s Changed
🚀 Features
- feat:
b3lbctl apply -f localhost.tenant.yaml
command #41 @SLedunois (#62) - feat:
b3lbctl apply -f instances.yaml
command #33 @SLedunois (#61) - feat:
b3lbctl delete tenant localhost
command #46 @SLedunois (#60) - feat: add Active tenants field to
b3lbctl clusterinfo
command #58 @SLedunois (#59) - feat: b3lbctl describe tenant <tenant> #43 @SLedunois (#57)
- feat
b3lbctl get tenants
command #44 @SLedunois (#56) - feat:
b3lbctl get instances
command #35 @SLedunois (#55) - feat:
b3lbctl init tenant
command #42 @SLedunois (#52) - feat: b3lbctl init instances command #45 @SLedunois (#51)
- feat:
b3lbctl init config
command #37 @SLedunois (#50)
🧰 Maintenance
- chore:
/admin/servers
is now/admin/api/instances
#40 @SLedunois (#54) - chore: update
b3lbctl config view
tob3lbctl describe config
and update command to call admin endpoint #47 @SLedunois (#53) - chore: update default config file to be
$HOME/.b3lb/.b3lbctl.yml
#36 @SLedunois (#49) - chore: upgrade to go 1.18 #32 @SLedunois (#48)
- chore: update
b3lbctl cluster-info
to call new cluster info endpoint #38 @SLedunois (#39)
v1.1.0
What’s Changed
🚀 Features
- feat: print usage if no subcommand is used #23 @SLedunois (#28)
- feat: cluster status cmd #22 @SLedunois (#24)
🐛 Bug Fixes
- fix: Manage 404 error on instance deletion #20 @SLedunois (#21)
🧰 Maintenance
- chore: create a CI/CD Makefile #30 @SLedunois (#31)
v1.0.0
What’s Changed
🚀 Features
- feat: delete an instance using the admin endpoint #3 @SLedunois (#19)
- feat: add a server using admin endpoint #1 @SLedunois (#15)
- feat: list instances using the admin endpoint #2 @SLedunois (#11)
- feat: load config from yaml file using viper #7 @SLedunois (#8)
🐛 Bug Fixes
- fix: create a custom table style #14 @SLedunois (#16)
🧰 Maintenance
- chore: refactor code to manage flags like kubectl #13 @SLedunois (#17)
- chore: create project cli architecture #4 @SLedunois (#6)