Releases: couchbaselabs/cbdinocluster
Releases · couchbaselabs/cbdinocluster
v0.0.114
Release v0.0.114 Changes since v0.0.113: * Certificates: add --json output flag to all `certificates get-*` commands. Emits structured JSON with separated cert (and key, where applicable) fields, replacing the awk-parsed PEM bundle. (#183) * Azure: default the Azure cluster to minimal compute. (#181) * Analytics proxy: proxy invalid Analytics URLs verbatim instead of rewriting them — disable nginx `merge_slashes` and drop the trailing slash from `proxy_pass` so empty path components are preserved.
v0.0.113
Adjusted OpenShift istio gateway usage to be per-cluster.
v0.0.112
Apply resources requests for OpenShift cluster node resources.
v0.0.111
Refactor defaults for OpenShift clusters. We now automatically created ingresses for OpenShift clusters and the connect info automatically switches to using ingress data for calculating connect info. This is required as OpenShift clusters are always in private subnets that arent accessible anyways.
v0.0.110
Adjust maximum kubernetes scaling time to 20 minutes. In some cases, where the cluster itself needs to scale out and add additional workers, this portion of the work can take 10 minutes on its own, separate from finally being able to schedule and deploy the cluster on those new workers.
v0.0.109
Fixed client traffic blocking to not hose clusters.
v0.0.108
Switch back to using CAO 2.8.0 due to apparent bug.
v0.0.107
Improve CAO deployment reliability by waiting for more potential cond…
v0.0.106
Update CAO default install to 2.9.0 during init.
v0.0.105
Fixed agent creation for CAO clusters which use external network.