Skip to content

Releases: CrunchyData/bridge-cli

v3.6.7

Choose a tag to compare

@github-actions github-actions released this 30 Oct 15:40
5ca9fcf
v3.6.7

v3.6.6

Choose a tag to compare

@github-actions github-actions released this 01 May 15:42

Added

  • cb create now accepts --maintenance-window-start.

v3.6.5

Choose a tag to compare

@github-actions github-actions released this 30 Apr 15:32
v3.6.5

v3.6.4

Choose a tag to compare

@github-actions github-actions released this 07 Apr 18:39
v3.6.4

v3.6.3

v3.6.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Apr 23:33
v3.6.3

v3.6.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:53

Fixed

  • Pagination limit on cb list, cb network list, cb team list and
    cb team_member list.

v3.6.1

Choose a tag to compare

@github-actions github-actions released this 05 Nov 21:49

Added

  • cb config-param list-supported now returns min_value, max_value, and
    enum constraints for each parameters, if applicable.

Fixed

  • cb info now correctly handles firewall rules with an empty description.

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:16

Added

  • cb info now displays tailscale status.
  • cb network now manages firewall rules and supports the following
    subcommands: add-firewall-rule, list-firewall-rules,
    remove-firewall-rule and update-firewall-rule.
  • cb network now manages VPC peerings and supports the following subcommands:
    create-peering, delete-peering, get-peering and list-peerings.

Deprecated

  • cb firewall deprecated in favor of cb network.

Fixed

  • Expired session handling not prompting for new login.
  • cb list completion to include --format.

v3.5.1

Choose a tag to compare

@github-actions github-actions released this 09 May 20:06

Fixed

  • cb config-param set issue truncating values with multiple = characters.
  • cb psql prompt line wrapping issue.
  • cb uri retrieving correct user role credentials for a replica.

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 13:23

Added

  • cb psql now provides a builtin menu of commonly useful queries.