Skip to content

Releases: CrunchyData/bridge-cli

v2.1.0-dev4

26 May 21:16
4497f8c
Compare
Choose a tag to compare
v2.1.0-dev4 Pre-release
Pre-release
-v2.1.0-dev4

v2.1.0-dev3

26 May 20:07
c995984
Compare
Choose a tag to compare
v2.1.0-dev3 Pre-release
Pre-release

Added

  • cb backup list shows current backups for a cluster.
  • cb backup token creates a backup token for a cluster.
  • cb suspend and resume to temporarily stop running a cluster.
  • cb backup capture manually starts a backup for a cluster.

v2.1.0-dev2

24 May 00:21
Compare
Choose a tag to compare
v2.1.0-dev2 Pre-release
Pre-release

Added

  • cb backup list shows current backups for a cluster.
  • cb suspend and resume to temporarily stop running a cluster.
  • cb backup capture manually starts a backup for a cluster.

v2.1.0-dev1

19 May 21:05
Compare
Choose a tag to compare
v2.1.0-dev1 Pre-release
Pre-release

Added

  • cb backup list shows current backups for a cluster.
  • cb suspend and resume to temporarily stop running a cluster.

v2.0.0

17 May 13:28
388777a
Compare
Choose a tag to compare

[2.0.0] - 2022-05-17

Added

  • --full option to cb restart to restart the entire server.

Removed

  • cb teams removed in favor of cb team list.

Changed

  • Updated cb scope connections to utilize SCRAM with channel binding only.

v1.3.0

03 May 19:50
Compare
Choose a tag to compare

[1.3.0] - 2022-05-03

Added

  • Fully respect the XDG Base Directory Specification
  • cb logs command added to view live logs for a cluster.
  • The env var SSL_CERT_FILE can be used to override the default location of
    the certificate file.

Fixed

  • Fix cluster creation error after the API became stricter.

v1.3.0-rc3

03 May 03:48
Compare
Choose a tag to compare
v1.3.0-rc3 Pre-release
Pre-release
v1.3.0-rc3

v1.3.0-rc2

03 May 00:03
Compare
Choose a tag to compare
v1.3.0-rc2 Pre-release
Pre-release
v1.3.0-rc2

v1.3.0-rc1

02 May 21:28
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release
v1.3.0-rc1

v1.2.0

07 Apr 18:41
Compare
Choose a tag to compare

[1.2.0] - 2022-04-07

Added

  • cb team command added to manage teams. Supports create, list, info,
    update and destroy.
  • cb teams deprecated in favor of cb team list.
  • cb uri can take --role to specify the name of the role to retrieve.
  • cb role command added to manage cluster roles. Supports create, update
    and destroy.
  • cb upgrade command added to upgrade clusters. Supports start, cancel and
    status sub-commands.
  • cb detach command added to detach clusters.
  • cb restart command added to restart clusters.
  • cb rename command added to rename clusters.

Changed

  • Improved error message when local psql command cannot be found.