Skip to content

Releases: CrunchyData/bridge-cli

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.

v3.0.0-dev

17 Oct 16:02
4c9f056
Compare
Choose a tag to compare
v3.0.0-dev Pre-release
Pre-release

Added

  • Support for using cluster name or id with cb info and cb uri.
  • host field to cb info output.

Fixed

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

v2.2.1

22 Aug 19:44
ba9ded0
Compare
Choose a tag to compare

Fixed

  • No output from cb token.

v2.2.0

19 Aug 15:55
58ddb3b
Compare
Choose a tag to compare

Added

  • cb role list shows current roles for a cluster.
  • cb psql to take --role to specify the name of the role to connect.
  • cb logout to logout a user from the CLI.

v2.2.0-dev

21 Jun 17:40
Compare
Choose a tag to compare
v2.2.0-dev Pre-release
Pre-release

Added

  • cb logout to logout a user from the CLI.

v2.1.0

03 Jun 12:53
104cd88
Compare
Choose a tag to compare

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.

Fixed

  • Fix required arguments check for cb upgrade cancel and cb upgrade status.