Releases: couchbaselabs/cbdinocluster
Releases · couchbaselabs/cbdinocluster
v0.0.43
-
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
Support to update server version for capella cluster
- Changes in modify cluster funtion to update server version
- Add new path to deploy cluster with specific image and version
v0.0.41
v0.0.40
Improved output of version command.
v0.0.39
Fix version information to use proper version numbers.
v0.0.38
Added arm64 builds.
v0.0.37
Added version information accessible from command line (#17)
v0.0.36
Fixed CAO gateway log level to use the correct parameter.
v0.0.35
v0.0.35
v0.0.34
Added basic ability to modify clusters running with cao deployer.