Skip to content

Releases: couchbaselabs/cbdinocluster

v0.0.43

09 May 00:16
v0.0.43
25dfbb2
Compare
Choose a tag to compare
  • Allow to specify server groups for docker deployer (#53). Now cluster YAML config can declare how the nodes will be organized in to groups in the cluster in the configuration (also known as "Rack Awareness" or "Availability Zone Awareness"). See examples/8-nodes-in-2-groups.yaml.

  • Added JSON output for cbdinocluster ps (#52). It is easier to automate certain actions. For example, get connection string for the first cluster:

    cbdinocluster connstr $(cbdinocluster ps --json | jq -r '.[0].id')
    
  • Add more context to deployment log entries (#54). Now it reports the endpoints and container IDs of the nodes.

  • Fixed minor spelling mistakes in README (#51).

  • Fixed alias for version subcommand. It is cbdinocluster ver now.

v0.0.42

26 Apr 10:02
f0f9192
Compare
Choose a tag to compare

Support to update server version for capella cluster

  1. Changes in modify cluster funtion to update server version
  2. Add new path to deploy cluster with specific image and version

v0.0.41

09 Apr 21:16
ee9ff01
Compare
Choose a tag to compare
Enable num-replicas flag for docker deployments (#49)

v0.0.40

21 Mar 18:56
Compare
Choose a tag to compare
Improved output of version command.

v0.0.39

21 Mar 18:51
Compare
Choose a tag to compare
Fix version information to use proper version numbers.

v0.0.38

21 Mar 18:44
Compare
Choose a tag to compare
Added arm64 builds.

v0.0.37

21 Mar 18:34
Compare
Choose a tag to compare
Added version information accessible from command line (#17)

v0.0.36

18 Mar 18:49
Compare
Choose a tag to compare
Fixed CAO gateway log level to use the correct parameter.

v0.0.35

17 Mar 08:42
v0.0.35
Compare
Choose a tag to compare
v0.0.35

v0.0.34

16 Mar 00:43
Compare
Choose a tag to compare
Added basic ability to modify clusters running with cao deployer.