Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
v3.3.2
Fixed
- Operation::State
replaying_wal
parse issue.
v3.3.1
Fixed
- Confirmation input prompt for
cb upgrade update
andcb maintenance upgrade
.
v3.3.0
Added
cb create --fork
andcb create --replica
now supports cross platform
creation.cb list
command now accepts--format
. Supports:table
andtree
.cb list
command now accepts--team
.cb maintenance update
andcb upgrade update
update a pending maintenance
and a pending upgrade respectively.
Fixed
cb destroy
completion to include--confirm
.cb info
now returns new cluster states:resuming
,suspended
,suspending
.cb logs
fails without error message.cb maintenance cancel
now only cancels maintenances.cb psql
no longer overrides a users.psqlrc
with\x auto
which was
causing unexpected formatting for some users.cb upgrade cancel
now only cancels upgrades.cb upgrade start --starting-from
now checks that it is in less than 72 hours.
v3.2.0
Added
cb maintenance
command now supportscancel
andcreate
cb network
command added to manage networks. Supportslist
andinfo
.cb upgrade status
returns maintenance window informationcb upgrade start
command accepts--starting-from
and--now
options that
specify upgrade failover window.- Specifying an application ID when adding an API key is no longer necessary. A
"prefixed" API key starting withcbkey_
is necessary for use with cb. (All
new API keys are prefixed.)
Fixed
- Fix
--network
not being honored when passed withcb create --replica
. cb upgrade start
don't changeha
by default.
v3.2.0-dev1
-v3.2.0-dev1
v3.1.0
Added
cb tailscale
command added to add and remove a cluster from a Tailscale
network. Supportsconnect
anddisconnect
.cb maintenance
command added to manage cluster maintenance windows. Supports
info
andupdate
.cb info
now returns some maintenance window information
Fixed
- Fix cluster id bug with
cb restart
v3.1.0-dev
v3.1.0-dev
v3.0.2
Fixed
- Fix cluster id parsing bug with
cb logs
.
v3.0.1
Fixed
- Fix cluster id parsing bug with
cb backup list
.
v3.0.0
Added
- Support for using cluster name or id with most commonly used commands.
host
field tocb info
output.
Fixed
- Fix
cpu
andmemory
type due to recent API changes fromInt
toFloat
.