Skip to content

Releases: CrunchyData/bridge-cli

v3.3.2

10 May 19:53
Compare
Choose a tag to compare

Fixed

  • Operation::State replaying_wal parse issue.

v3.3.1

10 May 16:50
Compare
Choose a tag to compare

Fixed

  • Confirmation input prompt for cb upgrade update and cb maintenance upgrade.

v3.3.0

27 Apr 21:50
Compare
Choose a tag to compare

Added

  • cb create --fork and cb create --replica now supports cross platform
    creation.
  • cb list command now accepts --format. Supports: table and tree.
  • cb list command now accepts --team.
  • cb maintenance update and cb 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

28 Feb 22:36
Compare
Choose a tag to compare

Added

  • cb maintenance command now supports cancel and create
  • cb network command added to manage networks. Supports list and info.
  • cb upgrade status returns maintenance window information
  • cb 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 with cbkey_ is necessary for use with cb. (All
    new API keys are prefixed.)

Fixed

  • Fix --network not being honored when passed with cb create --replica.
  • cb upgrade start don't change ha by default.

v3.2.0-dev1

24 Jan 21:07
9f3665f
Compare
Choose a tag to compare
v3.2.0-dev1 Pre-release
Pre-release
-v3.2.0-dev1

v3.1.0

18 Nov 14:48
45a07a5
Compare
Choose a tag to compare

Added

  • cb tailscale command added to add and remove a cluster from a Tailscale
    network. Supports connect and disconnect.
  • cb maintenance command added to manage cluster maintenance windows. Supports
    info and update.
  • cb info now returns some maintenance window information

Fixed

  • Fix cluster id bug with cb restart

v3.1.0-dev

03 Nov 20:32
Compare
Choose a tag to compare
v3.1.0-dev Pre-release
Pre-release
v3.1.0-dev

v3.0.2

24 Oct 21:41
c2cdb49
Compare
Choose a tag to compare

Fixed

  • Fix cluster id parsing bug with cb logs.

v3.0.1

19 Oct 19:06
a7b2713
Compare
Choose a tag to compare

Fixed

  • Fix cluster id parsing bug with cb backup list.

v3.0.0

18 Oct 19:13
5afc078
Compare
Choose a tag to compare

Added

  • Support for using cluster name or id with most commonly used commands.
  • host field to cb info output.

Fixed

  • Fix cpu and memory type due to recent API changes from Int to Float.