Skip to content

Releases: couchbaselabs/cbdinocluster

v0.0.114

18 May 22:40
v0.0.114
6d8b5a4

Choose a tag to compare

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

24 Mar 08:24

Choose a tag to compare

Adjusted OpenShift istio gateway usage to be per-cluster.

v0.0.112

20 Mar 19:13

Choose a tag to compare

Apply resources requests for OpenShift cluster node resources.

v0.0.111

20 Mar 05:41

Choose a tag to compare

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

19 Mar 22:36

Choose a tag to compare

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

19 Mar 09:36

Choose a tag to compare

Fixed client traffic blocking to not hose clusters.

v0.0.108

19 Mar 00:27

Choose a tag to compare

Switch back to using CAO 2.8.0 due to apparent bug.

v0.0.107

18 Mar 23:19

Choose a tag to compare

Improve CAO deployment reliability by waiting for more potential cond…

v0.0.106

18 Mar 22:51

Choose a tag to compare

Update CAO default install to 2.9.0 during init.

v0.0.105

18 Mar 21:21

Choose a tag to compare

Fixed agent creation for CAO clusters which use external network.